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_floating /src/opus/tests/opus_repacketizer_fuzzer.cc 25 277 4 5 547 223 opus_repacketizer_fuzzer.cc
opus_repacketizer_fuzzer_fixed /src/opus/tests/opus_repacketizer_fuzzer.cc 25 290 4 5 547 223 opus_repacketizer_fuzzer.cc
opus_projection_decoder_fuzzer_floating /src/opus/tests/opus_projection_decoder_fuzzer.cc 238 84 20 73 5800 1996 opus_projection_decoder_fuzzer.cc
opus_multistream_decode_fuzzer_floating /src/opus/tests/opus_multistream_decode_fuzzer.cc 227 75 20 70 5731 1965 opus_multistream_decode_fuzzer.cc
opus_projection_decoder_fuzzer_fixed /src/opus/tests/opus_projection_decoder_fuzzer.cc 247 90 20 73 6144 2114 opus_projection_decoder_fuzzer.cc
opus_multistream_decode_fuzzer_fixed /src/opus/tests/opus_multistream_decode_fuzzer.cc 236 79 20 70 6073 2082 opus_multistream_decode_fuzzer.cc
opus_multistream_encode_fuzzer_floating /src/opus/tests/opus_multistream_encode_fuzzer.cc 355 174 16 114 11022 3714 opus_multistream_encode_fuzzer.cc
opus_encode_fuzzer_fixed /src/opus/tests/opus_encode_fuzzer.cc 322 171 15 107 10782 3607 opus_encode_fuzzer.cc
opus_multistream_encode_fuzzer_fixed /src/opus/tests/opus_multistream_encode_fuzzer.cc 351 175 16 110 11559 3870 opus_multistream_encode_fuzzer.cc
opus_projection_encoder_fuzzer_fixed /src/opus/tests/opus_projection_encoder_fuzzer.cc 359 188 16 112 11615 3894 opus_projection_encoder_fuzzer.cc
opus_projection_encoder_fuzzer_floating /src/opus/tests/opus_projection_encoder_fuzzer.cc 363 187 16 116 11078 3738 opus_projection_encoder_fuzzer.cc
opus_encode_fuzzer_floating /src/opus/tests/opus_encode_fuzzer.cc 326 170 15 111 10246 3451 opus_encode_fuzzer.cc

Fuzzer details

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 1 5.55%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 17 94.4%
All colors 18 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
0 4 1 :

['parse_size']

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

['encode_size']

6 50 opus_repacketizer_out_range_impl call site: 00000 /src/opus/src/repacketizer.c:289
0 0 None 6 151 opus_repacketizer_out_range_impl call site: 00000 /src/opus/src/repacketizer.c:136
0 0 None 6 94 opus_repacketizer_out_range_impl call site: 00000 /src/opus/src/repacketizer.c:218
0 0 None 0 0 skip_extension call site: 00000 /src/opus/src/extensions.c:44
0 0 None 0 0 skip_extension call site: 00000 /src/opus/src/extensions.c:51
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:200
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:228
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:241
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:271
0 0 None 0 0 opus_packet_parse_impl call site: 00011 /src/opus/src/opus.c:209
0 0 None 0 0 opus_packet_parse_impl call site: 00011 /src/opus/src/opus.c:211

Runtime coverage analysis

Covered functions
21
Functions that are reachable but not covered
3
Reachable functions
25
Percentage of reachable functions covered
88.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_repacketizer_fuzzer.cc 2
/src/opus/src/repacketizer.c 6
/src/opus/./celt/os_support.h 2
/src/opus/src/opus.c 3
/src/opus/src/opus_decoder.c 1

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 1 5.55%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 17 94.4%
All colors 18 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
0 4 1 :

['parse_size']

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

['encode_size']

6 50 opus_repacketizer_out_range_impl call site: 00000 /src/opus/src/repacketizer.c:289
0 0 None 6 151 opus_repacketizer_out_range_impl call site: 00000 /src/opus/src/repacketizer.c:136
0 0 None 6 94 opus_repacketizer_out_range_impl call site: 00000 /src/opus/src/repacketizer.c:218
0 0 None 0 0 skip_extension call site: 00000 /src/opus/src/extensions.c:44
0 0 None 0 0 skip_extension call site: 00000 /src/opus/src/extensions.c:51
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:200
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:228
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:241
0 0 None 0 0 opus_packet_extensions_generate call site: 00000 /src/opus/src/extensions.c:271
0 0 None 0 0 opus_packet_parse_impl call site: 00011 /src/opus/src/opus.c:209
0 0 None 0 0 opus_packet_parse_impl call site: 00011 /src/opus/src/opus.c:211

Runtime coverage analysis

Covered functions
21
Functions that are reachable but not covered
3
Reachable functions
25
Percentage of reachable functions covered
88.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_repacketizer_fuzzer.cc 2
/src/opus/src/repacketizer.c 6
/src/opus/./celt/os_support.h 2
/src/opus/src/opus.c 3
/src/opus/src/opus_decoder.c 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 99 14.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 0.42%
lawngreen 50+ 604 85.5%
All colors 706 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
87 87 1 :

['alg_quant']

87 87 quant_partition call site: 00561 /src/opus/celt/bands.c:1056
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00484 /src/opus/celt/rate.c:397
31 31 1 :

['ec_enc_uint']

44 64 compute_theta call site: 00541 /src/opus/celt/bands.c:799
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00538 /src/opus/celt/bands.c:784
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00543 /src/opus/celt/bands.c:806
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00494 /src/opus/celt/rate.c:414
15 15 1 :

['ec_enc_bit_logp']

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

['stereo_itheta']

120 239 compute_theta call site: 00524 /src/opus/celt/bands.c:734
12 12 1 :

['ec_enc_bits']

12 331 quant_band_stereo call site: 00616 /src/opus/celt/bands.c:1299
7 7 2 :

['stereo_split', 'intensity_stereo']

7 27 compute_theta call site: 00550 /src/opus/celt/bands.c:840
5 5 1 :

['intensity_stereo']

20 49 compute_theta call site: 00553 /src/opus/celt/bands.c:850
0 53 1 :

['silk_resampler']

0 53 silk_Decode call site: 00320 /src/opus/silk/dec_API.c:419

Runtime coverage analysis

Covered functions
212
Functions that are reachable but not covered
26
Reachable functions
238
Percentage of reachable functions covered
89.08%
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
/usr/local/bin/../include/c++/v1/math.h 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus_projection_decoder.c 8
/src/opus/src/mapping_matrix.c 3
/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 4
/src/opus/celt/x86/pitch_sse.c 4
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 8
/src/opus/./celt/mathops.h 2
/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 1
/src/opus/./celt/rate.h 3
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/celt/cwrs.c 4
/src/opus/./celt/stack_alloc.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 98 14.3%
gold [1:9] 0 0.0%
yellow [10:29] 3 0.43%
greenyellow [30:49] 1 0.14%
lawngreen 50+ 581 85.0%
All colors 683 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
87 87 1 :

['alg_quant']

87 87 quant_partition call site: 00540 /src/opus/celt/bands.c:1056
31 31 1 :

['ec_enc_uint']

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

['ec_enc_uint']

44 64 compute_theta call site: 00520 /src/opus/celt/bands.c:799
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00517 /src/opus/celt/bands.c:784
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00522 /src/opus/celt/bands.c:806
15 15 1 :

['ec_enc_bit_logp']

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

['ec_enc_bit_logp']

15 35 compute_theta call site: 00533 /src/opus/celt/bands.c:863
12 12 1 :

['stereo_itheta']

120 239 compute_theta call site: 00503 /src/opus/celt/bands.c:734
12 12 1 :

['ec_enc_bits']

12 331 quant_band_stereo call site: 00595 /src/opus/celt/bands.c:1299
7 7 2 :

['stereo_split', 'intensity_stereo']

7 27 compute_theta call site: 00529 /src/opus/celt/bands.c:840
5 5 1 :

['intensity_stereo']

20 49 compute_theta call site: 00532 /src/opus/celt/bands.c:850
0 53 1 :

['silk_resampler']

0 53 silk_Decode call site: 00299 /src/opus/silk/dec_API.c:419

Runtime coverage analysis

Covered functions
203
Functions that are reachable but not covered
24
Reachable functions
227
Percentage of reachable functions covered
89.43%
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 11
/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 4
/src/opus/celt/x86/pitch_sse.c 4
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 8
/src/opus/./celt/mathops.h 2
/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 1
/src/opus/./celt/rate.h 3
/src/opus/celt/x86/vq_sse2.c 1
/src/opus/celt/cwrs.c 4
/src/opus/./celt/stack_alloc.h 1

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 105 14.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.13%
lawngreen 50+ 641 85.8%
All colors 747 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
87 87 1 :

['alg_quant']

87 87 quant_partition call site: 00593 /src/opus/celt/bands.c:1056
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00511 /src/opus/celt/rate.c:397
31 31 1 :

['ec_enc_uint']

44 64 compute_theta call site: 00571 /src/opus/celt/bands.c:799
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00568 /src/opus/celt/bands.c:784
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00573 /src/opus/celt/bands.c:806
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00521 /src/opus/celt/rate.c:414
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00586 /src/opus/celt/bands.c:863
12 12 1 :

['stereo_itheta']

120 239 compute_theta call site: 00551 /src/opus/celt/bands.c:734
12 12 1 :

['ec_enc_bits']

12 331 quant_band_stereo call site: 00655 /src/opus/celt/bands.c:1299
7 7 2 :

['stereo_split', 'intensity_stereo']

7 27 compute_theta call site: 00580 /src/opus/celt/bands.c:840
5 5 1 :

['intensity_stereo']

20 49 compute_theta call site: 00585 /src/opus/celt/bands.c:850
0 53 1 :

['silk_resampler']

0 53 silk_Decode call site: 00320 /src/opus/silk/dec_API.c:419

Runtime coverage analysis

Covered functions
222
Functions that are reachable but not covered
26
Reachable functions
247
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_projection_decoder_fuzzer.cc 1
/usr/local/bin/../include/c++/v1/math.h 1
/src/opus/tests/../celt/os_support.h 2
/src/opus/src/opus_projection_decoder.c 8
/src/opus/src/mapping_matrix.c 3
/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 4
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 9
/src/opus/./celt/mathops.h 8
/src/opus/celt/mathops.c 7
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 5
/src/opus/celt/pitch.c 5
/src/opus/celt/celt_lpc.c 3
/src/opus/./celt/pitch.h 2
/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/stack_alloc.h 1

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 104 14.3%
gold [1:9] 1 0.13%
yellow [10:29] 0 0.0%
greenyellow [30:49] 4 0.55%
lawngreen 50+ 615 84.9%
All colors 724 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
87 87 1 :

['alg_quant']

87 87 quant_partition call site: 00572 /src/opus/celt/bands.c:1056
31 31 1 :

['ec_enc_uint']

70 79 interp_bits2pulses call site: 00490 /src/opus/celt/rate.c:397
31 31 1 :

['ec_enc_uint']

44 64 compute_theta call site: 00550 /src/opus/celt/bands.c:799
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00547 /src/opus/celt/bands.c:784
22 22 1 :

['ec_encode']

35 55 compute_theta call site: 00552 /src/opus/celt/bands.c:806
15 15 1 :

['ec_enc_bit_logp']

39 39 interp_bits2pulses call site: 00500 /src/opus/celt/rate.c:414
15 15 1 :

['ec_enc_bit_logp']

15 35 compute_theta call site: 00565 /src/opus/celt/bands.c:863
12 12 1 :

['stereo_itheta']

120 239 compute_theta call site: 00530 /src/opus/celt/bands.c:734
12 12 1 :

['ec_enc_bits']

12 331 quant_band_stereo call site: 00634 /src/opus/celt/bands.c:1299
7 7 2 :

['stereo_split', 'intensity_stereo']

7 27 compute_theta call site: 00559 /src/opus/celt/bands.c:840
5 5 1 :

['intensity_stereo']

20 49 compute_theta call site: 00564 /src/opus/celt/bands.c:850
0 53 1 :

['silk_resampler']

0 53 silk_Decode call site: 00299 /src/opus/silk/dec_API.c:419

Runtime coverage analysis

Covered functions
213
Functions that are reachable but not covered
24
Reachable functions
236
Percentage of reachable functions covered
89.83%
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 11
/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 4
/src/opus/celt/bands.c 20
/src/opus/celt/vq.c 9
/src/opus/./celt/mathops.h 8
/src/opus/celt/mathops.c 7
/src/opus/celt/mdct.c 1
/src/opus/celt/kiss_fft.c 5
/src/opus/celt/pitch.c 5
/src/opus/celt/celt_lpc.c 3
/src/opus/./celt/pitch.h 2
/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/stack_alloc.h 1

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 161 13.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1033 86.5%
All colors 1194 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
72 72 1 :

['alg_unquant']

72 72 quant_partition call site: 01077 /src/opus/celt/bands.c:1056
48 48 2 :

['opus_packet_extensions_generate', 'celt_fatal']

48 48 opus_repacketizer_out_range_impl call site: 00288 /src/opus/src/repacketizer.c:303
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 00997 /src/opus/celt/rate.c:397
28 28 1 :

['ec_dec_uint']

34 61 compute_theta call site: 01057 /src/opus/celt/bands.c:799
18 24 3 :

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

24 57 compute_theta call site: 01059 /src/opus/celt/bands.c:806
18 18 2 :

['ec_decode', 'ec_dec_update']

24 51 compute_theta call site: 01054 /src/opus/celt/bands.c:784
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01001 /src/opus/celt/rate.c:414
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01070 /src/opus/celt/bands.c:863
6 6 1 :

['ec_dec_bits']

6 325 quant_band_stereo call site: 01134 /src/opus/celt/bands.c:1299
6 6 1 :

['celt_fatal']

6 16 silk_P_Ana_calc_energy_st3 call site: 00606 /src/opus/silk/float/pitch_analysis_core_FLP.c:578
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00335 /src/opus/silk/check_control_input.c:100
6 6 1 :

['celt_fatal']

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

Runtime coverage analysis

Covered functions
371
Functions that are reachable but not covered
30
Reachable functions
355
Percentage of reachable functions covered
91.55%
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 22
/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 20
/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/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 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 4
/src/opus/celt/entenc.c 13
/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 5
/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/./celt/entcode.h 6
/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/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.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_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 92 8.32%
gold [1:9] 0 0.0%
yellow [10:29] 4 0.36%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1009 91.3%
All colors 1105 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
72 72 1 :

['alg_unquant']

72 72 quant_partition call site: 00985 /src/opus/celt/bands.c:1056
48 48 2 :

['opus_packet_extensions_generate', 'celt_fatal']

48 48 opus_repacketizer_out_range_impl call site: 00176 /src/opus/src/repacketizer.c:303
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 00908 /src/opus/celt/rate.c:397
28 28 1 :

['ec_dec_uint']

34 61 compute_theta call site: 00964 /src/opus/celt/bands.c:799
24 24 3 :

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

30 57 compute_theta call site: 00966 /src/opus/celt/bands.c:806
18 18 2 :

['ec_decode', 'ec_dec_update']

24 51 compute_theta call site: 00961 /src/opus/celt/bands.c:784
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 00912 /src/opus/celt/rate.c:414
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 00978 /src/opus/celt/bands.c:863
6 6 1 :

['ec_dec_bits']

6 325 quant_band_stereo call site: 01049 /src/opus/celt/bands.c:1299
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00221 /src/opus/silk/check_control_input.c:100
6 6 1 :

['celt_fatal']

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

['celt_fatal']

6 6 silk_resampler_init call site: 00233 /src/opus/silk/resampler.c:148

Runtime coverage analysis

Covered functions
353
Functions that are reachable but not covered
23
Reachable functions
322
Percentage of reachable functions covered
92.86%
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 23
/src/opus/silk/enc_API.c 4
/src/opus/src/opus_private.h 1
/src/opus/celt/celt_encoder.c 20
/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 5
/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 8
/src/opus/celt/kiss_fft.c 6
/src/opus/./celt/float_cast.h 1
/src/opus/src/mlp.c 5
/src/opus/celt/mathops.c 7
/src/opus/src/repacketizer.c 6
/src/opus/src/opus.c 4
/src/opus/src/opus_decoder.c 1
/src/opus/src/extensions.c 4
/src/opus/celt/entenc.c 13
/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/./celt/entcode.h 6
/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/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.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/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/vq.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 157 12.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1063 87.1%
All colors 1220 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
72 72 1 :

['alg_unquant']

72 72 quant_partition call site: 01096 /src/opus/celt/bands.c:1056
48 48 2 :

['opus_packet_extensions_generate', 'celt_fatal']

48 48 opus_repacketizer_out_range_impl call site: 00295 /src/opus/src/repacketizer.c:303
28 28 1 :

['ec_dec_uint']

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

['ec_dec_uint']

34 61 compute_theta call site: 01075 /src/opus/celt/bands.c:799
18 24 3 :

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

24 57 compute_theta call site: 01077 /src/opus/celt/bands.c:806
18 18 2 :

['ec_decode', 'ec_dec_update']

24 51 compute_theta call site: 01072 /src/opus/celt/bands.c:784
9 115 3 :

['silk_float2short_array', 'silk_resampler', 'silk_short2float_array']

9 179 silk_setup_resamplers call site: 00350 /src/opus/silk/control_codec.c:144
9 9 1 :

['ec_dec_bit_logp']

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

['ec_dec_bit_logp']

9 29 compute_theta call site: 01089 /src/opus/celt/bands.c:863
6 6 1 :

['ec_dec_bits']

6 325 quant_band_stereo call site: 01160 /src/opus/celt/bands.c:1299
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00340 /src/opus/silk/check_control_input.c:100
6 6 1 :

['celt_fatal']

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

Runtime coverage analysis

Covered functions
376
Functions that are reachable but not covered
27
Reachable functions
351
Percentage of reachable functions covered
92.31%
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 22
/src/opus/celt/mathops.c 7
/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 20
/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 5
/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/kiss_fft.c 6
/src/opus/celt/bands.c 22
/src/opus/./celt/mathops.h 8
/src/opus/celt/quant_bands.c 6
/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 4
/src/opus/celt/entenc.c 13
/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/./celt/entcode.h 6
/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/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.c 1
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/vq.c 9
/src/opus/./celt/rate.h 3
/src/opus/celt/cwrs.c 4

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 195 15.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 0.24%
lawngreen 50+ 1048 84.1%
All colors 1246 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
118 118 1 :

['surround_analysis']

118 5902 opus_multistream_encode_native call site: 00179 /src/opus/src/opus_multistream_encoder.c:870
72 72 1 :

['alg_unquant']

72 72 quant_partition call site: 01123 /src/opus/celt/bands.c:1056
48 48 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

166 6650 opus_multistream_encode_native call site: 00170 /src/opus/src/opus_multistream_encoder.c:837
48 48 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

48 48 opus_multistream_encoder_init_impl call site: 00114 /src/opus/src/opus_multistream_encoder.c:488
48 48 2 :

['opus_packet_extensions_generate', 'celt_fatal']

48 48 opus_repacketizer_out_range_impl call site: 00322 /src/opus/src/repacketizer.c:303
28 28 1 :

['ec_dec_uint']

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

['ec_dec_uint']

34 61 compute_theta call site: 01102 /src/opus/celt/bands.c:799
18 24 3 :

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

24 57 compute_theta call site: 01104 /src/opus/celt/bands.c:806
18 18 2 :

['ec_decode', 'ec_dec_update']

24 51 compute_theta call site: 01099 /src/opus/celt/bands.c:784
9 115 3 :

['silk_float2short_array', 'silk_resampler', 'silk_short2float_array']

9 179 silk_setup_resamplers call site: 00377 /src/opus/silk/control_codec.c:144
9 9 1 :

['ec_dec_bit_logp']

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

['ec_dec_bit_logp']

9 29 compute_theta call site: 01116 /src/opus/celt/bands.c:863

Runtime coverage analysis

Covered functions
377
Functions that are reachable but not covered
34
Reachable functions
359
Percentage of reachable functions covered
90.53%
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 11
/src/opus/celt/mathops.c 7
/src/opus/src/mapping_matrix.c 3
/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 20
/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 5
/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/kiss_fft.c 6
/src/opus/celt/bands.c 22
/src/opus/./celt/mathops.h 8
/src/opus/celt/quant_bands.c 6
/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 4
/src/opus/celt/entenc.c 13
/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/./celt/entcode.h 6
/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/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.c 1
/src/opus/celt/laplace.c 2
/src/opus/celt/rate.c 2
/src/opus/celt/entdec.c 8
/src/opus/celt/vq.c 9
/src/opus/./celt/rate.h 3
/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 201 16.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 0.08%
lawngreen 50+ 1019 83.4%
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
118 118 1 :

['surround_analysis']

118 5902 opus_multistream_encode_native call site: 00179 /src/opus/src/opus_multistream_encoder.c:870
72 72 1 :

['alg_unquant']

72 72 quant_partition call site: 01104 /src/opus/celt/bands.c:1056
48 48 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

166 6650 opus_multistream_encode_native call site: 00170 /src/opus/src/opus_multistream_encoder.c:837
48 48 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

48 48 opus_multistream_encoder_init_impl call site: 00114 /src/opus/src/opus_multistream_encoder.c:488
48 48 2 :

['opus_packet_extensions_generate', 'celt_fatal']

48 48 opus_repacketizer_out_range_impl call site: 00315 /src/opus/src/repacketizer.c:303
28 28 1 :

['ec_dec_uint']

61 76 interp_bits2pulses call site: 01024 /src/opus/celt/rate.c:397
28 28 1 :

['ec_dec_uint']

34 61 compute_theta call site: 01084 /src/opus/celt/bands.c:799
18 24 3 :

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

24 57 compute_theta call site: 01086 /src/opus/celt/bands.c:806
18 18 2 :

['ec_decode', 'ec_dec_update']

24 51 compute_theta call site: 01081 /src/opus/celt/bands.c:784
9 9 1 :

['ec_dec_bit_logp']

33 33 interp_bits2pulses call site: 01028 /src/opus/celt/rate.c:414
9 9 1 :

['ec_dec_bit_logp']

9 29 compute_theta call site: 01097 /src/opus/celt/bands.c:863
6 6 1 :

['ec_dec_bits']

6 325 quant_band_stereo call site: 01161 /src/opus/celt/bands.c:1299

Runtime coverage analysis

Covered functions
372
Functions that are reachable but not covered
37
Reachable functions
363
Percentage of reachable functions covered
89.81%
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 11
/src/opus/celt/mathops.c 1
/src/opus/src/mapping_matrix.c 3
/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 20
/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/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 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 4
/src/opus/celt/entenc.c 13
/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 5
/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/./celt/entcode.h 6
/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/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.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_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 160 14.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 3 0.27%
lawngreen 50+ 913 84.8%
All colors 1076 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
6 48 2 :

['opus_packet_extensions_generate', 'celt_fatal']

6 48 opus_repacketizer_out_range_impl call site: 00169 /src/opus/src/repacketizer.c:303
6 6 1 :

['celt_fatal']

6 16 silk_P_Ana_calc_energy_st3 call site: 00488 /src/opus/silk/float/pitch_analysis_core_FLP.c:578
6 6 1 :

['celt_fatal']

6 6 check_control_input call site: 00216 /src/opus/silk/check_control_input.c:100
6 6 1 :

['celt_fatal']

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

['celt_fatal']

6 6 silk_P_Ana_calc_corr_st3 call site: 00480 /src/opus/silk/float/pitch_analysis_core_FLP.c:512
0 118 1 :

['surround_analysis']

0 5902 opus_multistream_encode_native call site: 00000 /src/opus/src/opus_multistream_encoder.c:870
0 115 3 :

['silk_float2short_array', 'silk_resampler', 'silk_short2float_array']

0 179 silk_setup_resamplers call site: 00226 /src/opus/silk/control_codec.c:144
0 87 1 :

['alg_quant']

0 87 quant_partition call site: 00963 /src/opus/celt/bands.c:1056
0 53 1 :

['silk_resampler']

0 53 silk_Decode call site: 00000 /src/opus/silk/dec_API.c:419
0 48 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

0 6650 opus_multistream_encode_native call site: 00000 /src/opus/src/opus_multistream_encoder.c:837
0 48 2 :

['ms_get_preemph_mem', 'ms_get_window_mem']

0 48 opus_multistream_encoder_init_impl call site: 00000 /src/opus/src/opus_multistream_encoder.c:488
0 46 2 :

['ec_enc_uint', 'ec_enc_bit_logp']

0 7554 opus_encode_frame_native call site: 00712 /src/opus/src/opus_encoder.c:2173

Runtime coverage analysis

Covered functions
571
Functions that are reachable but not covered
11
Reachable functions
326
Percentage of reachable functions covered
96.63%
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 20
/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 4
/src/opus/celt/kiss_fft.c 6
/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 4
/src/opus/celt/entenc.c 13
/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 5
/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/./celt/entcode.h 6
/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/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.c 1
/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 ['struct.silk_encoder_state *', 'struct.silk_nsq_state *', 'struct.SideInfoIndices *', 'short *', 'char *', 'short *', 'short *', 'short *', 'int *', 'int *', 'int *', 'int *', 'int *', 'int', 'int'] 4 0 1280 62 17 43 0 252 213
silk_NSQ_del_dec_sse4_1 /src/opus/silk/x86/NSQ_del_dec_sse4_1.c 15 ['struct.silk_encoder_state *', 'struct.silk_nsq_state *', 'struct.SideInfoIndices *', 'short *', 'char *', 'short *', 'short *', 'short *', 'int *', 'int *', 'int *', 'int *', 'int *', 'int', 'int'] 4 0 1181 88 25 11 0 136 97
silk_burg_modified_sse4_1 /src/opus/silk/fixed/x86/burg_modified_FIX_sse4_1.c 9 ['int *', 'int *', 'int *', 'short *', 'int', 'int', 'int', 'int', 'int'] 5 0 2519 148 40 15 0 125 78
silk_NSQ_sse4_1 /src/opus/silk/x86/NSQ_sse4_1.c 15 ['struct.silk_encoder_state *', 'struct.silk_nsq_state *', 'struct.SideInfoIndices *', 'short *', 'char *', 'short *', 'short *', 'short *', 'int *', 'int *', 'int *', 'int *', 'int *', 'int', 'int'] 4 0 795 36 10 13 0 114 73

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

Functions statically reachable by fuzzers
90.0%
560 / 620
Cyclomatic complexity statically reachable by fuzzers
95.0%
5780 / 6077

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 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_packet_parse_impl']

/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_packet_parse_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=['silk_ResetDecoder', 'exp_rotation', 'interp_bits2pulses', 'compute_qn', 'compute_theta', 'quant_partition', 'stereo_merge', 'opus_multistream_decoder_ctl_va_list', 'silk_decoder_set_fs']

/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', 'compute_qn', 'compute_theta', 'quant_partition', 'stereo_merge', 'celt_decoder_init', 'opus_multistream_decoder_ctl_va_list']

/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_sqrt', 'celt_zlog2', 'quant_partition', 'opus_decode_frame', 'opus_multistream_decoder_ctl_va_list', 'silk_decoder_set_fs']

/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_sqrt', 'celt_zlog2', 'quant_partition', 'opus_decode_frame', 'celt_decoder_init', 'opus_multistream_decoder_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=['silk_resampler', 'extract_collapse_mask', 'check_control_input', 'interp_bits2pulses', 'opus_encode_frame_native', 'opus_multistream_encoder_ctl_va_list', 'opus_encoder_ctl', 'silk_Encode', 'silk_LP_variable_cutoff']

/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=['extract_collapse_mask', 'check_control_input', 'interp_bits2pulses', 'opus_encoder_ctl', 'compute_theta', 'silk_VAD_Init', 'opus_packet_parse_impl', 'opus_repacketizer_out_range_impl', 'tonality_analysis_init', 'opus_encode_native']

/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=['silk_resampler', 'extract_collapse_mask', 'check_control_input', 'interp_bits2pulses', 'opus_encode_frame_native', 'opus_multistream_encoder_ctl_va_list', 'opus_encoder_ctl', 'silk_Encode', 'silk_LP_variable_cutoff']

/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=['silk_resampler', 'opus_multistream_encoder_init_impl', 'extract_collapse_mask', 'check_control_input', 'interp_bits2pulses', '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=['silk_resampler', 'opus_multistream_encoder_init_impl', 'extract_collapse_mask', 'check_control_input', 'interp_bits2pulses', 'opus_encode_frame_native', 'opus_multistream_encode_native', 'opus_encoder_ctl', 'opus_multistream_encoder_ctl_va_list']

/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=['silk_pitch_analysis_core_FLP', 'check_control_input', 'opus_encode_frame_native', 'opus_encoder_ctl', 'silk_Encode', 'compute_theta', 'stereo_merge']

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 144 61 42.36% ['opus_projection_decoder_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating', 'opus_projection_decoder_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed']
opus_decoder_ctl 145 20 13.79% ['opus_projection_decoder_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating', 'opus_projection_decoder_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed']
opus_multistream_decoder_ctl_va_list 112 23 20.53% ['opus_projection_decoder_fuzzer_floating', 'opus_multistream_decode_fuzzer_floating', 'opus_projection_decoder_fuzzer_fixed', 'opus_multistream_decode_fuzzer_fixed']
check_control_input 65 35 53.84% ['opus_multistream_encode_fuzzer_floating', 'opus_encode_fuzzer_fixed', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_encode_fuzzer_floating']
opus_encoder_ctl 500 162 32.4% ['opus_multistream_encode_fuzzer_floating', 'opus_encode_fuzzer_fixed', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating', 'opus_encode_fuzzer_floating']
opus_multistream_encoder_ctl_va_list 192 44 22.91% ['opus_multistream_encode_fuzzer_floating', 'opus_multistream_encode_fuzzer_fixed', 'opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating']
opus_projection_encoder_ctl 79 19 24.05% ['opus_projection_encoder_fuzzer_fixed', 'opus_projection_encoder_fuzzer_floating']

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

Directories in report

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

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_floating fuzzerLogFile-0-LKbqtIr1v0.data fuzzerLogFile-0-LKbqtIr1v0.data.yaml opus_repacketizer_fuzzer_floating.covreport
opus_repacketizer_fuzzer_fixed fuzzerLogFile-0-b3u50IFRX8.data fuzzerLogFile-0-b3u50IFRX8.data.yaml opus_repacketizer_fuzzer_fixed.covreport
opus_projection_decoder_fuzzer_floating fuzzerLogFile-0-Q5Lv33wyme.data fuzzerLogFile-0-Q5Lv33wyme.data.yaml opus_projection_decoder_fuzzer_floating.covreport
opus_multistream_decode_fuzzer_floating fuzzerLogFile-0-lF7VMiUV8o.data fuzzerLogFile-0-lF7VMiUV8o.data.yaml opus_multistream_decode_fuzzer_floating.covreport
opus_projection_decoder_fuzzer_fixed fuzzerLogFile-0-US3QGYWpwK.data fuzzerLogFile-0-US3QGYWpwK.data.yaml opus_projection_decoder_fuzzer_fixed.covreport
opus_multistream_decode_fuzzer_fixed fuzzerLogFile-0-m2DmlU2Mw0.data fuzzerLogFile-0-m2DmlU2Mw0.data.yaml opus_multistream_decode_fuzzer_fixed.covreport
opus_multistream_encode_fuzzer_floating fuzzerLogFile-0-AsekWtwmeX.data fuzzerLogFile-0-AsekWtwmeX.data.yaml opus_multistream_encode_fuzzer_floating.covreport
opus_encode_fuzzer_fixed fuzzerLogFile-0-8RryCCvxYu.data fuzzerLogFile-0-8RryCCvxYu.data.yaml opus_encode_fuzzer_fixed.covreport
opus_multistream_encode_fuzzer_fixed fuzzerLogFile-0-wUecuZ2kdU.data fuzzerLogFile-0-wUecuZ2kdU.data.yaml opus_multistream_encode_fuzzer_fixed.covreport
opus_projection_encoder_fuzzer_fixed fuzzerLogFile-0-Je0Ex4KFjF.data fuzzerLogFile-0-Je0Ex4KFjF.data.yaml opus_projection_encoder_fuzzer_fixed.covreport
opus_projection_encoder_fuzzer_floating fuzzerLogFile-0-lGspGEtNcX.data fuzzerLogFile-0-lGspGEtNcX.data.yaml opus_projection_encoder_fuzzer_floating.covreport
opus_encode_fuzzer_floating fuzzerLogFile-0-BOXHmNFguP.data fuzzerLogFile-0-BOXHmNFguP.data.yaml opus_projection_decoder_fuzzer_fixed.covreport , opus_repacketizer_fuzzer_floating.covreport , opus_projection_encoder_fuzzer_floating.covreport , opus_multistream_encode_fuzzer_fixed.covreport , opus_multistream_encode_fuzzer_floating.covreport , opus_repacketizer_fuzzer_fixed.covreport , opus_encode_fuzzer_fixed.covreport , opus_projection_decoder_fuzzer_floating.covreport , opus_projection_encoder_fuzzer_fixed.covreport , opus_multistream_decode_fuzzer_floating.covreport , opus_multistream_decode_fuzzer_fixed.covreport