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_repacketizer_fuzzer_fixed /src/opus/tests/opus_repacketizer_fuzzer.cc 31 312 7 7 742 291 opus_repacketizer_fuzzer.cc
opus_multistream_decode_fuzzer_floating_qext /src/opus/tests/opus_multistream_decode_fuzzer.cc 250 90 20 74 6797 2331 opus_multistream_decode_fuzzer.cc
opus_projection_decoder_fuzzer_fixed /src/opus/tests/opus_projection_decoder_fuzzer.cc 253 119 20 75 6348 2181 opus_projection_decoder_fuzzer.cc
opus_projection_decoder_fuzzer_fixed_qext /src/opus/tests/opus_projection_decoder_fuzzer.cc 276 111 20 75 7412 2544 opus_projection_decoder_fuzzer.cc
opus_encode_fuzzer_fixed_qext /src/opus/tests/opus_encode_fuzzer.cc 363 181 16 114 12446 4173 opus_encode_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_floating_qext /src/opus/tests/opus_projection_decoder_fuzzer.cc 259 104 20 76 6863 2358 opus_projection_decoder_fuzzer.cc
opus_multistream_encode_fuzzer_floating /src/opus/tests/opus_multistream_encode_fuzzer.cc 365 188 16 120 11437 3863 opus_multistream_encode_fuzzer.cc
opus_projection_encoder_fuzzer_floating /src/opus/tests/opus_projection_encoder_fuzzer.cc 373 205 16 122 11493 3887 opus_projection_encoder_fuzzer.cc
opus_repacketizer_fuzzer_floating_qext /src/opus/tests/opus_repacketizer_fuzzer.cc 31 303 7 7 742 291 opus_repacketizer_fuzzer.cc
opus_multistream_encode_fuzzer_floating_qext /src/opus/tests/opus_multistream_encode_fuzzer.cc 383 187 16 120 12382 4178 opus_multistream_encode_fuzzer.cc
opus_projection_encoder_fuzzer_floating_qext /src/opus/tests/opus_projection_encoder_fuzzer.cc 391 204 16 122 12438 4202 opus_projection_encoder_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_decode_fuzzer_floating /src/opus/tests/opus_multistream_decode_fuzzer.cc 228 96 20 74 5795 1987 opus_multistream_decode_fuzzer.cc
opus_projection_encoder_fuzzer_fixed /src/opus/tests/opus_projection_encoder_fuzzer.cc 378 208 17 118 12237 4111 opus_projection_encoder_fuzzer.cc
opus_projection_encoder_fuzzer_fixed_qext /src/opus/tests/opus_projection_encoder_fuzzer.cc 400 204 17 119 13269 4456 opus_projection_encoder_fuzzer.cc
opus_multistream_decode_fuzzer_fixed_qext /src/opus/tests/opus_multistream_decode_fuzzer.cc 267 97 20 73 7346 2517 opus_multistream_decode_fuzzer.cc
opus_projection_decoder_fuzzer_floating /src/opus/tests/opus_projection_decoder_fuzzer.cc 237 110 20 76 5861 2014 opus_projection_decoder_fuzzer.cc
opus_multistream_decode_fuzzer_fixed /src/opus/tests/opus_multistream_decode_fuzzer.cc 244 105 20 73 6280 2153 opus_multistream_decode_fuzzer.cc
opus_multistream_encode_fuzzer_fixed_qext /src/opus/tests/opus_multistream_encode_fuzzer.cc 392 187 17 117 13213 4432 opus_multistream_encode_fuzzer.cc
opus_multistream_encode_fuzzer_fixed /src/opus/tests/opus_multistream_encode_fuzzer.cc 370 191 17 116 12175 4085 opus_multistream_encode_fuzzer.cc
opus_encode_fuzzer_floating_qext /src/opus/tests/opus_encode_fuzzer.cc 354 181 15 117 11609 3917 opus_encode_fuzzer.cc
opus_encode_fuzzer_fixed /src/opus/tests/opus_encode_fuzzer.cc 341 185 16 113 11399 3823 opus_encode_fuzzer.cc
opus_encode_fuzzer_floating /src/opus/tests/opus_encode_fuzzer.cc 336 182 15 117 10662 3601 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_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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4 7.01%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 53 92.9%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
12 41 3 :

['celt_fatal', 'skip_extension_payload', 'skip_extension']

12 41 opus_extension_iterator_next_repeat call site: 00032 /src/opus/src/extensions.c:191
0 4 1 :

['parse_size']

0 4 opus_packet_parse_impl call site: 00014 /src/opus/src/opus.c:342
0 2 1 :

['encode_size']

6 88 opus_repacketizer_out_range_impl call site: 00051 /src/opus/src/repacketizer.c:294
0 0 None 6 296 opus_repacketizer_out_range_impl call site: 00017 /src/opus/src/repacketizer.c:138
0 0 None 6 170 opus_repacketizer_out_range_impl call site: 00041 /src/opus/src/repacketizer.c:222
0 0 None 6 59 opus_extension_iterator_next call site: 00034 /src/opus/src/extensions.c:271
0 0 None 0 0 opus_extension_iterator_next call site: 00025 /src/opus/src/extensions.c:229
0 0 None 0 0 opus_packet_extensions_parse call site: 00040 /src/opus/src/extensions.c:372
0 0 None 0 0 opus_packet_extensions_generate call site: 00050 /src/opus/src/extensions.c:634
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:103
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:107
0 0 None 0 0 write_extension_payload call site: 00048 /src/opus/src/extensions.c:428

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
3
Reachable functions
31
Percentage of reachable functions covered
90.32%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_repacketizer_fuzzer.cc 2
/src/opus/src/repacketizer.c 8
/src/opus/./celt/os_support.h 2
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/arch.h 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 134 16.6%
gold [1:9] 1 0.12%
yellow [10:29] 4 0.49%
greenyellow [30:49] 1 0.12%
lawngreen 50+ 663 82.5%
All colors 803 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00604 /src/opus/celt/bands.c:1116
80 80 2 :

['ec_enc_uint', 'stereo_itheta']

80 320 cubic_quant_partition call site: 00546 /src/opus/celt/bands.c:1216
55 55 2 :

['median_of_5_val16', 'ec_enc_depth']

55 57 clt_compute_extra_allocation call site: 00496 /src/opus/celt/rate.c:769
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00564 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00463 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00576 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00591 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00594 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00573 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00578 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00473 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00595 /src/opus/celt/bands.c:893

Runtime coverage analysis

Covered functions
217
Functions that are reachable but not covered
33
Reachable functions
250
Percentage of reachable functions covered
86.8%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_decode_fuzzer.cc 1
/src/opus/src/opus_multistream_decoder.c 13
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 3
/src/opus/celt/arch.h 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus.c 4
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/celt/bands.c 21
/src/opus/celt/vq.c 16
/src/opus/celt/mathops.h 4
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 5
/src/opus/celt/pitch.c 4
/src/opus/celt/celt_lpc.c 4
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 6
/src/opus/celt/entenc.c 9
/src/opus/celt/mathops.c 2
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/./celt/mathops.h 1
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 6
/src/opus/./celt/float_cast.h 2

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 114 14.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 674 85.5%
All colors 788 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00618 /src/opus/celt/bands.c:1116
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00570 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00528 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00597 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00606 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00610 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00594 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00599 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00538 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00611 /src/opus/celt/bands.c:893
12 12 1 :

['ec_enc_bits']

12 414 quant_band_stereo call site: 00683 /src/opus/celt/bands.c:1476
0 50 1 :

['silk_resampler']

0 50 silk_Decode call site: 00320 /src/opus/silk/dec_API.c:437

Runtime coverage analysis

Covered functions
230
Functions that are reachable but not covered
24
Reachable functions
253
Percentage of reachable functions covered
90.51%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_decoder_fuzzer.cc 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus_projection_decoder.c 10
/src/opus/src/mapping_matrix.c 5
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_decoder.c 7
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 2
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 4
/src/opus/src/opus.c 3
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 13
/src/opus/celt/mathops.h 8
/src/opus/celt/mathops.c 11
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/pitch.c 5
/src/opus/celt/celt_lpc.c 3
/src/opus/celt/pitch.h 1
/src/opus/celt/fixed_generic.h 1
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 2
/src/opus/celt/entenc.c 8
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/./celt/mathops.h 2
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 156 17.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 5 0.55%
lawngreen 50+ 742 82.1%
All colors 903 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00679 /src/opus/celt/bands.c:1116
80 80 2 :

['ec_enc_uint', 'stereo_itheta']

84 320 cubic_quant_partition call site: 00613 /src/opus/celt/bands.c:1216
55 55 2 :

['median_of_5_val16', 'ec_enc_depth']

55 57 clt_compute_extra_allocation call site: 00556 /src/opus/celt/rate.c:769
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00638 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00523 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00650 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00665 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00669 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00647 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00652 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00533 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00670 /src/opus/celt/bands.c:893

Runtime coverage analysis

Covered functions
244
Functions that are reachable but not covered
33
Reachable functions
276
Percentage of reachable functions covered
88.04%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_decoder_fuzzer.cc 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus_projection_decoder.c 10
/src/opus/src/mapping_matrix.c 5
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_decoder.c 7
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 1
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 4
/src/opus/src/opus.c 3
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/bands.c 21
/src/opus/celt/vq.c 21
/src/opus/celt/mathops.h 10
/src/opus/celt/mathops.c 13
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/pitch.c 5
/src/opus/celt/celt_lpc.c 3
/src/opus/celt/pitch.h 1
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 6
/src/opus/celt/entenc.c 9
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/./celt/mathops.h 2
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 6
/src/opus/./celt/arch.h 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1329 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1329 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1328 0 EP call site: 00000 opus_encode

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
363
Reachable functions
363
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_encode_fuzzer.cc 1
/src/opus/src/opus_encoder.c 25
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 25
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 1
/src/opus/celt/celt.c 4
/src/opus/src/analysis.c 8
/src/opus/./celt/mathops.h 6
/src/opus/celt/kiss_fft.c 7
/src/opus/./celt/float_cast.h 1
/src/opus/src/mlp.c 5
/src/opus/./celt/arch.h 1
/src/opus/celt/mathops.c 13
/src/opus/celt/mathops.h 11
/src/opus/src/repacketizer.c 6
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 5
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/fixed/encode_frame_FIX.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/fixed/find_pitch_lags_FIX.c 1
/src/opus/silk/fixed/apply_sine_window_FIX.c 1
/src/opus/silk/fixed/autocorr_FIX.c 1
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/pitch.c 7
/src/opus/celt/pitch.h 2
/src/opus/silk/fixed/schur_FIX.c 1
/src/opus/./silk/macros.h 1
/src/opus/./silk/Inlines.h 5
/src/opus/silk/fixed/k2a_FIX.c 1
/src/opus/silk/bwexpander.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/fixed/pitch_analysis_core_FIX.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/fixed/vector_ops_FIX.c 2
/src/opus/silk/sort.c 3
/src/opus/silk/fixed/noise_shape_analysis_FIX.c 3
/src/opus/silk/sigm_Q15.c 1
/src/opus/silk/fixed/warped_autocorrelation_FIX.c 1
/src/opus/silk/fixed/schur64_FIX.c 1
/src/opus/silk/fixed/k2a_Q16_FIX.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/fixed/find_pred_coefs_FIX.c 1
/src/opus/silk/fixed/find_LTP_FIX.c 1
/src/opus/silk/fixed/corrMatrix_FIX.c 2
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c 1
/src/opus/silk/fixed/LTP_analysis_filter_FIX.c 1
/src/opus/silk/fixed/find_LPC_FIX.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/fixed/residual_energy_FIX.c 1
/src/opus/silk/fixed/process_gains_FIX.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/mdct.c 1
/src/opus/celt/bands.c 23
/src/opus/celt/quant_bands.c 6
/src/opus/celt/laplace.c 2
/src/opus/celt/vq.c 21
/src/opus/celt/rate.c 6
/src/opus/celt/entdec.c 9
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4 7.01%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 53 92.9%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
12 41 3 :

['celt_fatal', 'skip_extension_payload', 'skip_extension']

12 41 opus_extension_iterator_next_repeat call site: 00032 /src/opus/src/extensions.c:191
0 4 1 :

['parse_size']

0 4 opus_packet_parse_impl call site: 00014 /src/opus/src/opus.c:342
0 2 1 :

['encode_size']

6 88 opus_repacketizer_out_range_impl call site: 00051 /src/opus/src/repacketizer.c:294
0 0 None 6 296 opus_repacketizer_out_range_impl call site: 00017 /src/opus/src/repacketizer.c:138
0 0 None 6 170 opus_repacketizer_out_range_impl call site: 00041 /src/opus/src/repacketizer.c:222
0 0 None 6 59 opus_extension_iterator_next call site: 00034 /src/opus/src/extensions.c:271
0 0 None 0 0 opus_extension_iterator_next call site: 00025 /src/opus/src/extensions.c:229
0 0 None 0 0 opus_packet_extensions_parse call site: 00040 /src/opus/src/extensions.c:372
0 0 None 0 0 opus_packet_extensions_generate call site: 00050 /src/opus/src/extensions.c:634
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:103
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:107
0 0 None 0 0 write_extension_payload call site: 00048 /src/opus/src/extensions.c:428

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
3
Reachable functions
31
Percentage of reachable functions covered
90.32%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_repacketizer_fuzzer.cc 2
/src/opus/src/repacketizer.c 8
/src/opus/./celt/os_support.h 2
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/arch.h 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 134 16.1%
gold [1:9] 0 0.0%
yellow [10:29] 2 0.24%
greenyellow [30:49] 3 0.36%
lawngreen 50+ 689 83.2%
All colors 828 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00623 /src/opus/celt/bands.c:1116
80 80 2 :

['ec_enc_uint', 'stereo_itheta']

80 320 cubic_quant_partition call site: 00565 /src/opus/celt/bands.c:1216
55 55 2 :

['median_of_5_val16', 'ec_enc_depth']

55 57 clt_compute_extra_allocation call site: 00515 /src/opus/celt/rate.c:769
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00583 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00482 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00595 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00610 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00613 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00592 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00597 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00492 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00614 /src/opus/celt/bands.c:893

Runtime coverage analysis

Covered functions
226
Functions that are reachable but not covered
33
Reachable functions
259
Percentage of reachable functions covered
87.26%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_decoder_fuzzer.cc 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus_projection_decoder.c 10
/src/opus/src/mapping_matrix.c 5
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_decoder.c 7
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 1
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 3
/src/opus/src/opus.c 4
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/celt/bands.c 21
/src/opus/celt/vq.c 16
/src/opus/celt/mathops.h 4
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 5
/src/opus/celt/pitch.c 4
/src/opus/celt/celt_lpc.c 4
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 6
/src/opus/celt/entenc.c 9
/src/opus/celt/mathops.c 2
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/./celt/mathops.h 1
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 6
/src/opus/./celt/float_cast.h 2

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 168 13.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1053 86.2%
All colors 1221 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01103 /src/opus/celt/bands.c:1116
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00306 /src/opus/src/repacketizer.c:308
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01019 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01083 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01085 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01080 /src/opus/celt/bands.c:790
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01023 /src/opus/celt/rate.c:415
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01096 /src/opus/celt/bands.c:893
6 6 1 :

['ec_dec_bits']

6 408 quant_band_stereo call site: 01157 /src/opus/celt/bands.c:1476
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00351 /src/opus/silk/check_control_input.c:103
6 6 1 :

['celt_fatal']

6 6 silk_InitEncoder call site: 00053 /src/opus/silk/enc_API.c:97
6 6 1 :

['celt_fatal']

6 6 silk_resampler_init call site: 00364 /src/opus/silk/resampler.c:157

Runtime coverage analysis

Covered functions
378
Functions that are reachable but not covered
33
Reachable functions
365
Percentage of reachable functions covered
90.96%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_encode_fuzzer.cc 1
/src/opus/src/opus_multistream_encoder.c 23
/src/opus/celt/mathops.c 1
/src/opus/src/opus_encoder.c 22
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 22
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 2
/src/opus/celt/celt.c 3
/src/opus/src/analysis.c 7
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/./celt/arch.h 1
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/bands.c 22
/src/opus/celt/quant_bands.c 6
/src/opus/celt/mathops.h 5
/src/opus/./celt/mathops.h 4
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 2
/src/opus/src/mlp.c 5
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/./silk/float/SigProc_FLP.h 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 4
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/float/encode_frame_FLP.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/float/SigProc_FLP.h 5
/src/opus/silk/float/find_pitch_lags_FLP.c 1
/src/opus/silk/float/apply_sine_window_FLP.c 1
/src/opus/silk/float/autocorrelation_FLP.c 1
/src/opus/silk/float/schur_FLP.c 1
/src/opus/silk/float/k2a_FLP.c 1
/src/opus/silk/float/bwexpander_FLP.c 1
/src/opus/silk/float/LPC_analysis_filter_FLP.c 6
/src/opus/silk/float/pitch_analysis_core_FLP.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/float/energy_FLP.c 1
/src/opus/silk/float/sort_FLP.c 1
/src/opus/silk/float/noise_shape_analysis_FLP.c 4
/src/opus/silk/float/warped_autocorrelation_FLP.c 1
/src/opus/silk/float/find_pred_coefs_FLP.c 1
/src/opus/silk/float/find_LTP_FLP.c 1
/src/opus/silk/float/corrMatrix_FLP.c 2
/src/opus/silk/float/scale_vector_FLP.c 1
/src/opus/silk/float/wrappers_FLP.c 5
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/float/LTP_scale_ctrl_FLP.c 1
/src/opus/silk/float/LTP_analysis_filter_FLP.c 1
/src/opus/silk/float/scale_copy_vector_FLP.c 1
/src/opus/silk/float/find_LPC_FLP.c 1
/src/opus/silk/float/burg_modified_FLP.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/sort.c 2
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/float/residual_energy_FLP.c 1
/src/opus/silk/float/process_gains_FLP.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/pitch.c 6
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/vq.c 8
/src/opus/celt/rate.h 3
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 208 16.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.07%
lawngreen 50+ 1042 83.2%
All colors 1251 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
134 134 1 :

['surround_analysis']

134 6727 opus_multistream_encode_native call site: 00180 /src/opus/src/opus_multistream_encoder.c:877
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01130 /src/opus/celt/bands.c:1116
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00334 /src/opus/src/repacketizer.c:308
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

186 7519 opus_multistream_encode_native call site: 00171 /src/opus/src/opus_multistream_encoder.c:844
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

52 52 opus_multistream_encoder_init_impl call site: 00114 /src/opus/src/opus_multistream_encoder.c:495
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01046 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01110 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01112 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01107 /src/opus/celt/bands.c:790
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01050 /src/opus/celt/rate.c:415
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01123 /src/opus/celt/bands.c:893
6 6 1 :

['ec_dec_bits']

6 408 quant_band_stereo call site: 01184 /src/opus/celt/bands.c:1476

Runtime coverage analysis

Covered functions
379
Functions that are reachable but not covered
40
Reachable functions
373
Percentage of reachable functions covered
89.28%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_encoder_fuzzer.cc 1
/src/opus/src/opus_projection_encoder.c 12
/src/opus/celt/mathops.c 1
/src/opus/src/mapping_matrix.c 4
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_encoder.c 15
/src/opus/src/opus_encoder.c 22
/src/opus/silk/enc_API.c 4
/src/opus/celt/celt_encoder.c 22
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/celt.c 3
/src/opus/src/analysis.c 7
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/./celt/arch.h 1
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/bands.c 22
/src/opus/celt/quant_bands.c 6
/src/opus/celt/mathops.h 5
/src/opus/./celt/mathops.h 4
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 2
/src/opus/src/mlp.c 5
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/./silk/float/SigProc_FLP.h 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 4
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/float/encode_frame_FLP.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/float/SigProc_FLP.h 5
/src/opus/silk/float/find_pitch_lags_FLP.c 1
/src/opus/silk/float/apply_sine_window_FLP.c 1
/src/opus/silk/float/autocorrelation_FLP.c 1
/src/opus/silk/float/schur_FLP.c 1
/src/opus/silk/float/k2a_FLP.c 1
/src/opus/silk/float/bwexpander_FLP.c 1
/src/opus/silk/float/LPC_analysis_filter_FLP.c 6
/src/opus/silk/float/pitch_analysis_core_FLP.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/float/energy_FLP.c 1
/src/opus/silk/float/sort_FLP.c 1
/src/opus/silk/float/noise_shape_analysis_FLP.c 4
/src/opus/silk/float/warped_autocorrelation_FLP.c 1
/src/opus/silk/float/find_pred_coefs_FLP.c 1
/src/opus/silk/float/find_LTP_FLP.c 1
/src/opus/silk/float/corrMatrix_FLP.c 2
/src/opus/silk/float/scale_vector_FLP.c 1
/src/opus/silk/float/wrappers_FLP.c 5
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/float/LTP_scale_ctrl_FLP.c 1
/src/opus/silk/float/LTP_analysis_filter_FLP.c 1
/src/opus/silk/float/scale_copy_vector_FLP.c 1
/src/opus/silk/float/find_LPC_FLP.c 1
/src/opus/silk/float/burg_modified_FLP.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/sort.c 2
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/float/residual_energy_FLP.c 1
/src/opus/silk/float/process_gains_FLP.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/pitch.c 6
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/vq.c 8
/src/opus/celt/rate.h 3
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4 7.01%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 53 92.9%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
12 41 3 :

['celt_fatal', 'skip_extension_payload', 'skip_extension']

12 41 opus_extension_iterator_next_repeat call site: 00032 /src/opus/src/extensions.c:191
0 4 1 :

['parse_size']

0 4 opus_packet_parse_impl call site: 00014 /src/opus/src/opus.c:342
0 2 1 :

['encode_size']

6 88 opus_repacketizer_out_range_impl call site: 00051 /src/opus/src/repacketizer.c:294
0 0 None 6 296 opus_repacketizer_out_range_impl call site: 00017 /src/opus/src/repacketizer.c:138
0 0 None 6 170 opus_repacketizer_out_range_impl call site: 00041 /src/opus/src/repacketizer.c:222
0 0 None 6 59 opus_extension_iterator_next call site: 00034 /src/opus/src/extensions.c:271
0 0 None 0 0 opus_extension_iterator_next call site: 00025 /src/opus/src/extensions.c:229
0 0 None 0 0 opus_packet_extensions_parse call site: 00040 /src/opus/src/extensions.c:372
0 0 None 0 0 opus_packet_extensions_generate call site: 00045 /src/opus/src/extensions.c:606
0 0 None 0 0 opus_packet_extensions_generate call site: 00050 /src/opus/src/extensions.c:634
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:103
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:107

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
3
Reachable functions
31
Percentage of reachable functions covered
90.32%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_repacketizer_fuzzer.cc 2
/src/opus/src/repacketizer.c 8
/src/opus/./celt/os_support.h 2
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/arch.h 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 259 19.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.07%
lawngreen 50+ 1071 80.4%
All colors 1331 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01171 /src/opus/celt/bands.c:1116
95 99 4 :

['ec_dec_depth', 'ec_tell_frac', 'ec_enc_depth', 'median_of_5_val16']

95 99 clt_compute_extra_allocation call site: 01064 /src/opus/celt/rate.c:762
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00308 /src/opus/src/repacketizer.c:308
38 204 5 :

['normalise_bands', 'amp2Log2', 'compute_band_energies', 'quant_coarse_energy', 'encode_qext_stereo_params']

38 1476 celt_encode_with_ec call site: 01052 /src/opus/celt/celt_encoder.c:2603
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01030 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01143 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01145 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01140 /src/opus/celt/bands.c:790
10 33 3 :

['ec_enc_shrink', 'compute_qext_mode', 'ec_enc_bit_logp']

48 1676 celt_encode_with_ec call site: 01017 /src/opus/celt/celt_encoder.c:2521
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01034 /src/opus/celt/rate.c:415
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01162 /src/opus/celt/bands.c:893
6 6 1 :

['celt_fatal']

101 105 clt_compute_extra_allocation call site: 01063 /src/opus/celt/rate.c:749

Runtime coverage analysis

Covered functions
380
Functions that are reachable but not covered
49
Reachable functions
383
Percentage of reachable functions covered
87.21%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_encode_fuzzer.cc 1
/src/opus/src/opus_multistream_encoder.c 23
/src/opus/celt/mathops.c 1
/src/opus/src/opus_encoder.c 22
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 23
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 2
/src/opus/celt/celt.c 3
/src/opus/src/analysis.c 7
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/./celt/arch.h 1
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/bands.c 23
/src/opus/celt/quant_bands.c 6
/src/opus/celt/mathops.h 6
/src/opus/./celt/mathops.h 4
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 2
/src/opus/src/mlp.c 5
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/./silk/float/SigProc_FLP.h 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 4
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/float/encode_frame_FLP.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/float/SigProc_FLP.h 5
/src/opus/silk/float/find_pitch_lags_FLP.c 1
/src/opus/silk/float/apply_sine_window_FLP.c 1
/src/opus/silk/float/autocorrelation_FLP.c 1
/src/opus/silk/float/schur_FLP.c 1
/src/opus/silk/float/k2a_FLP.c 1
/src/opus/silk/float/bwexpander_FLP.c 1
/src/opus/silk/float/LPC_analysis_filter_FLP.c 6
/src/opus/silk/float/pitch_analysis_core_FLP.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/float/energy_FLP.c 1
/src/opus/silk/float/sort_FLP.c 1
/src/opus/silk/float/noise_shape_analysis_FLP.c 4
/src/opus/silk/float/warped_autocorrelation_FLP.c 1
/src/opus/silk/float/find_pred_coefs_FLP.c 1
/src/opus/silk/float/find_LTP_FLP.c 1
/src/opus/silk/float/corrMatrix_FLP.c 2
/src/opus/silk/float/scale_vector_FLP.c 1
/src/opus/silk/float/wrappers_FLP.c 5
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/float/LTP_scale_ctrl_FLP.c 1
/src/opus/silk/float/LTP_analysis_filter_FLP.c 1
/src/opus/silk/float/scale_copy_vector_FLP.c 1
/src/opus/silk/float/find_LPC_FLP.c 1
/src/opus/silk/float/burg_modified_FLP.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/sort.c 2
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/float/residual_energy_FLP.c 1
/src/opus/silk/float/process_gains_FLP.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/pitch.c 6
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 6
/src/opus/celt/entdec.c 9
/src/opus/celt/vq.c 16
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/celt/x86/vq_sse2.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 299 21.9%
gold [1:9] 0 0.0%
yellow [10:29] 1 0.07%
greenyellow [30:49] 2 0.14%
lawngreen 50+ 1059 77.8%
All colors 1361 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
134 134 1 :

['surround_analysis']

134 6727 opus_multistream_encode_native call site: 00182 /src/opus/src/opus_multistream_encoder.c:877
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01198 /src/opus/celt/bands.c:1116
95 99 4 :

['ec_dec_depth', 'ec_tell_frac', 'ec_enc_depth', 'median_of_5_val16']

95 99 clt_compute_extra_allocation call site: 01091 /src/opus/celt/rate.c:762
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00336 /src/opus/src/repacketizer.c:308
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

186 7519 opus_multistream_encode_native call site: 00173 /src/opus/src/opus_multistream_encoder.c:844
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

52 52 opus_multistream_encoder_init_impl call site: 00116 /src/opus/src/opus_multistream_encoder.c:495
38 204 5 :

['normalise_bands', 'amp2Log2', 'compute_band_energies', 'quant_coarse_energy', 'encode_qext_stereo_params']

38 1476 celt_encode_with_ec call site: 01079 /src/opus/celt/celt_encoder.c:2603
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01057 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01170 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01172 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01167 /src/opus/celt/bands.c:790
10 33 3 :

['ec_enc_shrink', 'compute_qext_mode', 'ec_enc_bit_logp']

48 1676 celt_encode_with_ec call site: 01044 /src/opus/celt/celt_encoder.c:2521

Runtime coverage analysis

Covered functions
381
Functions that are reachable but not covered
56
Reachable functions
391
Percentage of reachable functions covered
85.68%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_encoder_fuzzer.cc 1
/src/opus/src/opus_projection_encoder.c 12
/src/opus/celt/mathops.c 1
/src/opus/src/mapping_matrix.c 4
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_encoder.c 15
/src/opus/src/opus_encoder.c 22
/src/opus/silk/enc_API.c 4
/src/opus/celt/celt_encoder.c 23
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/celt.c 3
/src/opus/src/analysis.c 7
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/./celt/arch.h 1
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/bands.c 23
/src/opus/celt/quant_bands.c 6
/src/opus/celt/mathops.h 6
/src/opus/./celt/mathops.h 4
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 2
/src/opus/src/mlp.c 5
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/./silk/float/SigProc_FLP.h 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 4
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/float/encode_frame_FLP.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/float/SigProc_FLP.h 5
/src/opus/silk/float/find_pitch_lags_FLP.c 1
/src/opus/silk/float/apply_sine_window_FLP.c 1
/src/opus/silk/float/autocorrelation_FLP.c 1
/src/opus/silk/float/schur_FLP.c 1
/src/opus/silk/float/k2a_FLP.c 1
/src/opus/silk/float/bwexpander_FLP.c 1
/src/opus/silk/float/LPC_analysis_filter_FLP.c 6
/src/opus/silk/float/pitch_analysis_core_FLP.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/float/energy_FLP.c 1
/src/opus/silk/float/sort_FLP.c 1
/src/opus/silk/float/noise_shape_analysis_FLP.c 4
/src/opus/silk/float/warped_autocorrelation_FLP.c 1
/src/opus/silk/float/find_pred_coefs_FLP.c 1
/src/opus/silk/float/find_LTP_FLP.c 1
/src/opus/silk/float/corrMatrix_FLP.c 2
/src/opus/silk/float/scale_vector_FLP.c 1
/src/opus/silk/float/wrappers_FLP.c 5
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/float/LTP_scale_ctrl_FLP.c 1
/src/opus/silk/float/LTP_analysis_filter_FLP.c 1
/src/opus/silk/float/scale_copy_vector_FLP.c 1
/src/opus/silk/float/find_LPC_FLP.c 1
/src/opus/silk/float/burg_modified_FLP.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/sort.c 2
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/float/residual_energy_FLP.c 1
/src/opus/silk/float/process_gains_FLP.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/pitch.c 6
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 6
/src/opus/celt/entdec.c 9
/src/opus/celt/vq.c 16
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/celt/x86/vq_sse2.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4 7.01%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 53 92.9%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
12 41 3 :

['celt_fatal', 'skip_extension_payload', 'skip_extension']

12 41 opus_extension_iterator_next_repeat call site: 00032 /src/opus/src/extensions.c:191
0 4 1 :

['parse_size']

0 4 opus_packet_parse_impl call site: 00014 /src/opus/src/opus.c:342
0 2 1 :

['encode_size']

6 88 opus_repacketizer_out_range_impl call site: 00051 /src/opus/src/repacketizer.c:294
0 0 None 6 296 opus_repacketizer_out_range_impl call site: 00017 /src/opus/src/repacketizer.c:138
0 0 None 6 170 opus_repacketizer_out_range_impl call site: 00041 /src/opus/src/repacketizer.c:222
0 0 None 6 59 opus_extension_iterator_next call site: 00034 /src/opus/src/extensions.c:271
0 0 None 0 0 opus_extension_iterator_next call site: 00025 /src/opus/src/extensions.c:229
0 0 None 0 0 opus_packet_extensions_parse call site: 00040 /src/opus/src/extensions.c:372
0 0 None 0 0 opus_packet_extensions_generate call site: 00050 /src/opus/src/extensions.c:634
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:103
0 0 None 0 0 skip_extension call site: 00028 /src/opus/src/extensions.c:107
0 0 None 0 0 write_extension_payload call site: 00048 /src/opus/src/extensions.c:428

Runtime coverage analysis

Covered functions
27
Functions that are reachable but not covered
3
Reachable functions
31
Percentage of reachable functions covered
90.32%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_repacketizer_fuzzer.cc 2
/src/opus/src/repacketizer.c 8
/src/opus/./celt/os_support.h 2
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/arch.h 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 100 14.4%
gold [1:9] 1 0.14%
yellow [10:29] 2 0.28%
greenyellow [30:49] 2 0.28%
lawngreen 50+ 588 84.8%
All colors 693 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00542 /src/opus/celt/bands.c:1116
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00502 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00460 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00522 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00531 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00534 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00519 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00524 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00470 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00535 /src/opus/celt/bands.c:893
12 12 1 :

['ec_enc_bits']

12 414 quant_band_stereo call site: 00595 /src/opus/celt/bands.c:1476
0 50 1 :

['silk_resampler']

0 50 silk_Decode call site: 00301 /src/opus/silk/dec_API.c:437

Runtime coverage analysis

Covered functions
204
Functions that are reachable but not covered
24
Reachable functions
228
Percentage of reachable functions covered
89.47%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_decode_fuzzer.cc 1
/src/opus/src/opus_multistream_decoder.c 13
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 3
/src/opus/celt/arch.h 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus.c 4
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 8
/src/opus/celt/mathops.h 3
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 5
/src/opus/celt/pitch.c 4
/src/opus/celt/celt_lpc.c 4
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 2
/src/opus/celt/entenc.c 8
/src/opus/celt/mathops.c 2
/src/opus/celt/rate.h 3
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/celt/cwrs.c 4
/src/opus/./celt/mathops.h 1
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 1
/src/opus/./celt/float_cast.h 2

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 207 15.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 0.22%
lawngreen 50+ 1131 84.3%
All colors 1341 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
134 134 1 :

['surround_analysis']

134 6727 opus_multistream_encode_native call site: 00180 /src/opus/src/opus_multistream_encoder.c:877
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01200 /src/opus/celt/bands.c:1116
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00353 /src/opus/src/repacketizer.c:308
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

186 7519 opus_multistream_encode_native call site: 00171 /src/opus/src/opus_multistream_encoder.c:844
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

52 52 opus_multistream_encoder_init_impl call site: 00114 /src/opus/src/opus_multistream_encoder.c:495
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01111 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01179 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01181 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01176 /src/opus/celt/bands.c:790
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01115 /src/opus/celt/rate.c:415
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01193 /src/opus/celt/bands.c:893
6 6 1 :

['ec_dec_bits']

6 408 quant_band_stereo call site: 01272 /src/opus/celt/bands.c:1476

Runtime coverage analysis

Covered functions
394
Functions that are reachable but not covered
36
Reachable functions
378
Percentage of reachable functions covered
90.48%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_encoder_fuzzer.cc 1
/src/opus/src/opus_projection_encoder.c 12
/src/opus/celt/mathops.c 12
/src/opus/src/mapping_matrix.c 4
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_encoder.c 15
/src/opus/src/opus_encoder.c 21
/src/opus/silk/enc_API.c 4
/src/opus/celt/celt_encoder.c 24
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 1
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/celt.c 4
/src/opus/src/analysis.c 8
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/mdct.c 1
/src/opus/celt/mathops.h 9
/src/opus/celt/kiss_fft.c 7
/src/opus/celt/bands.c 22
/src/opus/celt/quant_bands.c 6
/src/opus/./celt/mathops.h 7
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 1
/src/opus/src/mlp.c 5
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/biquad_alt.c 2
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 5
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/fixed/encode_frame_FIX.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/fixed/find_pitch_lags_FIX.c 1
/src/opus/silk/fixed/apply_sine_window_FIX.c 1
/src/opus/silk/fixed/autocorr_FIX.c 1
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/pitch.c 7
/src/opus/celt/pitch.h 2
/src/opus/silk/fixed/schur_FIX.c 1
/src/opus/./silk/macros.h 1
/src/opus/./silk/Inlines.h 5
/src/opus/silk/fixed/k2a_FIX.c 1
/src/opus/silk/bwexpander.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/fixed/pitch_analysis_core_FIX.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/fixed/vector_ops_FIX.c 2
/src/opus/silk/sort.c 3
/src/opus/silk/fixed/noise_shape_analysis_FIX.c 3
/src/opus/silk/sigm_Q15.c 1
/src/opus/silk/fixed/warped_autocorrelation_FIX.c 1
/src/opus/silk/fixed/schur64_FIX.c 1
/src/opus/silk/fixed/k2a_Q16_FIX.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/fixed/find_pred_coefs_FIX.c 1
/src/opus/silk/fixed/find_LTP_FIX.c 1
/src/opus/silk/fixed/corrMatrix_FIX.c 2
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c 1
/src/opus/silk/fixed/LTP_analysis_filter_FIX.c 1
/src/opus/silk/fixed/find_LPC_FIX.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/fixed/residual_energy_FIX.c 1
/src/opus/silk/fixed/process_gains_FIX.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/laplace.c 2
/src/opus/celt/vq.c 13
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 307 20.7%
gold [1:9] 0 0.0%
yellow [10:29] 2 0.13%
greenyellow [30:49] 1 0.06%
lawngreen 50+ 1168 79.0%
All colors 1478 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
134 134 1 :

['surround_analysis']

134 6727 opus_multistream_encode_native call site: 00182 /src/opus/src/opus_multistream_encoder.c:877
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01291 /src/opus/celt/bands.c:1116
95 99 4 :

['ec_dec_depth', 'ec_tell_frac', 'ec_enc_depth', 'median_of_5_val16']

95 99 clt_compute_extra_allocation call site: 01174 /src/opus/celt/rate.c:762
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00366 /src/opus/src/repacketizer.c:308
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

186 7519 opus_multistream_encode_native call site: 00173 /src/opus/src/opus_multistream_encoder.c:844
52 52 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

52 52 opus_multistream_encoder_init_impl call site: 00116 /src/opus/src/opus_multistream_encoder.c:495
38 204 5 :

['normalise_bands', 'amp2Log2', 'compute_band_energies', 'quant_coarse_energy', 'encode_qext_stereo_params']

38 1476 celt_encode_with_ec call site: 01162 /src/opus/celt/celt_encoder.c:2603
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01140 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01262 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01264 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01259 /src/opus/celt/bands.c:790
10 33 3 :

['ec_enc_shrink', 'compute_qext_mode', 'ec_enc_bit_logp']

48 1676 celt_encode_with_ec call site: 01126 /src/opus/celt/celt_encoder.c:2521

Runtime coverage analysis

Covered functions
400
Functions that are reachable but not covered
52
Reachable functions
400
Percentage of reachable functions covered
87.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_encoder_fuzzer.cc 1
/src/opus/src/opus_projection_encoder.c 12
/src/opus/celt/mathops.c 13
/src/opus/src/mapping_matrix.c 4
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_encoder.c 15
/src/opus/src/opus_encoder.c 22
/src/opus/silk/enc_API.c 4
/src/opus/celt/celt_encoder.c 25
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 1
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/celt.c 4
/src/opus/src/analysis.c 8
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/mdct.c 1
/src/opus/celt/mathops.h 11
/src/opus/celt/kiss_fft.c 7
/src/opus/celt/bands.c 23
/src/opus/celt/quant_bands.c 6
/src/opus/./celt/mathops.h 7
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 1
/src/opus/src/mlp.c 5
/src/opus/./celt/arch.h 1
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 5
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/fixed/encode_frame_FIX.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/fixed/find_pitch_lags_FIX.c 1
/src/opus/silk/fixed/apply_sine_window_FIX.c 1
/src/opus/silk/fixed/autocorr_FIX.c 1
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/pitch.c 7
/src/opus/celt/pitch.h 2
/src/opus/silk/fixed/schur_FIX.c 1
/src/opus/./silk/macros.h 1
/src/opus/./silk/Inlines.h 5
/src/opus/silk/fixed/k2a_FIX.c 1
/src/opus/silk/bwexpander.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/fixed/pitch_analysis_core_FIX.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/fixed/vector_ops_FIX.c 2
/src/opus/silk/sort.c 3
/src/opus/silk/fixed/noise_shape_analysis_FIX.c 3
/src/opus/silk/sigm_Q15.c 1
/src/opus/silk/fixed/warped_autocorrelation_FIX.c 1
/src/opus/silk/fixed/schur64_FIX.c 1
/src/opus/silk/fixed/k2a_Q16_FIX.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/fixed/find_pred_coefs_FIX.c 1
/src/opus/silk/fixed/find_LTP_FIX.c 1
/src/opus/silk/fixed/corrMatrix_FIX.c 2
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c 1
/src/opus/silk/fixed/LTP_analysis_filter_FIX.c 1
/src/opus/silk/fixed/find_LPC_FIX.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/fixed/residual_energy_FIX.c 1
/src/opus/silk/fixed/process_gains_FIX.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/laplace.c 2
/src/opus/celt/vq.c 21
/src/opus/celt/rate.c 6
/src/opus/celt/entdec.c 9
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 156 17.7%
gold [1:9] 1 0.11%
yellow [10:29] 3 0.34%
greenyellow [30:49] 1 0.11%
lawngreen 50+ 717 81.6%
All colors 878 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00660 /src/opus/celt/bands.c:1116
80 80 2 :

['ec_enc_uint', 'stereo_itheta']

84 320 cubic_quant_partition call site: 00594 /src/opus/celt/bands.c:1216
55 55 2 :

['median_of_5_val16', 'ec_enc_depth']

55 57 clt_compute_extra_allocation call site: 00537 /src/opus/celt/rate.c:769
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00619 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00504 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00631 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00646 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00650 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00628 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00633 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00514 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00651 /src/opus/celt/bands.c:893

Runtime coverage analysis

Covered functions
235
Functions that are reachable but not covered
33
Reachable functions
267
Percentage of reachable functions covered
87.64%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_decode_fuzzer.cc 1
/src/opus/src/opus_multistream_decoder.c 13
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 4
/src/opus/celt/arch.h 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus.c 3
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/bands.c 21
/src/opus/celt/vq.c 21
/src/opus/celt/mathops.h 10
/src/opus/celt/mathops.c 13
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/pitch.c 5
/src/opus/celt/celt_lpc.c 3
/src/opus/celt/pitch.h 1
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 6
/src/opus/celt/entenc.c 9
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/./celt/mathops.h 2
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 6
/src/opus/./celt/arch.h 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 100 13.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 618 86.0%
All colors 718 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00561 /src/opus/celt/bands.c:1116
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00521 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00479 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00541 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00550 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00553 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00538 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00543 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00489 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00554 /src/opus/celt/bands.c:893
12 12 1 :

['ec_enc_bits']

12 414 quant_band_stereo call site: 00614 /src/opus/celt/bands.c:1476
0 50 1 :

['silk_resampler']

0 50 silk_Decode call site: 00320 /src/opus/silk/dec_API.c:437

Runtime coverage analysis

Covered functions
213
Functions that are reachable but not covered
24
Reachable functions
237
Percentage of reachable functions covered
89.87%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_projection_decoder_fuzzer.cc 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus_projection_decoder.c 10
/src/opus/src/mapping_matrix.c 5
/src/opus/src/opus_private.h 1
/src/opus/src/opus_multistream_decoder.c 7
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/arch.h 1
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 3
/src/opus/src/opus.c 4
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 8
/src/opus/celt/mathops.h 3
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 5
/src/opus/celt/pitch.c 4
/src/opus/celt/celt_lpc.c 4
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 2
/src/opus/celt/entenc.c 8
/src/opus/celt/mathops.c 2
/src/opus/celt/rate.h 3
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/celt/cwrs.c 4
/src/opus/./celt/mathops.h 1
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 1
/src/opus/./celt/float_cast.h 2

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 114 14.9%
gold [1:9] 0 0.0%
yellow [10:29] 3 0.39%
greenyellow [30:49] 2 0.26%
lawngreen 50+ 644 84.4%
All colors 763 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
119 119 1 :

['alg_quant']

119 119 quant_partition call site: 00599 /src/opus/celt/bands.c:1116
49 49 1 :

['stereo_itheta']

197 316 compute_theta call site: 00551 /src/opus/celt/bands.c:739
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00509 /src/opus/celt/rate.c:398
31 31 1 :

['ec_enc_uint']

64 84 compute_theta call site: 00578 /src/opus/celt/bands.c:805
27 27 2 :

['stereo_split', 'intensity_stereo']

27 47 compute_theta call site: 00587 /src/opus/celt/bands.c:870
25 25 1 :

['intensity_stereo']

40 69 compute_theta call site: 00591 /src/opus/celt/bands.c:880
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00575 /src/opus/celt/bands.c:790
22 22 1 :

['ec_encode']

55 75 compute_theta call site: 00580 /src/opus/celt/bands.c:812
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00519 /src/opus/celt/rate.c:415
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00592 /src/opus/celt/bands.c:893
12 12 1 :

['ec_enc_bits']

12 414 quant_band_stereo call site: 00664 /src/opus/celt/bands.c:1476
0 50 1 :

['silk_resampler']

0 50 silk_Decode call site: 00301 /src/opus/silk/dec_API.c:437

Runtime coverage analysis

Covered functions
221
Functions that are reachable but not covered
24
Reachable functions
244
Percentage of reachable functions covered
90.16%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_decode_fuzzer.cc 1
/src/opus/src/opus_multistream_decoder.c 13
/src/opus/src/opus_decoder.c 12
/src/opus/silk/dec_API.c 5
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_decoder.c 15
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_decoder.c 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/CNG.c 3
/src/opus/silk/PLC.c 6
/src/opus/celt/celt.c 4
/src/opus/celt/arch.h 2
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus.c 3
/src/opus/celt/entdec.c 11
/src/opus/silk/decoder_set_fs.c 1
/src/opus/silk/resampler.c 2
/src/opus/silk/stereo_decode_pred.c 2
/src/opus/silk/decode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/decode_pulses.c 1
/src/opus/silk/shell_coder.c 2
/src/opus/silk/code_signs.c 1
/src/opus/silk/decode_frame.c 1
/src/opus/silk/decode_parameters.c 1
/src/opus/silk/gain_quant.c 1
/src/opus/silk/SigProc_FIX.h 6
/src/opus/silk/log2lin.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/typedef.h 1
/src/opus/silk/sort.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/macros.h 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/bwexpander.c 1
/src/opus/silk/decode_pitch.c 1
/src/opus/silk/decode_core.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/stereo_MS_to_LR.c 1
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/./celt/entcode.h 1
/src/opus/celt/entcode.h 4
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 13
/src/opus/celt/mathops.h 8
/src/opus/celt/mathops.c 11
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 6
/src/opus/celt/pitch.c 5
/src/opus/celt/celt_lpc.c 3
/src/opus/celt/pitch.h 1
/src/opus/celt/fixed_generic.h 1
/src/opus/celt/quant_bands.c 3
/src/opus/celt/laplace.c 2
/src/opus/celt/entcode.c 1
/src/opus/celt/rate.c 2
/src/opus/celt/entenc.c 8
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/./celt/mathops.h 2
/src/opus/./celt/stack_alloc.h 1
/src/opus/src/extensions.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 269 18.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.13%
lawngreen 50+ 1177 81.2%
All colors 1448 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01264 /src/opus/celt/bands.c:1116
95 99 4 :

['ec_dec_depth', 'ec_tell_frac', 'ec_enc_depth', 'median_of_5_val16']

95 99 clt_compute_extra_allocation call site: 01147 /src/opus/celt/rate.c:762
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00338 /src/opus/src/repacketizer.c:308
38 204 5 :

['normalise_bands', 'amp2Log2', 'compute_band_energies', 'quant_coarse_energy', 'encode_qext_stereo_params']

38 1476 celt_encode_with_ec call site: 01135 /src/opus/celt/celt_encoder.c:2603
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01113 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01235 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01237 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01232 /src/opus/celt/bands.c:790
10 33 3 :

['ec_enc_shrink', 'compute_qext_mode', 'ec_enc_bit_logp']

48 1676 celt_encode_with_ec call site: 01099 /src/opus/celt/celt_encoder.c:2521
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01117 /src/opus/celt/rate.c:415
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01255 /src/opus/celt/bands.c:893
6 6 1 :

['celt_fatal']

101 105 clt_compute_extra_allocation call site: 01146 /src/opus/celt/rate.c:749

Runtime coverage analysis

Covered functions
399
Functions that are reachable but not covered
45
Reachable functions
392
Percentage of reachable functions covered
88.52%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_encode_fuzzer.cc 1
/src/opus/src/opus_multistream_encoder.c 23
/src/opus/celt/mathops.c 13
/src/opus/src/opus_encoder.c 22
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 25
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 1
/src/opus/celt/celt.c 4
/src/opus/src/analysis.c 8
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/mdct.c 1
/src/opus/celt/mathops.h 11
/src/opus/celt/kiss_fft.c 7
/src/opus/celt/bands.c 23
/src/opus/celt/quant_bands.c 6
/src/opus/./celt/mathops.h 7
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 1
/src/opus/src/mlp.c 5
/src/opus/./celt/arch.h 1
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 5
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/fixed/encode_frame_FIX.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/fixed/find_pitch_lags_FIX.c 1
/src/opus/silk/fixed/apply_sine_window_FIX.c 1
/src/opus/silk/fixed/autocorr_FIX.c 1
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/pitch.c 7
/src/opus/celt/pitch.h 2
/src/opus/silk/fixed/schur_FIX.c 1
/src/opus/./silk/macros.h 1
/src/opus/./silk/Inlines.h 5
/src/opus/silk/fixed/k2a_FIX.c 1
/src/opus/silk/bwexpander.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/fixed/pitch_analysis_core_FIX.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/fixed/vector_ops_FIX.c 2
/src/opus/silk/sort.c 3
/src/opus/silk/fixed/noise_shape_analysis_FIX.c 3
/src/opus/silk/sigm_Q15.c 1
/src/opus/silk/fixed/warped_autocorrelation_FIX.c 1
/src/opus/silk/fixed/schur64_FIX.c 1
/src/opus/silk/fixed/k2a_Q16_FIX.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/fixed/find_pred_coefs_FIX.c 1
/src/opus/silk/fixed/find_LTP_FIX.c 1
/src/opus/silk/fixed/corrMatrix_FIX.c 2
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c 1
/src/opus/silk/fixed/LTP_analysis_filter_FIX.c 1
/src/opus/silk/fixed/find_LPC_FIX.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/fixed/residual_energy_FIX.c 1
/src/opus/silk/fixed/process_gains_FIX.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/laplace.c 2
/src/opus/celt/vq.c 21
/src/opus/celt/rate.c 6
/src/opus/celt/entdec.c 9
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 169 12.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1142 87.1%
All colors 1311 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
100 100 1 :

['alg_unquant']

100 100 quant_partition call site: 01173 /src/opus/celt/bands.c:1116
86 86 2 :

['celt_fatal', 'opus_packet_extensions_generate']

86 86 opus_repacketizer_out_range_impl call site: 00325 /src/opus/src/repacketizer.c:308
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01084 /src/opus/celt/rate.c:398
28 28 1 :

['ec_dec_uint']

34 81 compute_theta call site: 01152 /src/opus/celt/bands.c:805
18 24 3 :

['ec_decode', 'ec_dec_update', 'isqrt32']

24 77 compute_theta call site: 01154 /src/opus/celt/bands.c:812
18 18 2 :

['ec_decode', 'ec_dec_update']

24 71 compute_theta call site: 01149 /src/opus/celt/bands.c:790
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01088 /src/opus/celt/rate.c:415
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01166 /src/opus/celt/bands.c:893
6 6 1 :

['ec_dec_bits']

6 408 quant_band_stereo call site: 01245 /src/opus/celt/bands.c:1476
6 6 1 :

['celt_fatal']

6 8 silk_P_Ana_calc_energy_st3 call site: 00666 /src/opus/silk/fixed/pitch_analysis_core_FIX.c:665
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00370 /src/opus/silk/check_control_input.c:103
6 6 1 :

['celt_fatal']

6 6 silk_InitEncoder call site: 00053 /src/opus/silk/enc_API.c:97

Runtime coverage analysis

Covered functions
393
Functions that are reachable but not covered
29
Reachable functions
370
Percentage of reachable functions covered
92.16%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_multistream_encode_fuzzer.cc 1
/src/opus/src/opus_multistream_encoder.c 23
/src/opus/celt/mathops.c 12
/src/opus/src/opus_encoder.c 21
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 24
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/src/opus_multistream.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 1
/src/opus/celt/celt.c 4
/src/opus/src/analysis.c 8
/src/opus/tests/../celt/os_support.h 2
/src/opus/celt/mdct.c 1
/src/opus/celt/mathops.h 9
/src/opus/celt/kiss_fft.c 7
/src/opus/celt/bands.c 22
/src/opus/celt/quant_bands.c 6
/src/opus/./celt/mathops.h 7
/src/opus/src/repacketizer.c 7
/src/opus/./celt/float_cast.h 1
/src/opus/src/mlp.c 5
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/biquad_alt.c 2
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 5
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/fixed/encode_frame_FIX.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/fixed/find_pitch_lags_FIX.c 1
/src/opus/silk/fixed/apply_sine_window_FIX.c 1
/src/opus/silk/fixed/autocorr_FIX.c 1
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/pitch.c 7
/src/opus/celt/pitch.h 2
/src/opus/silk/fixed/schur_FIX.c 1
/src/opus/./silk/macros.h 1
/src/opus/./silk/Inlines.h 5
/src/opus/silk/fixed/k2a_FIX.c 1
/src/opus/silk/bwexpander.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/fixed/pitch_analysis_core_FIX.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/fixed/vector_ops_FIX.c 2
/src/opus/silk/sort.c 3
/src/opus/silk/fixed/noise_shape_analysis_FIX.c 3
/src/opus/silk/sigm_Q15.c 1
/src/opus/silk/fixed/warped_autocorrelation_FIX.c 1
/src/opus/silk/fixed/schur64_FIX.c 1
/src/opus/silk/fixed/k2a_Q16_FIX.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/fixed/find_pred_coefs_FIX.c 1
/src/opus/silk/fixed/find_LTP_FIX.c 1
/src/opus/silk/fixed/corrMatrix_FIX.c 2
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c 1
/src/opus/silk/fixed/LTP_analysis_filter_FIX.c 1
/src/opus/silk/fixed/find_LPC_FIX.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/fixed/residual_energy_FIX.c 1
/src/opus/silk/fixed/process_gains_FIX.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/laplace.c 2
/src/opus/celt/vq.c 13
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 268 22.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.16%
lawngreen 50+ 941 77.7%
All colors 1211 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
55 55 2 :

['median_of_5_val16', 'ec_enc_depth']

55 57 clt_compute_extra_allocation call site: 00949 /src/opus/celt/rate.c:769
38 204 5 :

['normalise_bands', 'amp2Log2', 'compute_band_energies', 'quant_coarse_energy', 'encode_qext_stereo_params']

38 1476 celt_encode_with_ec call site: 00937 /src/opus/celt/celt_encoder.c:2603
12 41 3 :

['celt_fatal', 'skip_extension_payload', 'skip_extension']

12 41 opus_extension_iterator_next_repeat call site: 00169 /src/opus/src/extensions.c:191
6 6 1 :

['celt_fatal']

6 8 silk_P_Ana_calc_energy_st3 call site: 00516 /src/opus/silk/fixed/pitch_analysis_core_FIX.c:665
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00234 /src/opus/silk/check_control_input.c:103
6 6 1 :

['celt_fatal']

6 6 silk_InitEncoder call site: 00032 /src/opus/silk/enc_API.c:97
4 4 1 :

['compute_redundancy_bytes']

10 10640 opus_encode_frame_native call site: 00726 /src/opus/src/opus_encoder.c:2167
0 518 4 :

['ec_enc_init', 'ec_tell_frac', 'quant_fine_energy', 'quant_all_bands']

0 622 celt_encode_with_ec call site: 00965 /src/opus/celt/celt_encoder.c:2644
0 134 1 :

['surround_analysis']

0 6727 opus_multistream_encode_native call site: 00000 /src/opus/src/opus_multistream_encoder.c:877
0 119 1 :

['alg_quant']

0 119 quant_partition call site: 01056 /src/opus/celt/bands.c:1116
0 100 1 :

['silk_resampler']

0 172 silk_setup_resamplers call site: 00244 /src/opus/silk/control_codec.c:144
0 80 2 :

['ec_enc_uint', 'stereo_itheta']

0 320 cubic_quant_partition call site: 00999 /src/opus/celt/bands.c:1216

Runtime coverage analysis

Covered functions
602
Functions that are reachable but not covered
25
Reachable functions
354
Percentage of reachable functions covered
92.94%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_encode_fuzzer.cc 1
/src/opus/src/opus_encoder.c 25
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 23
/src/opus/celt/modes.c 2
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 2
/src/opus/celt/celt.c 3
/src/opus/src/analysis.c 7
/src/opus/./celt/mathops.h 3
/src/opus/celt/kiss_fft.c 6
/src/opus/./celt/arch.h 1
/src/opus/./celt/float_cast.h 2
/src/opus/src/mlp.c 5
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/src/repacketizer.c 6
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/./silk/float/SigProc_FLP.h 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 4
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/float/encode_frame_FLP.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/float/SigProc_FLP.h 5
/src/opus/silk/float/find_pitch_lags_FLP.c 1
/src/opus/silk/float/apply_sine_window_FLP.c 1
/src/opus/silk/float/autocorrelation_FLP.c 1
/src/opus/silk/float/schur_FLP.c 1
/src/opus/silk/float/k2a_FLP.c 1
/src/opus/silk/float/bwexpander_FLP.c 1
/src/opus/silk/float/LPC_analysis_filter_FLP.c 6
/src/opus/silk/float/pitch_analysis_core_FLP.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/float/energy_FLP.c 1
/src/opus/silk/float/sort_FLP.c 1
/src/opus/silk/float/noise_shape_analysis_FLP.c 4
/src/opus/silk/float/warped_autocorrelation_FLP.c 1
/src/opus/silk/float/find_pred_coefs_FLP.c 1
/src/opus/silk/float/find_LTP_FLP.c 1
/src/opus/silk/float/corrMatrix_FLP.c 2
/src/opus/silk/float/scale_vector_FLP.c 1
/src/opus/silk/float/wrappers_FLP.c 5
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/float/LTP_scale_ctrl_FLP.c 1
/src/opus/silk/float/LTP_analysis_filter_FLP.c 1
/src/opus/silk/float/scale_copy_vector_FLP.c 1
/src/opus/silk/float/find_LPC_FLP.c 1
/src/opus/silk/float/burg_modified_FLP.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/sort.c 2
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/float/residual_energy_FLP.c 1
/src/opus/silk/float/process_gains_FLP.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/mathops.h 6
/src/opus/celt/pitch.c 6
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/mdct.c 1
/src/opus/celt/bands.c 23
/src/opus/celt/quant_bands.c 6
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 6
/src/opus/celt/entdec.c 9
/src/opus/celt/vq.c 16
/src/opus/celt/mathops.c 1
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4
/src/opus/celt/x86/vq_sse2.c 1

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 148 12.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.16%
lawngreen 50+ 1041 87.4%
All colors 1191 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
55 55 2 :

['median_of_5_val16', 'ec_enc_depth']

55 57 clt_compute_extra_allocation call site: 00000 /src/opus/celt/rate.c:769
38 204 5 :

['normalise_bands', 'amp2Log2', 'compute_band_energies', 'quant_coarse_energy', 'encode_qext_stereo_params']

38 1476 celt_encode_with_ec call site: 00991 /src/opus/celt/celt_encoder.c:2603
12 41 3 :

['celt_fatal', 'skip_extension_payload', 'skip_extension']

12 41 opus_extension_iterator_next_repeat call site: 00180 /src/opus/src/extensions.c:191
6 6 1 :

['celt_fatal']

6 8 silk_P_Ana_calc_energy_st3 call site: 00541 /src/opus/silk/fixed/pitch_analysis_core_FIX.c:665
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00245 /src/opus/silk/check_control_input.c:103
6 6 1 :

['celt_fatal']

6 6 silk_InitEncoder call site: 00032 /src/opus/silk/enc_API.c:97
4 4 1 :

['compute_redundancy_bytes']

10 10640 opus_encode_frame_native call site: 00766 /src/opus/src/opus_encoder.c:2167
0 518 4 :

['ec_enc_init', 'ec_tell_frac', 'quant_fine_energy', 'quant_all_bands']

0 622 celt_encode_with_ec call site: 00994 /src/opus/celt/celt_encoder.c:2644
0 134 1 :

['surround_analysis']

0 6727 opus_multistream_encode_native call site: 00000 /src/opus/src/opus_multistream_encoder.c:877
0 119 1 :

['alg_quant']

0 119 quant_partition call site: 01058 /src/opus/celt/bands.c:1116
0 100 1 :

['silk_resampler']

0 172 silk_setup_resamplers call site: 00255 /src/opus/silk/control_codec.c:144
0 80 2 :

['ec_enc_uint', 'stereo_itheta']

0 320 cubic_quant_partition call site: 00000 /src/opus/celt/bands.c:1216

Runtime coverage analysis

Covered functions
602
Functions that are reachable but not covered
13
Reachable functions
341
Percentage of reachable functions covered
96.19%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_encode_fuzzer.cc 1
/src/opus/src/opus_encoder.c 24
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 24
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 1
/src/opus/celt/celt.c 4
/src/opus/src/analysis.c 8
/src/opus/./celt/mathops.h 6
/src/opus/celt/kiss_fft.c 7
/src/opus/./celt/float_cast.h 1
/src/opus/src/mlp.c 5
/src/opus/celt/mathops.c 12
/src/opus/celt/mathops.h 9
/src/opus/src/repacketizer.c 6
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/biquad_alt.c 2
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 5
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/fixed/encode_frame_FIX.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/fixed/find_pitch_lags_FIX.c 1
/src/opus/silk/fixed/apply_sine_window_FIX.c 1
/src/opus/silk/fixed/autocorr_FIX.c 1
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/pitch.c 7
/src/opus/celt/pitch.h 2
/src/opus/silk/fixed/schur_FIX.c 1
/src/opus/./silk/macros.h 1
/src/opus/./silk/Inlines.h 5
/src/opus/silk/fixed/k2a_FIX.c 1
/src/opus/silk/bwexpander.c 1
/src/opus/silk/LPC_analysis_filter.c 1
/src/opus/silk/fixed/pitch_analysis_core_FIX.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/fixed/vector_ops_FIX.c 2
/src/opus/silk/sort.c 3
/src/opus/silk/fixed/noise_shape_analysis_FIX.c 3
/src/opus/silk/sigm_Q15.c 1
/src/opus/silk/fixed/warped_autocorrelation_FIX.c 1
/src/opus/silk/fixed/schur64_FIX.c 1
/src/opus/silk/fixed/k2a_Q16_FIX.c 1
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/fixed/find_pred_coefs_FIX.c 1
/src/opus/silk/fixed/find_LTP_FIX.c 1
/src/opus/silk/fixed/corrMatrix_FIX.c 2
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/fixed/LTP_scale_ctrl_FIX.c 1
/src/opus/silk/fixed/LTP_analysis_filter_FIX.c 1
/src/opus/silk/fixed/find_LPC_FIX.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/fixed/residual_energy_FIX.c 1
/src/opus/silk/fixed/process_gains_FIX.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/mdct.c 1
/src/opus/celt/bands.c 22
/src/opus/celt/quant_bands.c 6
/src/opus/celt/laplace.c 2
/src/opus/celt/vq.c 13
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/rate.h 3
/src/opus/celt/cwrs.c 4

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 183 16.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.18%
lawngreen 50+ 915 83.1%
All colors 1100 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
55 55 2 :

['median_of_5_val16', 'ec_enc_depth']

55 57 clt_compute_extra_allocation call site: 00000 /src/opus/celt/rate.c:769
38 204 5 :

['normalise_bands', 'amp2Log2', 'compute_band_energies', 'quant_coarse_energy', 'encode_qext_stereo_params']

38 1476 celt_encode_with_ec call site: 00925 /src/opus/celt/celt_encoder.c:2603
12 41 3 :

['celt_fatal', 'skip_extension_payload', 'skip_extension']

12 41 opus_extension_iterator_next_repeat call site: 00166 /src/opus/src/extensions.c:191
6 6 1 :

['celt_fatal']

6 8 silk_P_Ana_calc_energy_st3 call site: 00513 /src/opus/silk/fixed/pitch_analysis_core_FIX.c:665
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00231 /src/opus/silk/check_control_input.c:103
6 6 1 :

['celt_fatal']

6 6 silk_InitEncoder call site: 00032 /src/opus/silk/enc_API.c:97
4 4 1 :

['compute_redundancy_bytes']

10 10640 opus_encode_frame_native call site: 00723 /src/opus/src/opus_encoder.c:2167
0 518 4 :

['ec_enc_init', 'ec_tell_frac', 'quant_fine_energy', 'quant_all_bands']

0 622 celt_encode_with_ec call site: 00928 /src/opus/celt/celt_encoder.c:2644
0 134 1 :

['surround_analysis']

0 6727 opus_multistream_encode_native call site: 00000 /src/opus/src/opus_multistream_encoder.c:877
0 119 1 :

['alg_quant']

0 119 quant_partition call site: 00987 /src/opus/celt/bands.c:1116
0 100 1 :

['silk_resampler']

0 172 silk_setup_resamplers call site: 00241 /src/opus/silk/control_codec.c:144
0 80 2 :

['ec_enc_uint', 'stereo_itheta']

0 320 cubic_quant_partition call site: 00000 /src/opus/celt/bands.c:1216

Runtime coverage analysis

Covered functions
602
Functions that are reachable but not covered
16
Reachable functions
336
Percentage of reachable functions covered
95.24%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/opus/tests/opus_encode_fuzzer.cc 1
/src/opus/src/opus_encoder.c 25
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 22
/src/opus/celt/modes.c 1
/src/opus/./celt/os_support.h 2
/src/opus/celt/x86/x86cpu.c 4
/src/opus/silk/init_encoder.c 1
/src/opus/silk/lin2log.c 1
/src/opus/silk/Inlines.h 4
/src/opus/silk/macros.h 1
/src/opus/silk/SigProc_FIX.h 5
/src/opus/silk/VAD.c 1
/src/opus/celt/arch.h 2
/src/opus/celt/celt.c 3
/src/opus/src/analysis.c 7
/src/opus/./celt/mathops.h 3
/src/opus/celt/kiss_fft.c 6
/src/opus/./celt/arch.h 1
/src/opus/./celt/float_cast.h 2
/src/opus/src/mlp.c 5
/src/opus/celt/x86/pitch_sse.c 3
/src/opus/src/repacketizer.c 6
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 10
/src/opus/celt/entenc.c 14
/src/opus/silk/log2lin.c 1
/src/opus/./silk/typedef.h 1
/src/opus/silk/check_control_input.c 1
/src/opus/silk/control_codec.c 5
/src/opus/silk/resampler.c 2
/src/opus/./silk/float/SigProc_FLP.h 2
/src/opus/silk/resampler_private_up2_HQ.c 2
/src/opus/silk/resampler_private_IIR_FIR.c 2
/src/opus/silk/resampler_private_down_FIR.c 2
/src/opus/silk/resampler_private_AR2.c 1
/src/opus/silk/control_audio_bandwidth.c 1
/src/opus/./silk/SigProc_FIX.h 4
/src/opus/silk/typedef.h 1
/src/opus/./celt/entcode.h 1
/src/opus/silk/stereo_encode_pred.c 2
/src/opus/silk/encode_indices.c 1
/src/opus/silk/NLSF_unpack.c 1
/src/opus/silk/encode_pulses.c 2
/src/opus/silk/shell_coder.c 3
/src/opus/silk/code_signs.c 1
/src/opus/silk/HP_variable_cutoff.c 1
/src/opus/silk/stereo_LR_to_MS.c 1
/src/opus/silk/stereo_find_predictor.c 1
/src/opus/silk/sum_sqr_shift.c 1
/src/opus/silk/inner_prod_aligned.c 1
/src/opus/silk/stereo_quant_pred.c 1
/src/opus/silk/float/encode_frame_FLP.c 3
/src/opus/silk/control_SNR.c 1
/src/opus/silk/LP_variable_cutoff.c 2
/src/opus/silk/biquad_alt.c 1
/src/opus/silk/float/SigProc_FLP.h 5
/src/opus/silk/float/find_pitch_lags_FLP.c 1
/src/opus/silk/float/apply_sine_window_FLP.c 1
/src/opus/silk/float/autocorrelation_FLP.c 1
/src/opus/silk/float/schur_FLP.c 1
/src/opus/silk/float/k2a_FLP.c 1
/src/opus/silk/float/bwexpander_FLP.c 1
/src/opus/silk/float/LPC_analysis_filter_FLP.c 6
/src/opus/silk/float/pitch_analysis_core_FLP.c 3
/src/opus/silk/resampler_down2.c 1
/src/opus/silk/resampler_down2_3.c 1
/src/opus/silk/float/energy_FLP.c 1
/src/opus/silk/float/sort_FLP.c 1
/src/opus/silk/float/noise_shape_analysis_FLP.c 4
/src/opus/silk/float/warped_autocorrelation_FLP.c 1
/src/opus/silk/float/find_pred_coefs_FLP.c 1
/src/opus/silk/float/find_LTP_FLP.c 1
/src/opus/silk/float/corrMatrix_FLP.c 2
/src/opus/silk/float/scale_vector_FLP.c 1
/src/opus/silk/float/wrappers_FLP.c 5
/src/opus/silk/quant_LTP_gains.c 1
/src/opus/silk/float/LTP_scale_ctrl_FLP.c 1
/src/opus/silk/float/LTP_analysis_filter_FLP.c 1
/src/opus/silk/float/scale_copy_vector_FLP.c 1
/src/opus/silk/float/find_LPC_FLP.c 1
/src/opus/silk/float/burg_modified_FLP.c 1
/src/opus/silk/A2NLSF.c 4
/src/opus/silk/bwexpander_32.c 1
/src/opus/silk/interpolate.c 1
/src/opus/silk/NLSF2A.c 2
/src/opus/silk/LPC_fit.c 1
/src/opus/silk/LPC_inv_pred_gain.c 2
/src/opus/silk/process_NLSFs.c 1
/src/opus/silk/NLSF_VQ_weights_laroia.c 1
/src/opus/silk/NLSF_encode.c 1
/src/opus/silk/NLSF_stabilize.c 1
/src/opus/silk/sort.c 2
/src/opus/silk/NLSF_VQ.c 1
/src/opus/silk/NLSF_del_dec_quant.c 1
/src/opus/silk/NLSF_decode.c 2
/src/opus/silk/float/residual_energy_FLP.c 1
/src/opus/silk/float/process_gains_FLP.c 1
/src/opus/silk/gain_quant.c 3
/src/opus/celt/entcode.h 6
/src/opus/celt/entcode.c 1
/src/opus/celt/mathops.h 5
/src/opus/celt/pitch.c 6
/src/opus/celt/celt_lpc.c 2
/src/opus/celt/mdct.c 1
/src/opus/celt/bands.c 22
/src/opus/celt/quant_bands.c 6
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/vq.c 8
/src/opus/celt/mathops.c 1
/src/opus/celt/rate.h 3
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/celt/cwrs.c 4

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 1337 68 17 44 0 254 213
silk_NSQ_del_dec_sse4_1 /src/opus/silk/x86/NSQ_del_dec_sse4_1.c 15 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int'] 5 0 1264 96 25 16 0 233 97
silk_NSQ_sse4_1 /src/opus/silk/x86/NSQ_sse4_1.c 15 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int'] 5 0 887 44 10 16 0 136 93
silk_burg_modified_sse4_1 /src/opus/silk/fixed/x86/burg_modified_FIX_sse4_1.c 9 ['N/A', 'N/A', 'N/A', 'N/A', 'int', 'int', 'int', 'int', 'int'] 5 0 2470 148 40 15 0 130 78
silk_VAD_GetSA_Q8_sse4_1 /src/opus/silk/x86/VAD_sse4_1.c 2 ['N/A', 'N/A'] 4 0 966 77 20 16 0 84 53

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

Functions statically reachable by fuzzers
89.0%
609 / 683
Cyclomatic complexity statically reachable by fuzzers
96.0%
6496 / 6794

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_repacketizer_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_extension_iterator_init', 'opus_packet_parse_impl', 'opus_repacketizer_out_range_impl']

/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['normalise_residual', 'silk_ResetDecoder', 'cubic_quant_partition', 'interp_bits2pulses', 'clt_compute_extra_allocation', 'extract_collapse_mask', 'compute_theta', 'quant_partition']

/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['silk_ResetDecoder', 'exp_rotation', 'interp_bits2pulses', 'celt_rsqrt_norm32', 'compute_qn', 'compute_theta', 'extract_collapse_mask', 'quant_partition', 'stereo_merge']

/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['normalise_residual', 'cubic_quant_partition', 'silk_ResetDecoder', 'interp_bits2pulses', 'clt_compute_extra_allocation', 'compute_theta', 'exp_rotation', 'extract_collapse_mask']

/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

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


/src/opus/tests/opus_repacketizer_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_extension_iterator_init', 'opus_packet_parse_impl', 'opus_repacketizer_out_range_impl']

/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['normalise_residual', 'silk_ResetDecoder', 'cubic_quant_partition', 'interp_bits2pulses', 'clt_compute_extra_allocation', 'extract_collapse_mask', 'compute_theta', 'quant_partition']

/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['check_control_input', 'interp_bits2pulses', 'alg_quant', 'opus_repacketizer_out_range_impl', 'opus_encode_frame_native', 'opus_multistream_encoder_ctl_va_list', 'silk_resampler', 'opus_encoder_ctl', 'silk_Encode']

/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_multistream_encoder_init_impl', 'interp_bits2pulses', 'alg_quant', 'opus_repacketizer_out_range_impl', 'check_control_input', 'opus_encode_frame_native', 'opus_multistream_encode_native', 'opus_encoder_ctl', 'opus_multistream_encoder_ctl_va_list']

/src/opus/tests/opus_repacketizer_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_extension_iterator_init', 'opus_packet_parse_impl', 'opus_repacketizer_out_range_impl']

/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['alg_quant', 'celt_encode_with_ec', 'quant_band', 'normalise_residual', 'check_control_input', 'interp_bits2pulses', 'opus_repacketizer_out_range_impl', 'opus_encode_frame_native', 'opus_multistream_encoder_ctl_va_list']

/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['alg_quant', 'celt_encode_with_ec', 'quant_band', 'opus_multistream_encoder_init_impl', 'normalise_residual', 'interp_bits2pulses', 'opus_repacketizer_out_range_impl', 'check_control_input', 'opus_encode_frame_native', 'opus_multistream_encode_native']

/src/opus/tests/opus_repacketizer_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_extension_iterator_init', 'opus_packet_parse_impl', 'opus_repacketizer_out_range_impl']

/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['silk_ResetDecoder', 'interp_bits2pulses', 'compute_qn', 'compute_theta', 'exp_rotation', 'extract_collapse_mask', 'quant_partition', 'stereo_merge', 'celt_decoder_init']

/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_multistream_encoder_init_impl', 'alg_quant', 'interp_bits2pulses', 'opus_repacketizer_out_range_impl', 'check_control_input', 'opus_encode_frame_native', 'opus_encoder_ctl', 'opus_multistream_encoder_ctl_va_list', 'opus_multistream_encode_native']

/src/opus/tests/opus_projection_encoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['alg_quant', 'quant_band', 'celt_encode_with_ec', 'normalise_residual', 'opus_multistream_encoder_init_impl', 'interp_bits2pulses', 'opus_repacketizer_out_range_impl', 'check_control_input', 'opus_encode_frame_native', 'opus_encoder_ctl']

/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['normalise_residual', 'cubic_quant_partition', 'silk_ResetDecoder', 'interp_bits2pulses', 'clt_compute_extra_allocation', 'compute_theta', 'exp_rotation', 'extract_collapse_mask']

/src/opus/tests/opus_projection_decoder_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['silk_ResetDecoder', 'interp_bits2pulses', 'compute_qn', 'compute_theta', 'exp_rotation', 'extract_collapse_mask', 'quant_partition', 'stereo_merge', 'opus_multistream_decoder_ctl_va_list']

/src/opus/tests/opus_multistream_decode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['silk_ResetDecoder', 'exp_rotation', 'interp_bits2pulses', 'celt_rsqrt_norm32', 'compute_qn', 'compute_theta', 'extract_collapse_mask', 'quant_partition', 'stereo_merge']

/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['alg_quant', 'quant_band', 'celt_encode_with_ec', 'normalise_residual', 'check_control_input', 'interp_bits2pulses', 'opus_repacketizer_out_range_impl', 'opus_encode_frame_native', 'opus_multistream_encoder_ctl_va_list']

/src/opus/tests/opus_multistream_encode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['alg_quant', 'check_control_input', 'interp_bits2pulses', 'opus_repacketizer_out_range_impl', 'opus_encode_frame_native', 'opus_multistream_encoder_ctl_va_list', 'silk_resampler', 'opus_encoder_ctl', 'silk_Encode']

/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_encoder_ctl', 'normalise_residual', 'silk_pitch_analysis_core_FLP', 'check_control_input', 'quant_fine_energy', 'opus_encode_frame_native', 'clt_compute_extra_allocation', 'compute_theta']

/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_encoder_ctl', 'check_control_input', 'opus_encode_frame_native', 'tonality_analysis_init', 'silk_Encode', 'silk_setup_resamplers', 'silk_LP_variable_cutoff', 'ec_enc_bit_logp']

/src/opus/tests/opus_encode_fuzzer.cc

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['opus_encoder_ctl', 'silk_pitch_analysis_core_FLP', 'check_control_input', 'opus_encode_frame_native', 'tonality_analysis_init', 'silk_Encode', 'silk_LP_variable_cutoff', 'silk_setup_resamplers']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
opus_custom_decoder_ctl 72 29 40.27% ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed', 'opus_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating']
clt_compute_extra_allocation 98 32 32.65% ['opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext']
opus_decoder_ctl 165 20 12.12% ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed', 'opus_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating']
opus_multistream_decoder_ctl_va_list 114 24 21.05% ['opus_multistream_decode_fuzzer_floating', 'opus_multistream_decode_fuzzer_fixed_qext', 'opus_projection_decoder_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_fixed', 'opus_encode_fuzzer_fixed', 'opus_multistream_decode_fuzzer_floating_qext', 'opus_multistream_decode_fuzzer_fixed', 'opus_encode_fuzzer_floating', 'opus_projection_decoder_fuzzer_floating_qext', 'opus_projection_decoder_fuzzer_floating']
silk_control_audio_bandwidth 65 27 41.53% ['opus_multistream_encode_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext']
opus_encoder_ctl 410 129 31.46% ['opus_multistream_encode_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed_qext', 'opus_encode_fuzzer_floating', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext']
opus_multistream_encoder_ctl_va_list 194 45 23.19% ['opus_multistream_encode_fuzzer_floating', 'opus_projection_encoder_fuzzer_floating', 'opus_encode_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_multistream_encode_fuzzer_fixed', 'opus_encode_fuzzer_fixed', 'opus_encode_fuzzer_floating', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed_qext', 'opus_multistream_encode_fuzzer_fixed_qext']
opus_projection_encoder_ctl 79 19 24.05% ['opus_projection_encoder_fuzzer_floating', 'opus_encode_fuzzer_floating_qext', 'opus_projection_encoder_fuzzer_floating_qext', 'opus_encode_fuzzer_fixed', 'opus_encode_fuzzer_floating', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed_qext']

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

Directories in report

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

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_repacketizer_fuzzer_fixed fuzzerLogFile-0-bewIXiFwxL.data fuzzerLogFile-0-bewIXiFwxL.data.yaml opus_repacketizer_fuzzer_fixed.covreport
opus_multistream_decode_fuzzer_floating_qext fuzzerLogFile-0-kRxbL1zDEp.data fuzzerLogFile-0-kRxbL1zDEp.data.yaml opus_multistream_decode_fuzzer_floating_qext.covreport
opus_projection_decoder_fuzzer_fixed fuzzerLogFile-0-tPhOh1bfIj.data fuzzerLogFile-0-tPhOh1bfIj.data.yaml opus_projection_decoder_fuzzer_fixed.covreport
opus_projection_decoder_fuzzer_fixed_qext fuzzerLogFile-0-aLL0XhE50F.data fuzzerLogFile-0-aLL0XhE50F.data.yaml opus_projection_decoder_fuzzer_fixed_qext.covreport
opus_encode_fuzzer_fixed_qext fuzzerLogFile-0-CI1JhvKe13.data fuzzerLogFile-0-CI1JhvKe13.data.yaml opus_encode_fuzzer_fixed_qext.covreport
opus_repacketizer_fuzzer_fixed_qext fuzzerLogFile-0-iy3VNMtX9h.data fuzzerLogFile-0-iy3VNMtX9h.data.yaml opus_repacketizer_fuzzer_fixed_qext.covreport
opus_projection_decoder_fuzzer_floating_qext fuzzerLogFile-0-MpUvuB5biN.data fuzzerLogFile-0-MpUvuB5biN.data.yaml opus_projection_decoder_fuzzer_floating_qext.covreport
opus_multistream_encode_fuzzer_floating fuzzerLogFile-0-MX2aXyhtgc.data fuzzerLogFile-0-MX2aXyhtgc.data.yaml opus_multistream_encode_fuzzer_floating.covreport
opus_projection_encoder_fuzzer_floating fuzzerLogFile-0-s0Tb4C1RyV.data fuzzerLogFile-0-s0Tb4C1RyV.data.yaml opus_projection_encoder_fuzzer_floating.covreport
opus_repacketizer_fuzzer_floating_qext fuzzerLogFile-0-1GaNGrH3tw.data fuzzerLogFile-0-1GaNGrH3tw.data.yaml opus_repacketizer_fuzzer_floating_qext.covreport
opus_multistream_encode_fuzzer_floating_qext fuzzerLogFile-0-yb2DvHiSfH.data fuzzerLogFile-0-yb2DvHiSfH.data.yaml opus_multistream_encode_fuzzer_floating_qext.covreport
opus_projection_encoder_fuzzer_floating_qext fuzzerLogFile-0-kDzvTlu0zH.data fuzzerLogFile-0-kDzvTlu0zH.data.yaml opus_projection_encoder_fuzzer_floating_qext.covreport
opus_repacketizer_fuzzer_floating fuzzerLogFile-0-nskcl7Lg6h.data fuzzerLogFile-0-nskcl7Lg6h.data.yaml opus_repacketizer_fuzzer_floating.covreport
opus_multistream_decode_fuzzer_floating fuzzerLogFile-0-f7Yja5OOmi.data fuzzerLogFile-0-f7Yja5OOmi.data.yaml opus_multistream_decode_fuzzer_floating.covreport
opus_projection_encoder_fuzzer_fixed fuzzerLogFile-0-XTmpTRMyE2.data fuzzerLogFile-0-XTmpTRMyE2.data.yaml opus_projection_encoder_fuzzer_fixed.covreport
opus_projection_encoder_fuzzer_fixed_qext fuzzerLogFile-0-CBtbIeaODq.data fuzzerLogFile-0-CBtbIeaODq.data.yaml opus_projection_encoder_fuzzer_fixed_qext.covreport
opus_multistream_decode_fuzzer_fixed_qext fuzzerLogFile-0-QlgoYbwI6s.data fuzzerLogFile-0-QlgoYbwI6s.data.yaml opus_multistream_decode_fuzzer_fixed_qext.covreport
opus_projection_decoder_fuzzer_floating fuzzerLogFile-0-mQzGgZRQp4.data fuzzerLogFile-0-mQzGgZRQp4.data.yaml opus_projection_decoder_fuzzer_floating.covreport
opus_multistream_decode_fuzzer_fixed fuzzerLogFile-0-2XZ6pDwTpD.data fuzzerLogFile-0-2XZ6pDwTpD.data.yaml opus_multistream_decode_fuzzer_fixed.covreport
opus_multistream_encode_fuzzer_fixed_qext fuzzerLogFile-0-JlQlTa0CZW.data fuzzerLogFile-0-JlQlTa0CZW.data.yaml opus_multistream_encode_fuzzer_fixed_qext.covreport
opus_multistream_encode_fuzzer_fixed fuzzerLogFile-0-1enlYuIgSl.data fuzzerLogFile-0-1enlYuIgSl.data.yaml opus_multistream_encode_fuzzer_fixed.covreport
opus_encode_fuzzer_floating_qext fuzzerLogFile-0-bzAPcR9yAx.data fuzzerLogFile-0-bzAPcR9yAx.data.yaml opus_multistream_encode_fuzzer_fixed_qext.covreport , opus_multistream_encode_fuzzer_floating_qext.covreport , opus_multistream_decode_fuzzer_fixed_qext.covreport , opus_projection_encoder_fuzzer_floating.covreport , opus_repacketizer_fuzzer_fixed.covreport , opus_projection_decoder_fuzzer_floating_qext.covreport , opus_projection_decoder_fuzzer_floating.covreport , opus_multistream_decode_fuzzer_fixed.covreport , opus_projection_decoder_fuzzer_fixed_qext.covreport , opus_multistream_encode_fuzzer_floating.covreport , opus_repacketizer_fuzzer_floating_qext.covreport , opus_multistream_encode_fuzzer_fixed.covreport , opus_projection_encoder_fuzzer_floating_qext.covreport , opus_multistream_decode_fuzzer_floating.covreport , opus_encode_fuzzer_fixed_qext.covreport , opus_repacketizer_fuzzer_floating.covreport , opus_projection_encoder_fuzzer_fixed_qext.covreport , opus_projection_encoder_fuzzer_fixed.covreport , opus_multistream_decode_fuzzer_floating_qext.covreport , opus_projection_decoder_fuzzer_fixed.covreport , opus_repacketizer_fuzzer_fixed_qext.covreport
opus_encode_fuzzer_fixed fuzzerLogFile-0-J5hohTMAZW.data fuzzerLogFile-0-J5hohTMAZW.data.yaml opus_multistream_encode_fuzzer_fixed_qext.covreport , opus_multistream_encode_fuzzer_floating_qext.covreport , opus_multistream_decode_fuzzer_fixed_qext.covreport , opus_projection_encoder_fuzzer_floating.covreport , opus_repacketizer_fuzzer_fixed.covreport , opus_projection_decoder_fuzzer_floating_qext.covreport , opus_projection_decoder_fuzzer_floating.covreport , opus_multistream_decode_fuzzer_fixed.covreport , opus_projection_decoder_fuzzer_fixed_qext.covreport , opus_multistream_encode_fuzzer_floating.covreport , opus_repacketizer_fuzzer_floating_qext.covreport , opus_multistream_encode_fuzzer_fixed.covreport , opus_projection_encoder_fuzzer_floating_qext.covreport , opus_multistream_decode_fuzzer_floating.covreport , opus_encode_fuzzer_fixed_qext.covreport , opus_repacketizer_fuzzer_floating.covreport , opus_projection_encoder_fuzzer_fixed_qext.covreport , opus_projection_encoder_fuzzer_fixed.covreport , opus_multistream_decode_fuzzer_floating_qext.covreport , opus_projection_decoder_fuzzer_fixed.covreport , opus_repacketizer_fuzzer_fixed_qext.covreport
opus_encode_fuzzer_floating fuzzerLogFile-0-6o49OJUMpq.data fuzzerLogFile-0-6o49OJUMpq.data.yaml opus_multistream_encode_fuzzer_fixed_qext.covreport , opus_multistream_encode_fuzzer_floating_qext.covreport , opus_multistream_decode_fuzzer_fixed_qext.covreport , opus_projection_encoder_fuzzer_floating.covreport , opus_repacketizer_fuzzer_fixed.covreport , opus_projection_decoder_fuzzer_floating_qext.covreport , opus_projection_decoder_fuzzer_floating.covreport , opus_multistream_decode_fuzzer_fixed.covreport , opus_projection_decoder_fuzzer_fixed_qext.covreport , opus_multistream_encode_fuzzer_floating.covreport , opus_repacketizer_fuzzer_floating_qext.covreport , opus_multistream_encode_fuzzer_fixed.covreport , opus_projection_encoder_fuzzer_floating_qext.covreport , opus_multistream_decode_fuzzer_floating.covreport , opus_encode_fuzzer_fixed_qext.covreport , opus_repacketizer_fuzzer_floating.covreport , opus_projection_encoder_fuzzer_fixed_qext.covreport , opus_projection_encoder_fuzzer_fixed.covreport , opus_multistream_decode_fuzzer_floating_qext.covreport , opus_projection_decoder_fuzzer_fixed.covreport , opus_repacketizer_fuzzer_fixed_qext.covreport