Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
opus_multistream_decode_fuzzer_floating /src/opus/tests/opus_multistream_decode_fuzzer.cc 228 96 20 74 5831 1999 opus_multistream_decode_fuzzer.cc
opus_multistream_decode_fuzzer_fixed /src/opus/tests/opus_multistream_decode_fuzzer.cc 243 105 20 73 6309 2162 opus_multistream_decode_fuzzer.cc
opus_repacketizer_fuzzer_floating_qext /src/opus/tests/opus_repacketizer_fuzzer.cc 31 303 7 7 745 292 opus_repacketizer_fuzzer.cc
opus_multistream_decode_fuzzer_fixed_qext /src/opus/tests/opus_multistream_decode_fuzzer.cc 268 97 20 73 7385 2531 opus_multistream_decode_fuzzer.cc
opus_projection_decoder_fuzzer_fixed /src/opus/tests/opus_projection_decoder_fuzzer.cc 252 120 20 75 6375 2189 opus_projection_decoder_fuzzer.cc
opus_projection_encoder_fuzzer_fixed /src/opus/tests/opus_projection_encoder_fuzzer.cc 382 208 16 121 12454 4190 opus_projection_encoder_fuzzer.cc
opus_projection_encoder_fuzzer_floating /src/opus/tests/opus_projection_encoder_fuzzer.cc 375 205 16 124 11682 3956 opus_projection_encoder_fuzzer.cc
opus_projection_encoder_fuzzer_floating_qext /src/opus/tests/opus_projection_encoder_fuzzer.cc 393 204 16 124 12651 4278 opus_projection_encoder_fuzzer.cc
opus_projection_decoder_fuzzer_fixed_qext /src/opus/tests/opus_projection_decoder_fuzzer.cc 277 112 20 75 7451 2558 opus_projection_decoder_fuzzer.cc
opus_encode_fuzzer_floating_qext /src/opus/tests/opus_encode_fuzzer.cc 355 182 15 119 11805 3985 opus_encode_fuzzer.cc
opus_repacketizer_fuzzer_floating /src/opus/tests/opus_repacketizer_fuzzer.cc 31 287 7 7 745 292 opus_repacketizer_fuzzer.cc
opus_multistream_decode_fuzzer_floating_qext /src/opus/tests/opus_multistream_decode_fuzzer.cc 250 90 20 74 6836 2343 opus_multistream_decode_fuzzer.cc
opus_encode_fuzzer_fixed_qext /src/opus/tests/opus_encode_fuzzer.cc 365 184 15 116 12661 4249 opus_encode_fuzzer.cc
opus_projection_encoder_fuzzer_fixed_qext /src/opus/tests/opus_projection_encoder_fuzzer.cc 403 206 16 121 13501 4540 opus_projection_encoder_fuzzer.cc
opus_encode_fuzzer_floating /src/opus/tests/opus_encode_fuzzer.cc 337 183 15 119 10834 3662 opus_encode_fuzzer.cc
opus_multistream_encode_fuzzer_fixed_qext /src/opus/tests/opus_multistream_encode_fuzzer.cc 392 192 16 119 13404 4499 opus_multistream_encode_fuzzer.cc
opus_multistream_encode_fuzzer_floating /src/opus/tests/opus_multistream_encode_fuzzer.cc 364 191 16 122 11585 3915 opus_multistream_encode_fuzzer.cc
opus_repacketizer_fuzzer_fixed /src/opus/tests/opus_repacketizer_fuzzer.cc 31 311 7 7 745 292 opus_repacketizer_fuzzer.cc
opus_projection_decoder_fuzzer_floating /src/opus/tests/opus_projection_decoder_fuzzer.cc 237 110 20 76 5897 2026 opus_projection_decoder_fuzzer.cc
opus_repacketizer_fuzzer_fixed_qext /src/opus/tests/opus_repacketizer_fuzzer.cc 31 328 7 7 745 292 opus_repacketizer_fuzzer.cc
opus_multistream_encode_fuzzer_floating_qext /src/opus/tests/opus_multistream_encode_fuzzer.cc 382 190 16 122 12554 4237 opus_multistream_encode_fuzzer.cc
opus_multistream_encode_fuzzer_fixed /src/opus/tests/opus_multistream_encode_fuzzer.cc 371 194 16 119 12357 4149 opus_multistream_encode_fuzzer.cc
opus_projection_decoder_fuzzer_floating_qext /src/opus/tests/opus_projection_decoder_fuzzer.cc 259 104 20 76 6902 2370 opus_projection_decoder_fuzzer.cc
opus_encode_fuzzer_fixed /src/opus/tests/opus_encode_fuzzer.cc 344 186 15 116 11612 3898 opus_encode_fuzzer.cc

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: opus_multistream_decode_fuzzer_floating

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_multistream_decode_fuzzer_fixed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_repacketizer_fuzzer_floating_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_multistream_decode_fuzzer_fixed_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_decoder_fuzzer_fixed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_encoder_fuzzer_fixed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_encoder_fuzzer_floating

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_encoder_fuzzer_floating_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_decoder_fuzzer_fixed_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_encode_fuzzer_floating_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_repacketizer_fuzzer_floating

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_multistream_decode_fuzzer_floating_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_encode_fuzzer_fixed_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_encoder_fuzzer_fixed_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_encode_fuzzer_floating

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_multistream_encode_fuzzer_fixed_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_multistream_encode_fuzzer_floating

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_repacketizer_fuzzer_fixed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_decoder_fuzzer_floating

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_repacketizer_fuzzer_fixed_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_multistream_encode_fuzzer_floating_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_multistream_encode_fuzzer_fixed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_projection_decoder_fuzzer_floating_qext

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: opus_encode_fuzzer_fixed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
silk_NSQ_del_dec_avx2 /src/opus/silk/x86/NSQ_del_dec_avx2.c 15 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int'] 4 0 1290 68 17 44 0 254 213
silk_NSQ_del_dec_sse4_1 /src/opus/silk/x86/NSQ_del_dec_sse4_1.c 15 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int'] 5 0 1217 96 25 16 0 233 97
silk_NSQ_sse4_1 /src/opus/silk/x86/NSQ_sse4_1.c 15 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int'] 5 0 846 44 10 16 0 136 93
silk_burg_modified_sse4_1 /src/opus/silk/fixed/x86/burg_modified_FIX_sse4_1.c 9 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'int', 'int', 'int', 'int'] 5 0 2413 148 40 15 0 125 78
silk_VAD_GetSA_Q8_sse4_1 /src/opus/silk/x86/VAD_sse4_1.c 2 ['N/A', 'N/A'] 4 0 936 77 20 16 0 84 53

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
89.0%
609 / 687
Cyclomatic complexity statically reachable by fuzzers
95.0%
6339 / 6664

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_repacketizer_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_repacketizer_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_repacketizer_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_repacketizer_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/opus/silk/fixed/warped_autocorrelation_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/x86/x86cpu.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/stereo_find_predictor.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/scale_copy_vector_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/celt/celt.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/modes.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/LTP_scale_ctrl_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/encode_frame_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/float/apply_sine_window_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/encode_indices.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/x86/celt_lpc_sse4_1.c [] []
/src/opus/silk/fixed/x86/burg_modified_FIX_sse4_1.c [] []
/src/opus/src/analysis.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/residual_energy_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/float/wrappers_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/fixed/pitch_analysis_core_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/log2lin.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NSQ.c [] []
/src/opus/silk/float/warped_autocorrelation_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/celt/laplace.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/LPC_inv_pred_gain.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/LPC_fit.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/src/opus_encoder.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/burg_modified_FIX.c [] []
/src/opus/./silk/SigProc_FIX.h ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/LP_variable_cutoff.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/./celt/float_cast.h ['opus_multistream_decode_fuzzer_floating', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/schur64_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/src/opus_decoder.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_repacketizer_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_repacketizer_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/k2a_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NLSF2A.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NLSF_decode.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/tests/opus_repacketizer_fuzzer.cc ['opus_repacketizer_fuzzer_floating_qext', 'opus_repacketizer_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed', 'opus_repacketizer_fuzzer_fixed_qext'] []
/src/opus/silk/decode_parameters.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/SigProc_FIX.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/typedef.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/residual_energy_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/mdct.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/shell_coder.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NSQ.h [] []
/src/opus/./celt/os_support.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_repacketizer_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_repacketizer_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/tests/opus_multistream_encode_fuzzer.cc ['opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/apply_sine_window_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/x86/VAD_sse4_1.c [] []
/src/opus/silk/float/find_pred_coefs_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/./celt/arch.h ['opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/control_SNR.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/find_LPC_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NLSF_encode.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/./celt/stack_alloc.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/decode_indices.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/float_cast.h [] []
/src/opus/silk/decode_pulses.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/float/x86/inner_product_FLP_avx2.c [] []
/src/opus/silk/float/burg_modified_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/quant_LTP_gains.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/autocorr_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/resampler_down2_3.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/enc_API.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/rate.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NLSF_unpack.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/resampler_private_IIR_FIR.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/find_LTP_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NLSF_VQ_weights_laroia.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/corrMatrix_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/src/opus_projection_encoder.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_fixed_qext'] []
/src/opus/silk/fixed/noise_shape_analysis_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/code_signs.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/decode_frame.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/init_decoder.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/VAD.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/stereo_MS_to_LR.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/control_audio_bandwidth.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/CNG.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/celt_lpc.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/find_LPC_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/x86/NSQ_sse4_1.c [] []
/src/opus/silk/VQ_WMat_EC.c [] []
/src/opus/silk/dec_API.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/./celt/celt.h ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/biquad_alt.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/encode_frame_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/PLC.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/bwexpander_32.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/resampler_private_AR2.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/corrMatrix_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/vq.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/src/opus.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_repacketizer_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_repacketizer_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/./celt/mathops.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/x86/VQ_WMat_EC_sse4_1.c [] []
/src/opus/src/repacketizer.c ['opus_repacketizer_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_repacketizer_fuzzer_floating', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed', 'opus_repacketizer_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/tests/../celt/os_support.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/resampler_private_up2_HQ.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/sort.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/NLSF_stabilize.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/k2a_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/celt/entcode.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/tests/opus_multistream_decode_fuzzer.cc ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext'] []
/src/opus/silk/fixed/find_pred_coefs_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/noise_shape_analysis_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/src/opus_private.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/celt_encoder.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/bwexpander.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/check_control_input.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/A2NLSF.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/mathops.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/encode_pulses.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/x86/NSQ_del_dec_avx2.c [] []
/src/opus/silk/NSQ_del_dec.c [] []
/src/opus/silk/fixed/k2a_Q16_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/stereo_encode_pred.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/LPC_analysis_filter_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/src/opus_multistream_decoder.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/float/autocorrelation_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/float/sort_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/NLSF_del_dec_quant.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/src/opus_projection_decoder.c ['opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/src/opus_multistream_encoder.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed'] []
/src/opus/silk/float/energy_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/decode_core.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/float/bwexpander_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/celt/rate.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/HP_variable_cutoff.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/macros.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/lin2log.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/find_pitch_lags_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/ana_filt_bank_1.c [] []
/src/opus/silk/fixed/x86/vector_ops_FIX_sse4_1.c [] []
/src/opus/src/opus_multistream.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/x86/pitch_sse2.c [] []
/src/opus/silk/fixed/LTP_analysis_filter_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/control_codec.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/scale_vector_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/celt/pitch.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/tests/opus_encode_fuzzer.cc ['opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/x86/vq_sse2.c ['opus_multistream_decode_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/decode_pitch.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/entdec.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/tests/opus_projection_decoder_fuzzer.cc ['opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/process_NLSFs.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/inner_product_FLP.c [] []
/src/opus/celt/kiss_fft.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/celt.h ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/stereo_LR_to_MS.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/pitch.h ['opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/LTP_analysis_filter_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/resampler.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/LPC_analysis_filter.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/inner_prod_aligned.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/process_gains_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/float/pitch_analysis_core_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/stereo_decode_pred.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/entenc.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/bands.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/decoder_set_fs.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/celt_decoder.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/silk/Inlines.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/process_gains_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/sigm_Q15.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/arch.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_repacketizer_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_repacketizer_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/schur_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/float/SigProc_FLP.h ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/silk/float/find_LTP_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/./celt/entcode.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/cwrs.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/gain_quant.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/mathops.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/./silk/Inlines.h ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/x86/pitch_sse.c ['opus_multistream_decode_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/x86/pitch_avx.c [] []
/src/opus/silk/interpolate.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/x86/pitch_sse4_1.c [] []
/src/opus/./celt/pitch.h [] []
/src/opus/silk/NLSF_VQ.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/schur_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/resampler_down2.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/x86/NSQ_del_dec_sse4_1.c [] []
/src/opus/silk/sum_sqr_shift.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/fixed/vector_ops_FIX.c ['opus_projection_encoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/init_encoder.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/celt/quant_bands.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/src/mlp.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/stereo_quant_pred.c ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/src/opus/tests/opus_projection_encoder_fuzzer.cc ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_fixed_qext'] []
/src/opus/src/mapping_matrix.c ['opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext'] []
/src/opus/celt/entcode.h ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/resampler_private_down_FIR.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []
/src/opus/silk/float/find_pitch_lags_FLP.c ['opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext'] []
/src/opus/./silk/typedef.h ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed'] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/opus/src/extensions.c ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed', 'opus_repacketizer_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_repacketizer_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating', 'opus_repacketizer_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed'] []

Directories in report

Directory
/src/opus/celt/
/src/opus/silk/fixed/x86/
/src/opus/silk/float/
/usr/local/bin/../include/c++/v1/
/src/opus/src/
/src/opus/silk/x86/
/src/opus/silk/fixed/
/src/opus/tests/
/src/opus/silk/float/x86/
/src/opus/./celt/
/src/opus/tests/../celt/
/src/opus/./silk/
/src/opus/celt/x86/
/src/opus/silk/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
opus_multistream_decode_fuzzer_floating fuzzerLogFile-0-Mz06OfCR8g.data fuzzerLogFile-0-Mz06OfCR8g.data.yaml
opus_multistream_decode_fuzzer_fixed fuzzerLogFile-0-6BrMQGTTda.data fuzzerLogFile-0-6BrMQGTTda.data.yaml
opus_repacketizer_fuzzer_floating_qext fuzzerLogFile-0-OZtYcsOrtL.data fuzzerLogFile-0-OZtYcsOrtL.data.yaml
opus_multistream_decode_fuzzer_fixed_qext fuzzerLogFile-0-2cd3Nd4G1y.data fuzzerLogFile-0-2cd3Nd4G1y.data.yaml
opus_projection_decoder_fuzzer_fixed fuzzerLogFile-0-thKBvtiZH9.data fuzzerLogFile-0-thKBvtiZH9.data.yaml
opus_projection_encoder_fuzzer_fixed fuzzerLogFile-0-HfRdFwte0v.data fuzzerLogFile-0-HfRdFwte0v.data.yaml
opus_projection_encoder_fuzzer_floating fuzzerLogFile-0-fzeo5xGchF.data fuzzerLogFile-0-fzeo5xGchF.data.yaml
opus_projection_encoder_fuzzer_floating_qext fuzzerLogFile-0-3LOfe5Qh9s.data fuzzerLogFile-0-3LOfe5Qh9s.data.yaml
opus_projection_decoder_fuzzer_fixed_qext fuzzerLogFile-0-OnQPVQtG5i.data fuzzerLogFile-0-OnQPVQtG5i.data.yaml
opus_encode_fuzzer_floating_qext fuzzerLogFile-0-95Z3K2ktQP.data fuzzerLogFile-0-95Z3K2ktQP.data.yaml
opus_repacketizer_fuzzer_floating fuzzerLogFile-0-YjwYcbCKhy.data fuzzerLogFile-0-YjwYcbCKhy.data.yaml
opus_multistream_decode_fuzzer_floating_qext fuzzerLogFile-0-kDD01vsHph.data fuzzerLogFile-0-kDD01vsHph.data.yaml
opus_encode_fuzzer_fixed_qext fuzzerLogFile-0-x2TpH6Vrzw.data fuzzerLogFile-0-x2TpH6Vrzw.data.yaml
opus_projection_encoder_fuzzer_fixed_qext fuzzerLogFile-0-BdQch48XKl.data fuzzerLogFile-0-BdQch48XKl.data.yaml
opus_encode_fuzzer_floating fuzzerLogFile-0-r22pIbEL3N.data fuzzerLogFile-0-r22pIbEL3N.data.yaml
opus_multistream_encode_fuzzer_fixed_qext fuzzerLogFile-0-KVEROs3nL1.data fuzzerLogFile-0-KVEROs3nL1.data.yaml
opus_multistream_encode_fuzzer_floating fuzzerLogFile-0-ck7ZZ9M3PX.data fuzzerLogFile-0-ck7ZZ9M3PX.data.yaml
opus_repacketizer_fuzzer_fixed fuzzerLogFile-0-HK35vkfMJ8.data fuzzerLogFile-0-HK35vkfMJ8.data.yaml
opus_projection_decoder_fuzzer_floating fuzzerLogFile-0-N5TSVEVA1o.data fuzzerLogFile-0-N5TSVEVA1o.data.yaml
opus_repacketizer_fuzzer_fixed_qext fuzzerLogFile-0-bDw6fCGLab.data fuzzerLogFile-0-bDw6fCGLab.data.yaml
opus_multistream_encode_fuzzer_floating_qext fuzzerLogFile-0-952uziX049.data fuzzerLogFile-0-952uziX049.data.yaml
opus_multistream_encode_fuzzer_fixed fuzzerLogFile-0-YV7NkZgerb.data fuzzerLogFile-0-YV7NkZgerb.data.yaml
opus_projection_decoder_fuzzer_floating_qext fuzzerLogFile-0-jxRTxGR5Gq.data fuzzerLogFile-0-jxRTxGR5Gq.data.yaml
opus_encode_fuzzer_fixed fuzzerLogFile-0-MNqYoPv1Ua.data fuzzerLogFile-0-MNqYoPv1Ua.data.yaml