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_projection_decoder_fuzzer_floating /src/opus/tests/opus_projection_decoder_fuzzer.cc 237 110 20 76 5874 2018 opus_projection_decoder_fuzzer.cc
opus_repacketizer_fuzzer_fixed /src/opus/tests/opus_repacketizer_fuzzer.cc 31 311 7 7 742 291 opus_repacketizer_fuzzer.cc
opus_projection_decoder_fuzzer_floating_qext /src/opus/tests/opus_projection_decoder_fuzzer.cc 258 104 20 76 6876 2360 opus_projection_decoder_fuzzer.cc
opus_repacketizer_fuzzer_fixed_qext /src/opus/tests/opus_repacketizer_fuzzer.cc 31 327 7 7 742 291 opus_repacketizer_fuzzer.cc
opus_projection_decoder_fuzzer_fixed_qext /src/opus/tests/opus_projection_decoder_fuzzer.cc 276 111 20 75 7425 2548 opus_projection_decoder_fuzzer.cc
opus_encode_fuzzer_floating /src/opus/tests/opus_encode_fuzzer.cc 335 183 15 117 10769 3636 opus_encode_fuzzer.cc
opus_multistream_decode_fuzzer_floating_qext /src/opus/tests/opus_multistream_decode_fuzzer.cc 249 90 20 74 6810 2333 opus_multistream_decode_fuzzer.cc
opus_multistream_decode_fuzzer_fixed_qext /src/opus/tests/opus_multistream_decode_fuzzer.cc 267 97 20 73 7359 2521 opus_multistream_decode_fuzzer.cc
opus_multistream_encode_fuzzer_floating_qext /src/opus/tests/opus_multistream_encode_fuzzer.cc 382 187 16 120 12486 4210 opus_multistream_encode_fuzzer.cc
opus_multistream_encode_fuzzer_fixed_qext /src/opus/tests/opus_multistream_encode_fuzzer.cc 392 187 16 117 13313 4465 opus_multistream_encode_fuzzer.cc
opus_projection_decoder_fuzzer_fixed /src/opus/tests/opus_projection_decoder_fuzzer.cc 252 119 20 75 6352 2181 opus_projection_decoder_fuzzer.cc
opus_multistream_decode_fuzzer_fixed /src/opus/tests/opus_multistream_decode_fuzzer.cc 243 105 20 73 6286 2154 opus_multistream_decode_fuzzer.cc
opus_projection_encoder_fuzzer_floating /src/opus/tests/opus_projection_encoder_fuzzer.cc 373 205 16 122 11597 3921 opus_projection_encoder_fuzzer.cc
opus_repacketizer_fuzzer_floating_qext /src/opus/tests/opus_repacketizer_fuzzer.cc 31 302 7 7 742 291 opus_repacketizer_fuzzer.cc
opus_repacketizer_fuzzer_floating /src/opus/tests/opus_repacketizer_fuzzer.cc 31 287 7 7 742 291 opus_repacketizer_fuzzer.cc
opus_multistream_encode_fuzzer_floating /src/opus/tests/opus_multistream_encode_fuzzer.cc 365 188 16 120 11541 3897 opus_multistream_encode_fuzzer.cc
opus_projection_encoder_fuzzer_floating_qext /src/opus/tests/opus_projection_encoder_fuzzer.cc 390 204 16 122 12542 4234 opus_projection_encoder_fuzzer.cc
opus_projection_encoder_fuzzer_fixed_qext /src/opus/tests/opus_projection_encoder_fuzzer.cc 400 204 16 119 13369 4489 opus_projection_encoder_fuzzer.cc
opus_encode_fuzzer_fixed_qext /src/opus/tests/opus_encode_fuzzer.cc 362 182 15 114 12549 4207 opus_encode_fuzzer.cc
opus_multistream_decode_fuzzer_floating /src/opus/tests/opus_multistream_decode_fuzzer.cc 228 96 20 74 5808 1991 opus_multistream_decode_fuzzer.cc
opus_projection_encoder_fuzzer_fixed /src/opus/tests/opus_projection_encoder_fuzzer.cc 380 206 16 119 12346 4148 opus_projection_encoder_fuzzer.cc
opus_encode_fuzzer_fixed /src/opus/tests/opus_encode_fuzzer.cc 342 184 15 114 11524 3865 opus_encode_fuzzer.cc
opus_multistream_encode_fuzzer_fixed /src/opus/tests/opus_multistream_encode_fuzzer.cc 372 189 16 117 12290 4124 opus_multistream_encode_fuzzer.cc
opus_encode_fuzzer_floating_qext /src/opus/tests/opus_encode_fuzzer.cc 352 182 15 117 11716 3950 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_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

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_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_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

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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.

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 1232 62 17 43 0 252 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'] 4 0 1125 88 25 11 0 136 97
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_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'] 4 0 754 36 10 13 0 114 73

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

Functions statically reachable by fuzzers
88.0%
601 / 682
Cyclomatic complexity statically reachable by fuzzers
94.0%
6199 / 6575

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

Directories in report

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

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_projection_decoder_fuzzer_floating fuzzerLogFile-0-pGW67qO9DX.data fuzzerLogFile-0-pGW67qO9DX.data.yaml
opus_repacketizer_fuzzer_fixed fuzzerLogFile-0-Lfyni0YxvK.data fuzzerLogFile-0-Lfyni0YxvK.data.yaml
opus_projection_decoder_fuzzer_floating_qext fuzzerLogFile-0-PiliXvW4TF.data fuzzerLogFile-0-PiliXvW4TF.data.yaml
opus_repacketizer_fuzzer_fixed_qext fuzzerLogFile-0-WmrnlwnNcq.data fuzzerLogFile-0-WmrnlwnNcq.data.yaml
opus_projection_decoder_fuzzer_fixed_qext fuzzerLogFile-0-iNo8Af4lrQ.data fuzzerLogFile-0-iNo8Af4lrQ.data.yaml
opus_encode_fuzzer_floating fuzzerLogFile-0-OSi2iRP6gg.data fuzzerLogFile-0-OSi2iRP6gg.data.yaml
opus_multistream_decode_fuzzer_floating_qext fuzzerLogFile-0-iPNLuTWFlh.data fuzzerLogFile-0-iPNLuTWFlh.data.yaml
opus_multistream_decode_fuzzer_fixed_qext fuzzerLogFile-0-VWWtTu5YAM.data fuzzerLogFile-0-VWWtTu5YAM.data.yaml
opus_multistream_encode_fuzzer_floating_qext fuzzerLogFile-0-nYqIDdHL5V.data fuzzerLogFile-0-nYqIDdHL5V.data.yaml
opus_multistream_encode_fuzzer_fixed_qext fuzzerLogFile-0-WQEZwltjt6.data fuzzerLogFile-0-WQEZwltjt6.data.yaml
opus_projection_decoder_fuzzer_fixed fuzzerLogFile-0-5wMsNzOTYQ.data fuzzerLogFile-0-5wMsNzOTYQ.data.yaml
opus_multistream_decode_fuzzer_fixed fuzzerLogFile-0-dXwcz4ihpC.data fuzzerLogFile-0-dXwcz4ihpC.data.yaml
opus_projection_encoder_fuzzer_floating fuzzerLogFile-0-ri20rTmNar.data fuzzerLogFile-0-ri20rTmNar.data.yaml
opus_repacketizer_fuzzer_floating_qext fuzzerLogFile-0-eOhWViHTDF.data fuzzerLogFile-0-eOhWViHTDF.data.yaml
opus_repacketizer_fuzzer_floating fuzzerLogFile-0-EvaEX0p0V2.data fuzzerLogFile-0-EvaEX0p0V2.data.yaml
opus_multistream_encode_fuzzer_floating fuzzerLogFile-0-BrDgVd9YOh.data fuzzerLogFile-0-BrDgVd9YOh.data.yaml
opus_projection_encoder_fuzzer_floating_qext fuzzerLogFile-0-aw4cG88k1w.data fuzzerLogFile-0-aw4cG88k1w.data.yaml
opus_projection_encoder_fuzzer_fixed_qext fuzzerLogFile-0-8O0XHxsXV3.data fuzzerLogFile-0-8O0XHxsXV3.data.yaml
opus_encode_fuzzer_fixed_qext fuzzerLogFile-0-10mRLCCI5A.data fuzzerLogFile-0-10mRLCCI5A.data.yaml
opus_multistream_decode_fuzzer_floating fuzzerLogFile-0-viNRuvzygd.data fuzzerLogFile-0-viNRuvzygd.data.yaml
opus_projection_encoder_fuzzer_fixed fuzzerLogFile-0-3pwt6oxrfJ.data fuzzerLogFile-0-3pwt6oxrfJ.data.yaml
opus_encode_fuzzer_fixed fuzzerLogFile-0-b9bdGBsJQC.data fuzzerLogFile-0-b9bdGBsJQC.data.yaml
opus_multistream_encode_fuzzer_fixed fuzzerLogFile-0-oVbDRuUjjD.data fuzzerLogFile-0-oVbDRuUjjD.data.yaml
opus_encode_fuzzer_floating_qext fuzzerLogFile-0-tyuyXtpa5r.data fuzzerLogFile-0-tyuyXtpa5r.data.yaml