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

Project functions overview

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

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

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

Fuzzer details

Fuzzer: vpx_dec_fuzzer_vp8

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 10 37.0%
gold [1:9] 2 7.40%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 15 55.5%
All colors 27 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
3 4 nalloc_init call site: 00004 getenv
3 9 LLVMFuzzerTestOneInput call site: 00009 vpx_codec_dec_init_ver
1 2 nalloc_init call site: 00002 atoi
1 13 LLVMFuzzerTestOneInput call site: 00013
1 15 LLVMFuzzerTestOneInput call site: 00015 vpx_codec_control_
1 20 LLVMFuzzerTestOneInput call site: 00020 vpx_codec_control_

Runtime coverage analysis

Covered functions
222
Functions that are reachable but not covered
6
Reachable functions
25
Percentage of reachable functions covered
76.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.
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/libvpx/examples/vpx_dec_fuzzer.cc 1
/src/libvpx/third_party/nalloc/nalloc.h 4
/src/libvpx/vp8/vp8_dx_iface.c 1
/src/libvpx/vpx/src/vpx_decoder.c 4
/src/libvpx/vpx/src/vpx_codec.c 2
/src/libvpx/vpx/vp8dx.h 1
/src/libvpx/vpx_ports/mem_ops.h 1
/src/libvpx/vpx/./vp8.h 1

Fuzzer: vpx_enc_fuzzer_vp8_nalloc

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 15 25.4%
gold [1:9] 2 3.38%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 42 71.1%
All colors 59 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
6 21 calloc call site: 00021 fprintf
3 4 nalloc_init call site: 00004 getenv
1 2 nalloc_init call site: 00002 atoi
1 14 LLVMFuzzerTestOneInput call site: 00014 vpx_codec_destroy
1 16 LLVMFuzzerTestOneInput call site: 00016 img_alloc_helper
1 19 img_alloc_helper call site: 00019 calloc
1 36 img_alloc_helper call site: 00036 vpx_img_free
1 41 LLVMFuzzerTestOneInput call site: 00041

Runtime coverage analysis

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

Files reached

filename functions hit
/src/libvpx/examples/vpx_enc_fuzzer.cc 5
/src/libvpx/third_party/nalloc/nalloc.h 7
/src/libvpx/vp8/vp8_cx_iface.c 1
/src/libvpx/vpx/src/vpx_encoder.c 4
/src/libvpx/vpx/src/vpx_codec.c 1
/src/libvpx/vpx/src/vpx_image.c 4
/src/libvpx/vpx_mem/vpx_mem.c 7
/src/libvpx/vpx_ports/x86.h 3

Fuzzer: vpx_dec_fuzzer_vp9_nalloc

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 10 37.0%
gold [1:9] 2 7.40%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 15 55.5%
All colors 27 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
3 4 nalloc_init call site: 00004 getenv
3 19 LLVMFuzzerTestOneInput call site: 00019 vpx_codec_control_
1 2 nalloc_init call site: 00002 atoi
1 9 LLVMFuzzerTestOneInput call site: 00009 vpx_codec_destroy
1 13 LLVMFuzzerTestOneInput call site: 00013
1 15 LLVMFuzzerTestOneInput call site: 00015 vpx_codec_control_

Runtime coverage analysis

Covered functions
767
Functions that are reachable but not covered
8
Reachable functions
25
Percentage of reachable functions covered
68.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.
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/libvpx/examples/vpx_dec_fuzzer.cc 1
/src/libvpx/third_party/nalloc/nalloc.h 4
/src/libvpx/vp9/vp9_dx_iface.c 1
/src/libvpx/vpx/src/vpx_decoder.c 4
/src/libvpx/vpx/src/vpx_codec.c 2
/src/libvpx/vpx/vp8dx.h 1
/src/libvpx/vpx_ports/mem_ops.h 1
/src/libvpx/vpx/./vp8.h 1

Fuzzer: vpx_enc_fuzzer_vp9

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 15 25.4%
gold [1:9] 2 3.38%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 42 71.1%
All colors 59 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
6 21 calloc call site: 00021 fprintf
3 4 nalloc_init call site: 00004 getenv
1 2 nalloc_init call site: 00002 atoi
1 14 LLVMFuzzerTestOneInput call site: 00014 vpx_codec_destroy
1 16 LLVMFuzzerTestOneInput call site: 00016 img_alloc_helper
1 19 img_alloc_helper call site: 00019 calloc
1 36 img_alloc_helper call site: 00036 vpx_img_free
1 41 LLVMFuzzerTestOneInput call site: 00041

Runtime coverage analysis

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

Files reached

filename functions hit
/src/libvpx/examples/vpx_enc_fuzzer.cc 5
/src/libvpx/third_party/nalloc/nalloc.h 7
/src/libvpx/vp9/vp9_cx_iface.c 1
/src/libvpx/vpx/src/vpx_encoder.c 4
/src/libvpx/vpx/src/vpx_codec.c 1
/src/libvpx/vpx/src/vpx_image.c 4
/src/libvpx/vpx_mem/vpx_mem.c 7
/src/libvpx/vpx_ports/x86.h 3

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
encoder_encode /src/libvpx/vp9/vp9_cx_iface.c 6 ['N/A', 'N/A', 'size_t', 'size_t', 'size_t', 'size_t'] 26 0 1007 170 63 1271 0 12481 12428
vp8e_encode /src/libvpx/vp8/vp8_cx_iface.c 6 ['N/A', 'N/A', 'size_t', 'size_t', 'size_t', 'size_t'] 11 0 674 105 38 437 0 4263 3399
decoder_decode /src/libvpx/vp9/vp9_dx_iface.c 4 ['N/A', 'N/A', 'int', 'N/A'] 15 0 227 49 20 415 0 2423 1402
vp8_decode /src/libvpx/vp8/vp8_dx_iface.c 4 ['N/A', 'N/A', 'int', 'N/A'] 9 0 621 111 41 172 0 1082 690
vp9_find_best_sub_pixel_tree_pruned /src/libvpx/vp9/encoder/vp9_mcomp.c 17 ['N/A', 'N/A', 'N/A', 'int', 'int', 'N/A', 'int', 'int', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int', 'int'] 4 0 6907 1162 469 10 0 515 493
vp9_find_best_sub_pixel_tree_pruned_more /src/libvpx/vp9/encoder/vp9_mcomp.c 17 ['N/A', 'N/A', 'N/A', 'int', 'int', 'N/A', 'int', 'int', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int', 'int'] 4 0 5834 982 396 13 0 450 404
vp9_find_best_sub_pixel_tree_pruned_evenmore /src/libvpx/vp9/encoder/vp9_mcomp.c 17 ['N/A', 'N/A', 'N/A', 'int', 'int', 'N/A', 'int', 'int', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'int', 'int', 'int'] 4 0 5832 982 396 13 0 450 396

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

Functions statically reachable by fuzzers
47.0%
1859 / 3968
Cyclomatic complexity statically reachable by fuzzers
70.0%
19338 / 27566

All functions overview

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

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

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
vp8_encode_frame 183 89 48.63% ['vpx_enc_fuzzer_vp8_nalloc']
vp8cx_create_encoder_threads 99 5 5.050% ['vpx_enc_fuzzer_vp8_nalloc']
vp8cx_remove_encoder_threads 33 3 9.090% ['vpx_enc_fuzzer_vp8_nalloc']
vp8_lookahead_push 34 17 50.0% ['vpx_enc_fuzzer_vp8_nalloc']
vp8_check_drop_buffer 69 14 20.28% ['vpx_enc_fuzzer_vp8_nalloc']
cyclic_background_refresh 67 23 34.32% ['vpx_enc_fuzzer_vp8_nalloc']
resize_key_frame 36 7 19.44% ['vpx_enc_fuzzer_vp8_nalloc']
update_reference_frames 97 26 26.80% ['vpx_enc_fuzzer_vp8_nalloc']
calc_pframe_target_size 278 109 39.20% ['vpx_enc_fuzzer_vp8_nalloc']
evaluate_inter_mode_rd 41 17 41.46% ['vpx_enc_fuzzer_vp8_nalloc']
vpx_codec_encode 35 18 51.42% ['vpx_enc_fuzzer_vp9', 'vpx_enc_fuzzer_vp8_nalloc']
vpx_codec_get_cx_data 35 17 48.57% ['vpx_enc_fuzzer_vp9', 'vpx_enc_fuzzer_vp8_nalloc']
reset 34 18 52.94% ['vpx_dec_fuzzer_vp9_nalloc']
vp9_get_refresh_mask 39 14 35.89% ['vpx_enc_fuzzer_vp9']
encode_segmentation 45 5 11.11% ['vpx_enc_fuzzer_vp9']
vp9_set_variance_partition_thresholds 38 9 23.68% ['vpx_enc_fuzzer_vp9']
vp9_encode_frame 113 62 54.86% ['vpx_enc_fuzzer_vp9']
set_segment_index 52 10 19.23% ['vpx_enc_fuzzer_vp9']
vp9_change_config 140 71 50.71% ['vpx_enc_fuzzer_vp9']
vp9_scale_references 63 31 49.20% ['vpx_enc_fuzzer_vp9']
vp9_receive_raw_frame 38 17 44.73% ['vpx_enc_fuzzer_vp9']
vp9_get_compressed_data 233 124 53.21% ['vpx_enc_fuzzer_vp9']
highbd_set_var_fns 244 4 1.639% ['vpx_enc_fuzzer_vp9']
update_ref_frames 88 34 38.63% ['vpx_enc_fuzzer_vp9']
encode_without_recode_loop 215 99 46.04% ['vpx_enc_fuzzer_vp9']
setup_frame 35 15 42.85% ['vpx_enc_fuzzer_vp9']
vp9_lookahead_push 56 30 53.57% ['vpx_enc_fuzzer_vp9']
vp9_full_pixel_search 69 23 33.33% ['vpx_enc_fuzzer_vp9']
accurate_sub_pel_search 35 18 51.42% ['vpx_enc_fuzzer_vp9']
vp9_row_mt_mem_dealloc 41 21 51.21% ['vpx_enc_fuzzer_vp9']
vp9_update_noise_estimate 142 19 13.38% ['vpx_enc_fuzzer_vp9']
vp9_pick_filter_level 36 11 30.55% ['vpx_enc_fuzzer_vp9']
vp9_rc_set_gf_interval_range 42 21 50.0% ['vpx_enc_fuzzer_vp9']
dist_block 104 54 51.92% ['vpx_enc_fuzzer_vp9']
set_rt_speed_feature_framesize_dependent 31 7 22.58% ['vpx_enc_fuzzer_vp9']
set_good_speed_feature_framesize_dependent 131 38 29.00% ['vpx_enc_fuzzer_vp9']
set_rt_speed_feature_framesize_independent 357 50 14.00% ['vpx_enc_fuzzer_vp9']
set_good_speed_feature_framesize_independent 168 47 27.97% ['vpx_enc_fuzzer_vp9']
vp9_block_error_avx2 61 33 54.09% ['vpx_enc_fuzzer_vp9']
set_twopass_params_from_config 99 2 2.020% ['vpx_enc_fuzzer_vp9']
encoder_encode 260 134 51.53% ['vpx_enc_fuzzer_vp9']
vpx_sse_avx2 104 35 33.65% ['vpx_enc_fuzzer_vp9']

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/libvpx/vp8/encoder/boolhuff.c [] []
/src/libvpx/vp8/common/postproc.c [] []
/src/libvpx/vpx_ports/bitops.h [] []
/src/libvpx/vpx_dsp/vpx_convolve.c [] []
/src/libvpx/vpx_dsp/x86/avg_intrin_avx2.c [] []
/src/libvpx/vpx_scale/generic/yv12extend.c [] []
/src/libvpx/vpx_dsp/inv_txfm.c [] []
/src/libvpx/vpx_dsp/bitwriter.c [] []
/src/libvpx/vp9/vp9_cx_iface.c ['vpx_enc_fuzzer_vp9'] ['vpx_enc_fuzzer_vp9']
/src/libvpx/vp9/encoder/vp9_mcomp.h [] []
/src/libvpx/vp9/vp9_cx_iface.h [] []
/src/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c [] []
/src/libvpx/vp9/common/vp9_alloccommon.c [] []
/src/libvpx/vp8/decoder/treereader.h [] []
/src/libvpx/vp9/decoder/vp9_decodemv.c [] []
/src/libvpx/vpx_dsp/bitreader.h [] []
/src/libvpx/vpx_dsp/x86/fwd_txfm_impl_sse2.h [] []
/src/libvpx/examples/vpx_dec_fuzzer.cc ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc']
/src/libvpx/vpx_dsp/inv_txfm.h [] []
/src/libvpx/vp8/common/vp8_skin_detection.c [] []
/src/libvpx/vp9/encoder/vp9_firstpass.h [] []
/src/libvpx/vpx_ports/vpx_timer.h [] []
/src/libvpx/vp8/encoder/encodemv.c [] []
/src/libvpx/vp9/encoder/vp9_svc_layercontext.c [] []
/src/libvpx/vp9/common/vp9_reconintra.c [] []
/src/libvpx/vpx_scale/generic/yv12config.c [] []
/src/libvpx/vpx_dsp/x86/fwd_txfm_sse2.c [] []
/src/libvpx/vpx_dsp/x86/variance_sse2.c [] []
/src/libvpx/vp9/encoder/vp9_aq_variance.c [] []
/src/libvpx/vp9/decoder/vp9_decodeframe.c [] []
/src/libvpx/vp8/common/vp8_loopfilter.c [] []
/src/libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c [] []
/src/libvpx/vp8/encoder/ethreading.c [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_sse2.c [] []
/src/libvpx/vpx_scale/generic/vpx_scale.c [] []
/src/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_sse2.h [] []
/src/libvpx/vp8/common/reconinter.c [] []
/src/libvpx/vpx_dsp/x86/sad4d_avx2.c [] []
/src/libvpx/vpx_dsp/x86/sad_avx2.c [] []
/src/libvpx/vp8/encoder/boolhuff.h [] []
/src/libvpx/vp9/encoder/vp9_encoder.h [] []
/src/libvpx/vp9/encoder/vp9_picklpf.c [] []
/src/libvpx/vpx_dsp/x86/convolve_sse2.h [] []
/src/libvpx/vp8/encoder/picklpf.c [] []
/src/libvpx/vpx/vp8dx.h ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc']
/src/libvpx/vpx_dsp/./bitwriter.h [] []
/src/libvpx/vp9/encoder/vp9_ethread.c [] []
/src/libvpx/vp8/encoder/encodeframe.c [] []
/src/libvpx/vpx_dsp/x86/sad_avx512.c [] []
/src/libvpx/vpx_dsp/x86/transpose_sse2.h [] []
/src/libvpx/vpx_dsp/x86/quantize_avx.c [] []
/src/libvpx/vp8/common/onyx.h [] []
/src/libvpx/vp8/encoder/tokenize.c [] []
/src/libvpx/vpx_dsp/intrapred.c [] []
/src/libvpx/vp8/encoder/encodeintra.c [] []
/src/libvpx/vp9/common/vp9_frame_buffers.c [] []
/src/libvpx/vp9/encoder/vp9_treewriter.h [] []
/src/libvpx/vpx_dsp/x86/avg_pred_avx2.c [] []
/src/libvpx/vpx_dsp/x86/sse_avx2.c [] []
/src/libvpx/vp8/common/mfqe.c [] []
/src/libvpx/vp9/encoder/vp9_tokenize.c [] []
/src/libvpx/vp9/encoder/x86/vp9_quantize_avx2.c [] []
/src/libvpx/vp8/decoder/detokenize.c [] []
/src/libvpx/vp8/encoder/vp8_quantize.c [] []
/src/libvpx/vpx_dsp/fwd_txfm.h [] []
/src/libvpx/vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c [] []
/src/libvpx/vp9/common/vp9_loopfilter.h [] []
/src/libvpx/vp8/decoder/threading.c [] []
/src/libvpx/vpx_dsp/x86/loopfilter_sse2.c [] []
/src/libvpx/vp9/encoder/vp9_frame_scale.c [] []
/src/libvpx/vpx_dsp/x86/bitdepth_conversion_sse2.h [] []
/src/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c [] []
/src/libvpx/vp8/encoder/segmentation.c [] []
/src/libvpx/vp9/common/vp9_entropy.c [] []
/src/libvpx/vpx/src/vpx_encoder.c ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9'] ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9']
/src/libvpx/vp9/vp9_dx_iface.c ['vpx_dec_fuzzer_vp9_nalloc'] ['vpx_dec_fuzzer_vp9_nalloc']
/src/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c [] []
/src/libvpx/vpx_dsp/vpx_dsp_common.h [] []
/src/libvpx/vp9/encoder/vp9_context_tree.c [] []
/src/libvpx/vp8/encoder/encodemb.c [] []
/src/libvpx/vpx_dsp/x86/sse_sse4.c [] []
/src/libvpx/vp9/common/vp9_tile_common.c [] []
/src/libvpx/vpx_dsp/x86/highbd_variance_sse2.c [] []
/src/libvpx/vp8/decoder/decodemv.c [] []
/src/libvpx/vp8/common/extend.c [] []
/src/libvpx/vp9/common/vp9_scan.h [] []
/src/libvpx/vpx_dsp/x86/convolve_avx2.h [] []
/src/libvpx/vp8/encoder/treewriter.c [] []
/src/libvpx/vp9/common/vp9_pred_common.h [] []
/src/libvpx/vpx_dsp/prob.h [] []
/src/libvpx/vp8/common/x86/idct_blk_sse2.c [] []
/src/libvpx/vp8/common/alloccommon.c [] []
/src/libvpx/vp8/common/reconintra4x4.c [] []
/src/libvpx/vp8/decoder/decodeframe.c [] []
/src/libvpx/vpx_dsp/add_noise.c [] []
/src/libvpx/vp8/common/filter.c [] []
/src/libvpx/vpx_dsp/sad.c [] []
/src/libvpx/vp9/encoder/vp9_alt_ref_aq.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse2.c [] []
/src/libvpx/vpx_dsp/bitwriter.h [] []
/src/libvpx/vp9/encoder/vp9_cost.h [] []
/src/libvpx/vp8/encoder/lookahead.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse2.c [] []
/src/libvpx/vp8/common/findnearmv.h [] []
/src/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c [] []
/src/libvpx/vpx_dsp/x86/variance_avx2.c [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c [] []
/src/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h [] []
/src/libvpx/vpx_dsp/sse.c [] []
/src/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c [] []
/src/libvpx/vp9/encoder/vp9_mcomp.c [] []
/src/libvpx/vp8/encoder/x86/quantize_sse4.c [] []
/src/libvpx/vpx_util/endian_inl.h [] []
/src/libvpx/vp8/common/reconintra4x4.h [] []
/src/libvpx/vpx_util/vpx_timestamp.h [] []
/src/libvpx/vpx_dsp/x86/highbd_quantize_intrin_avx2.c [] []
/src/libvpx/vp8/vp8_cx_iface.c ['vpx_enc_fuzzer_vp8_nalloc'] ['vpx_enc_fuzzer_vp8_nalloc']
/src/libvpx/vp9/decoder/vp9_decoder.c [] []
/src/libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c [] []
/src/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c [] []
/src/libvpx/vpx_dsp/x86/quantize_avx2.c [] []
/src/libvpx/vp9/encoder/vp9_encodemv.c [] []
/src/libvpx/vpx_dsp/prob.c [] []
/src/libvpx/vpx_dsp/x86/sum_squares_sse2.c [] []
/src/libvpx/vpx_dsp/x86/mem_sse2.h [] []
/src/libvpx/vp9/common/vp9_rtcd.c [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_avx2.c [] []
/src/libvpx/vp9/encoder/vp9_ratectrl.c [] []
/src/libvpx/vp9/encoder/vp9_dct.c [] []
/src/libvpx/vpx_mem/vpx_mem.c ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9'] ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9']
/src/libvpx/vp8/decoder/onyxd_if.c [] []
/src/libvpx/vp8/common/x86/vp8_asm_stubs.c [] []
/src/libvpx/vp8/encoder/x86/denoising_sse2.c [] []
/src/libvpx/vpx_dsp/x86/avg_intrin_sse2.c [] []
/src/libvpx/vpx_dsp/bitreader_buffer.c [] []
/src/libvpx/vp8/common/reconintra.c [] []
/src/libvpx/vp9/decoder/vp9_decoder.h [] []
/src/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c [] []
/src/libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c [] []
/src/libvpx/vpx_dsp/x86/subtract_avx2.c [] []
/src/libvpx/vp8/vp8_dx_iface.c ['vpx_dec_fuzzer_vp8'] ['vpx_dec_fuzzer_vp8']
/src/libvpx/vp9/common/vp9_blockd.c [] []
/src/libvpx/vp9/encoder/vp9_subexp.c [] []
/src/libvpx/vp8/common/mbpitch.c [] []
/src/libvpx/vpx_dsp/vpx_dsp_rtcd.c [] []
/src/libvpx/vpx_dsp/avg.c [] []
/src/libvpx/vp9/encoder/vp9_multi_thread.c [] []
/src/libvpx/vp8/encoder/rdopt.c [] []
/src/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c [] []
/src/libvpx/vpx_ports/vpx_once.h [] []
/src/libvpx/vp8/common/rtcd.c [] []
/src/libvpx/vp9/encoder/vp9_rdopt.c [] []
/src/libvpx/vp9/common/vp9_entropy.h [] []
/src/libvpx/vpx/src/vpx_codec.c ['vpx_dec_fuzzer_vp8', 'vpx_enc_fuzzer_vp8_nalloc', 'vpx_dec_fuzzer_vp9_nalloc', 'vpx_enc_fuzzer_vp9'] ['vpx_dec_fuzzer_vp8', 'vpx_enc_fuzzer_vp8_nalloc', 'vpx_dec_fuzzer_vp9_nalloc', 'vpx_enc_fuzzer_vp9']
/src/libvpx/vp9/common/vp9_quant_common.c [] []
/src/libvpx/vpx/src/vpx_image.c ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9'] ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9']
/src/libvpx/vp9/common/vp9_entropymode.c [] []
/src/libvpx/vpx_dsp/x86/convolve_ssse3.h [] []
/src/libvpx/vp9/vp9_iface_common.c [] []
/src/libvpx/vp9/decoder/vp9_detokenize.c [] []
/src/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse2.h [] []
/src/libvpx/vp9/common/vp9_idct.c [] []
/src/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c [] []
/src/libvpx/vpx_dsp/quantize.c [] []
/src/libvpx/vp9/encoder/x86/highbd_temporal_filter_ssse3.c [] []
/src/libvpx/vp8/encoder/bitstream.c [] []
/src/libvpx/vpx_dsp/x86/bitdepth_conversion_avx2.h [] []
/src/libvpx/vp9/encoder/vp9_skin_detection.c [] []
/src/libvpx/vp9/common/vp9_reconinter.h [] []
/src/libvpx/vpx_dsp/fwd_txfm.c [] []
/src/libvpx/vpx_dsp/bitwriter_buffer.c [] []
/src/libvpx/vp9/encoder/vp9_aq_complexity.c [] []
/src/libvpx/vp9/encoder/x86/vp9_error_avx2.c [] []
/src/libvpx/vp9/encoder/x86/highbd_temporal_filter_sse4.c [] []
/src/libvpx/vp9/common/vp9_blockd.h [] []
/src/libvpx/vp9/encoder/x86/temporal_filter_ssse3.c [] []
/src/libvpx/vp8/common/swapyv12buffer.c [] []
/src/libvpx/vp9/common/vp9_common.h [] []
/src/libvpx/vp9/encoder/vp9_cost.c [] []
/src/libvpx/vpx_dsp/x86/quantize_ssse3.h [] []
/src/libvpx/vpx_scale/generic/gen_scalers.c [] []
/src/libvpx/vp8/common/setupintrarecon.h [] []
/src/libvpx/vp8/common/idctllm.c [] []
/src/libvpx/vpx_mem/vpx_mem.h [] []
/src/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse4.c [] []
/src/libvpx/vp8/decoder/dboolhuff.c [] []
/src/libvpx/vp9/common/vp9_onyxc_int.h [] []
/src/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse4.c [] []
/src/libvpx/vp9/encoder/vp9_lookahead.c [] []
/src/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c [] []
/src/libvpx/vp9/common/x86/vp9_highbd_iht4x4_add_sse4.c [] []
/src/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c [] []
/src/libvpx/vp8/encoder/ratectrl.c [] []
/src/libvpx/vp8/encoder/x86/vp8_quantize_sse2.c [] []
/src/libvpx/vpx_dsp/x86/loopfilter_avx2.c [] []
/src/libvpx/vpx_dsp/variance.c [] []
/src/libvpx/vpx_dsp/subtract.c [] []
/src/libvpx/vpx_util/vpx_thread.c [] []
/src/libvpx/vp9/encoder/vp9_aq_360.c [] []
/src/libvpx/vp9/encoder/vp9_bitstream.c [] []
/src/libvpx/vpx_dsp/x86/highbd_sad_avx2.c [] []
/src/libvpx/vp8/common/entropy.c [] []
/src/libvpx/vp9/common/vp9_seg_common.c [] []
/src/libvpx/vp9/encoder/vp9_encoder.c [] []
/src/libvpx/vp9/encoder/vp9_pickmode.c [] []
/src/libvpx/vp9/common/vp9_mv.h [] []
/src/libvpx/vp9/common/vp9_mvref_common.h [] []
/src/libvpx/vp8/encoder/denoising.c [] []
/src/libvpx/vpx_util/vpx_atomics.h [] []
/src/libvpx/vp9/encoder/x86/temporal_filter_avx2.c [] []
/src/libvpx/vpx/src/vpx_decoder.c ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc']
/src/libvpx/vp8/common/x86/bilinear_filter_sse2.c [] []
/src/libvpx/vp9/encoder/vp9_rd.h [] []
/src/libvpx/vp8/common/generic/systemdependent.c [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h [] []
/src/libvpx/vp8/common/x86/loopfilter_x86.c [] []
/src/libvpx/vpx_dsp/x86/sad4d_avx512.c [] []
/src/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c [] []
/src/libvpx/vp8/encoder/treewriter.h [] []
/src/libvpx/vp9/common/vp9_scale.c [] []
/src/libvpx/vp9/encoder/vp9_noise_estimate.c [] []
/src/libvpx/vp9/encoder/vp9_quantize.c [] []
/src/libvpx/vpx_dsp/x86/fwd_dct32x32_impl_sse2.h [] []
/src/libvpx/vp9/common/vp9_mvref_common.c [] []
/src/libvpx/vp8/encoder/pickinter.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse4.c [] []
/src/libvpx/vpx_dsp/./prob.h [] []
/src/libvpx/vp9/common/vp9_loopfilter.c [] []
/src/libvpx/vp8/common/x86/idct_blk_mmx.c [] []
/src/libvpx/vp9/encoder/vp9_temporal_filter.c [] []
/src/libvpx/vp8/common/quant_common.c [] []
/src/libvpx/vpx/vp8cx.h [] []
/src/libvpx/vpx_dsp/psnr.c [] []
/src/libvpx/vp8/common/entropymode.c [] []
/src/libvpx/vpx_dsp/skin_detection.c [] []
/src/libvpx/vp8/encoder/modecosts.c [] []
/src/libvpx/third_party/nalloc/nalloc.h ['vpx_dec_fuzzer_vp8', 'vpx_enc_fuzzer_vp8_nalloc', 'vpx_dec_fuzzer_vp9_nalloc', 'vpx_enc_fuzzer_vp9'] ['vpx_dec_fuzzer_vp8', 'vpx_enc_fuzzer_vp8_nalloc', 'vpx_dec_fuzzer_vp9_nalloc', 'vpx_enc_fuzzer_vp9']
/src/libvpx/vpx_dsp/x86/quantize_sse2.h [] []
/src/libvpx/vpx_dsp/deblock.c [] []
/src/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_sse2.c [] []
/src/libvpx/vp8/encoder/firstpass.c [] []
/src/libvpx/vpx_dsp/x86/avg_pred_sse2.c [] []
/src/libvpx/vp8/common/threading.h [] []
/src/libvpx/vp9/encoder/vp9_encodeframe.c [] []
/src/libvpx/vpx_scale/vpx_scale_rtcd.c [] []
/src/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c [] []
/src/libvpx/vpx_dsp/x86/fwd_txfm_sse2.h [] []
/src/libvpx/vp9/encoder/vp9_tpl_model.c [] []
/src/libvpx/vpx_dsp/x86/quantize_sse2.c [] []
/src/libvpx/vp9/decoder/vp9_job_queue.c [] []
/src/libvpx/vpx_ports/x86.h ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9'] ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9']
/src/libvpx/vp8/encoder/onyx_if.c [] []
/src/libvpx/vpx_dsp/bitreader.c [] []
/src/libvpx/vp9/encoder/x86/highbd_temporal_filter_avx2.c [] []
/src/libvpx/vp9/encoder/vp9_encodemb.c [] []
/src/libvpx/vp9/encoder/vp9_treewriter.c [] []
/src/libvpx/vpx/./vp8.h ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc'] []
/src/libvpx/vp8/common/setupintrarecon.c [] []
/src/libvpx/vpx_dsp/x86/post_proc_sse2.c [] []
/src/libvpx/vp8/common/findnearmv.c [] []
/src/libvpx/vp8/common/treecoder.c [] []
/src/libvpx/vp8/encoder/mcomp.c [] []
/src/libvpx/vp9/common/vp9_entropymv.c [] []
/work/build/././vp8_rtcd.h [] []
/src/libvpx/vp9/encoder/vp9_rd.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse4.c [] []
/src/libvpx/vp9/encoder/vp9_resize.c [] []
/src/libvpx/vp9/common/vp9_entropymv.h [] []
/src/libvpx/vp9/encoder/vp9_extend.c [] []
/src/libvpx/examples/vpx_enc_fuzzer.cc ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9'] ['vpx_enc_fuzzer_vp8_nalloc', 'vpx_enc_fuzzer_vp9']
/src/libvpx/vpx_dsp/x86/highbd_loopfilter_sse2.c [] []
/src/libvpx/vp9/common/vp9_scale.h [] []
/src/libvpx/vp9/encoder/vp9_firstpass.c [] []
/src/libvpx/vpx_ports/mem_ops.h ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9_nalloc']
/src/libvpx/vpx_dsp/x86/highbd_convolve_avx2.c [] []
/src/libvpx/vp9/vp9_iface_common.h [] []
/src/libvpx/vp9/encoder/vp9_speed_features.c [] []
/src/libvpx/vpx_dsp/x86/quantize_ssse3.c [] []
/src/libvpx/vp9/encoder/vp9_ext_ratectrl.c [] []
/src/libvpx/vp9/encoder/vp9_segmentation.c [] []
/src/libvpx/vp9/encoder/vp9_tokenize.h [] []
/src/libvpx/vp9/encoder/vp9_mbgraph.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse2.c [] []
/src/libvpx/vp8/common/invtrans.h [] []
/src/libvpx/vp9/encoder/vp9_bitstream.h [] []
/src/libvpx/vp9/decoder/vp9_dsubexp.c [] []
/src/libvpx/vp9/common/vp9_reconinter.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse2.c [] []
/src/libvpx/vp8/encoder/temporal_filter.c [] []
/src/libvpx/vp9/common/vp9_thread_common.c [] []
/src/libvpx/vp8/decoder/dboolhuff.h [] []
/src/libvpx/vp9/common/vp9_seg_common.h [] []
/src/libvpx/vp9/encoder/x86/temporal_filter_sse4.c [] []
/src/libvpx/vp9/common/vp9_pred_common.c [] []
/src/libvpx/vp8/encoder/rdopt.h [] []
/work/build/././vp9_rtcd.h [] []

Directories in report

Directory
/src/libvpx/vp8/common/x86/
/src/libvpx/third_party/nalloc/
/src/libvpx/vp9/encoder/x86/
/src/libvpx/vp8/encoder/x86/
/src/libvpx/vp8/common/generic/
/src/libvpx/vp8/
/src/libvpx/vpx_dsp/./
/src/libvpx/vpx/src/
/src/libvpx/vpx_mem/
/src/libvpx/vp9/decoder/
/src/libvpx/vpx/./
/src/libvpx/vp9/common/
/src/libvpx/vp9/
/src/libvpx/vpx_util/
/src/libvpx/vp8/encoder/
/src/libvpx/vpx_ports/
/src/libvpx/vp9/common/x86/
/src/libvpx/vp9/encoder/
/src/libvpx/vpx/
/src/libvpx/vp8/decoder/
/src/libvpx/vpx_scale/
/src/libvpx/vpx_scale/generic/
/work/build/././
/src/libvpx/vpx_dsp/x86/
/src/libvpx/examples/
/src/libvpx/vp8/common/
/src/libvpx/vpx_dsp/