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 2 16.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 83.3%
All colors 12 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
400 458 10 :

['vp8_multiframe_quality_enhance', 'vpx_internal_error', 'vpx_plane_add_noise_sse2', 'vp8_deblock', 'vpx_clear_system_state', 'vp8_yv12_alloc_frame_buffer', 'vp8_de_mblock', 'vpx_setup_noise', 'vp8_yv12_copy_frame_c', 'vpx_calloc']

400 458 vp8_post_proc_frame call site: 00000 /src/libvpx/vp8/common/postproc.c:159
0 0 None 28 35 check_fragments_for_errors call site: 00000 /src/libvpx/vp8/decoder/onyxd_if.c:271
0 0 None 10 126 vp8_decoder_create_threads call site: 00000 /src/libvpx/vp8/decoder/threading.c:626
0 0 None 8 1077 vp8_decode call site: 00000 /src/libvpx/vp8/vp8_dx_iface.c:365
0 0 None 8 17 vp8_decoder_create_threads call site: 00000 /src/libvpx/vp8/decoder/threading.c:639
0 0 None 4 1073 vp8_decode call site: 00000 /src/libvpx/vp8/vp8_dx_iface.c:407
0 0 None 4 1066 vp8_decode call site: 00000 /src/libvpx/vp8/vp8_dx_iface.c:413
0 0 None 4 969 vp8_decode call site: 00000 /src/libvpx/vp8/vp8_dx_iface.c:425
0 0 None 0 2747 vp8_decode_frame call site: 00000 /src/libvpx/vp8/decoder/decodeframe.c:915
0 0 None 0 2692 vp8_decode_frame call site: 00000 /src/libvpx/vp8/decoder/decodeframe.c:978
0 0 None 0 288 vp8_get_frame call site: 00000 /src/libvpx/vp8/vp8_dx_iface.c:535
0 0 None 0 55 setup_token_decoder call site: 00000 /src/libvpx/vp8/decoder/decodeframe.c:777

Runtime coverage analysis

Covered functions
185
Functions that are reachable but not covered
0
Reachable functions
12
Percentage of reachable functions covered
100.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/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

Fuzzer: vpx_dec_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 2 16.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 83.3%
All colors 12 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
176 176 1 :

['decode_tiles_row_wise_mt']

176 269 vp9_decode_frame call site: 00000 /src/libvpx/vp9/decoder/vp9_decodeframe.c:3024
123 146 6 :

['vp9_dec_free_row_mt_mem', 'pthread_mutex_init', 'vp9_jobq_alloc', 'mi_cols_aligned_to_sb', 'vp9_dec_alloc_row_mt_mem', 'vpx_calloc']

123 168 read_uncompressed_header call site: 00000 /src/libvpx/vp9/decoder/vp9_decodeframe.c:2828
34 34 3 :

['vp9_dec_free_row_mt_mem', 'vp9_jobq_deinit', 'pthread_mutex_destroy']

34 69 vp9_decoder_remove call site: 00000 /src/libvpx/vp9/decoder/vp9_decoder.c:239
0 64 3 :

['iadst8_sse2', 'vpx_idct8_sse2', 'round_shift_8x8']

0 70 vp9_highbd_iht8x8_64_add_sse4_1 call site: 00000 /src/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:194
0 58 4 :

['idct32_34_8x32_ssse3', 'highbd_load_pack_transpose_32bit_8x8.2676', 'transpose_16bit_8x8.2677', 'highbd_write_buffer_8.2678']

0 58 vpx_highbd_idct32x32_34_add_sse4_1 call site: 00000 /src/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse4.c:725
0 38 2 :

['idct4_sse2', 'iadst4_sse2']

0 44 vp9_highbd_iht4x4_16_add_sse4_1 call site: 00000 /src/libvpx/vp9/common/x86/vp9_highbd_iht4x4_add_sse4.c:96
0 28 2 :

['vpx_idct8_sse2', 'round_shift_8x8.2441']

0 28 vpx_highbd_idct8x8_64_add_sse4_1 call site: 00000 /src/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse4.c:109
0 20 1 :

['idct4_sse2']

0 20 vpx_highbd_idct4x4_16_add_sse4_1 call site: 00000 /src/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse4.c:28
0 7 1 :

['vpx_internal_error']

0 15 setup_tile_info call site: 00000 /src/libvpx/vp9/decoder/vp9_decodeframe.c:1640
0 2 1 :

['set_error_detail']

0 9 init_decoder call site: 00000 /src/libvpx/vp9/vp9_dx_iface.c:267
0 0 None 84 1252 decode_tiles call site: 00000 /src/libvpx/vp9/decoder/vp9_decodeframe.c:2095
0 0 None 12 19 reset call site: 00000 /src/libvpx/vpx_util/vpx_thread.c:143

Runtime coverage analysis

Covered functions
769
Functions that are reachable but not covered
0
Reachable functions
12
Percentage of reachable functions covered
100.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/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

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
decoder_decode /src/libvpx/vp9/vp9_dx_iface.c 4 ['N/A', 'N/A', 'int', 'N/A'] 15 0 268 49 20 395 0 2328 2328
vp8_decode /src/libvpx/vp8/vp8_dx_iface.c 4 ['N/A', 'N/A', 'int', 'N/A'] 9 0 641 111 41 172 0 1085 1003
row_decode_worker_hook /src/libvpx/vp9/decoder/vp9_decodeframe.c 2 ['N/A', 'N/A'] 12 0 374 51 21 291 0 1582 340
vpx_highbd_convolve8_avg_avx2 /src/libvpx/vpx_dsp/x86/highbd_convolve_avx2.c 12 ['N/A', 'size_t', 'N/A', 'size_t', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int', 'int'] 6 0 129 20 7 70 0 231 224
vp8_get_frame /src/libvpx/vp8/vp8_dx_iface.c 2 ['N/A', 'N/A'] 7 0 82 14 6 51 0 294 215
vpx_convolve8_avx2 /src/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c 11 ['N/A', 'size_t', 'N/A', 'size_t', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int'] 4 0 142 20 4 33 0 133 125
vpx_highbd_convolve8_sse2 /src/libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c 12 ['N/A', 'size_t', 'N/A', 'size_t', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int', 'int'] 5 0 129 20 7 34 0 138 109
vpx_convolve8_sse2 /src/libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c 11 ['N/A', 'size_t', 'N/A', 'size_t', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int'] 3 0 142 20 4 27 0 98 88
vpx_scaled_2d_ssse3 /src/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c 11 ['N/A', 'size_t', 'N/A', 'size_t', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int'] 5 0 121 25 7 29 0 89 81
vpx_convolve8_ssse3 /src/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c 11 ['N/A', 'size_t', 'N/A', 'size_t', 'N/A', 'int', 'int', 'int', 'int', 'int', 'int'] 3 0 142 20 4 24 0 97 77

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

Functions statically reachable by fuzzers
49.0%
741 / 1505
Cyclomatic complexity statically reachable by fuzzers
59.0%
4477 / 7525

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

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/decoder/dboolhuff.c [] []
/src/libvpx/vp8/common/reconintra4x4.h [] []
/src/libvpx/vpx_dsp/inv_txfm.c [] []
/src/libvpx/vpx_dsp/prob.c [] []
/src/libvpx/vp9/common/vp9_entropymode.c [] []
/src/libvpx/vp9/vp9_dx_iface.c ['vpx_dec_fuzzer_vp9'] ['vpx_dec_fuzzer_vp9']
/src/libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c [] []
/src/libvpx/vpx_mem/vpx_mem.h [] []
/src/libvpx/vp8/common/extend.c [] []
/src/libvpx/vp8/decoder/decodeframe.c [] []
/src/libvpx/vp9/decoder/vp9_decodemv.c [] []
/work/build/././vp8_rtcd.h [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_sse2.c [] []
/src/libvpx/vp9/decoder/vp9_decoder.h [] []
/src/libvpx/vpx_scale/generic/yv12config.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse2.c [] []
/src/libvpx/vp8/common/setupintrarecon.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse4.c [] []
/src/libvpx/vpx_dsp/x86/highbd_loopfilter_sse2.c [] []
/src/libvpx/vp9/vp9_iface_common.c [] []
/src/libvpx/vp8/common/vp8_loopfilter.c [] []
/src/libvpx/vp8/common/x86/loopfilter_x86.c [] []
/src/libvpx/vp9/decoder/vp9_decoder.c [] []
/src/libvpx/vpx/src/vpx_decoder.c ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9']
/src/libvpx/vp9/common/vp9_scale.h [] []
/src/libvpx/vp8/common/quant_common.c [] []
/src/libvpx/vp9/common/vp9_quant_common.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse4.c [] []
/src/libvpx/vpx_dsp/vpx_dsp_common.h [] []
/src/libvpx/vpx_ports/bitops.h [] []
/src/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c [] []
/src/libvpx/vp9/common/vp9_mv.h [] []
/src/libvpx/vp9/common/vp9_reconinter.h [] []
/src/libvpx/vpx_dsp/x86/convolve_ssse3.h [] []
/src/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c [] []
/src/libvpx/vp8/common/mfqe.c [] []
/src/libvpx/vp9/common/x86/vp9_highbd_iht4x4_add_sse4.c [] []
/src/libvpx/vp9/decoder/vp9_dsubexp.c [] []
/src/libvpx/vpx_dsp/add_noise.c [] []
/src/libvpx/vp9/common/vp9_thread_common.c [] []
/src/libvpx/vp9/common/vp9_entropy.c [] []
/src/libvpx/vpx_ports/vpx_once.h [] []
/src/libvpx/vp8/common/entropymode.c [] []
/src/libvpx/vpx_scale/generic/yv12extend.c [] []
/src/libvpx/vp8/common/x86/bilinear_filter_sse2.c [] []
/src/libvpx/vpx_util/endian_inl.h [] []
/src/libvpx/vp9/common/vp9_idct.c [] []
/src/libvpx/vpx_dsp/x86/post_proc_sse2.c [] []
/src/libvpx/vp8/common/x86/vp8_asm_stubs.c [] []
/src/libvpx/vpx_dsp/x86/highbd_convolve_avx2.c [] []
/src/libvpx/vpx_dsp/x86/loopfilter_avx2.c [] []
/src/libvpx/vpx_util/vpx_atomics.h [] []
/work/build/././vp9_rtcd.h [] []
/src/libvpx/vp9/common/vp9_seg_common.c [] []
/src/libvpx/vp9/common/vp9_scan.h [] []
/src/libvpx/examples/vpx_dec_fuzzer.cc ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9']
/src/libvpx/vp8/vp8_dx_iface.c ['vpx_dec_fuzzer_vp8'] ['vpx_dec_fuzzer_vp8']
/src/libvpx/vpx_ports/mem_ops.h ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9']
/src/libvpx/vp9/common/vp9_entropymv.h [] []
/src/libvpx/vp8/common/idctllm.c [] []
/src/libvpx/vp9/common/vp9_pred_common.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse4.c [] []
/src/libvpx/vpx_dsp/x86/convolve_avx2.h [] []
/src/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse2.c [] []
/src/libvpx/vp9/decoder/vp9_decodeframe.c [] []
/src/libvpx/vp8/common/reconinter.c [] []
/src/libvpx/vpx_dsp/vpx_convolve.c [] []
/src/libvpx/vp8/common/mbpitch.c [] []
/src/libvpx/vpx_dsp/x86/avg_pred_avx2.c [] []
/src/libvpx/vp9/common/vp9_reconintra.c [] []
/src/libvpx/vpx_dsp/x86/convolve_sse2.h [] []
/src/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c [] []
/src/libvpx/vp8/decoder/detokenize.c [] []
/src/libvpx/vp8/common/reconintra4x4.c [] []
/src/libvpx/vp8/decoder/threading.c [] []
/src/libvpx/vpx/vp8dx.h ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9']
/src/libvpx/vp9/vp9_iface_common.h [] []
/src/libvpx/vp9/decoder/vp9_detokenize.c [] []
/src/libvpx/vpx_scale/vpx_scale_rtcd.c [] []
/src/libvpx/vpx_dsp/vpx_dsp_rtcd.c [] []
/src/libvpx/vp9/common/vp9_blockd.c [] []
/src/libvpx/vpx/src/vpx_codec.c ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9'] ['vpx_dec_fuzzer_vp8', 'vpx_dec_fuzzer_vp9']
/src/libvpx/vp8/common/generic/systemdependent.c [] []
/src/libvpx/vp9/common/vp9_onyxc_int.h [] []
/src/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse2.c [] []
/src/libvpx/vp8/common/entropy.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse2.c [] []
/src/libvpx/vpx_dsp/bitreader.c [] []
/src/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_sse2.h [] []
/src/libvpx/vp8/decoder/treereader.h [] []
/src/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c [] []
/src/libvpx/vpx_dsp/x86/transpose_sse2.h [] []
/src/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h [] []
/src/libvpx/vp8/common/reconintra.c [] []
/src/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse4.c [] []
/src/libvpx/vp9/common/vp9_rtcd.c [] []
/src/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_sse2.c [] []
/src/libvpx/vpx_util/vpx_thread.c [] []
/src/libvpx/vp9/common/vp9_common.h [] []
/src/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse2.h [] []
/src/libvpx/vpx_dsp/bitreader_buffer.c [] []
/src/libvpx/vp8/common/alloccommon.c [] []
/src/libvpx/vp8/common/x86/idct_blk_sse2.c [] []
/src/libvpx/vpx_dsp/x86/avg_pred_sse2.c [] []
/src/libvpx/vp8/decoder/onyxd_if.c [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h [] []
/src/libvpx/vpx_dsp/x86/mem_sse2.h [] []
/src/libvpx/vp9/common/vp9_entropymv.c [] []
/src/libvpx/vpx_ports/x86.h [] []
/src/libvpx/vpx_dsp/x86/variance_avx2.c [] []
/src/libvpx/vpx_dsp/bitreader.h [] []
/src/libvpx/vp8/common/setupintrarecon.h [] []
/src/libvpx/vp9/common/vp9_seg_common.h [] []
/src/libvpx/vp9/common/vp9_loopfilter.c [] []
/src/libvpx/vp9/common/vp9_alloccommon.c [] []
/src/libvpx/vpx_dsp/inv_txfm.h [] []
/src/libvpx/vp9/common/vp9_loopfilter.h [] []
/src/libvpx/vp9/common/vp9_entropy.h [] []
/src/libvpx/vp8/common/x86/idct_blk_mmx.c [] []
/src/libvpx/vpx_dsp/deblock.c [] []
/src/libvpx/vp9/common/vp9_frame_buffers.c [] []
/src/libvpx/vpx_dsp/x86/loopfilter_sse2.c [] []
/src/libvpx/vp9/common/vp9_scale.c [] []
/src/libvpx/vpx_dsp/intrapred.c [] []
/src/libvpx/vp9/common/vp9_mvref_common.h [] []
/src/libvpx/vp8/common/threading.h [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c [] []
/src/libvpx/vpx_dsp/x86/inv_txfm_avx2.c [] []
/src/libvpx/vpx_dsp/x86/variance_sse2.c [] []
/src/libvpx/vp9/common/vp9_tile_common.c [] []
/src/libvpx/vp8/common/postproc.c [] []
/src/libvpx/vpx_mem/vpx_mem.c [] []
/src/libvpx/vp8/common/filter.c [] []
/src/libvpx/vpx_dsp/prob.h [] []
/src/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c [] []
/src/libvpx/vp8/decoder/decodemv.c [] []
/src/libvpx/vp8/common/findnearmv.c [] []
/src/libvpx/vp9/common/vp9_pred_common.h [] []
/src/libvpx/vp8/decoder/dboolhuff.h [] []
/src/libvpx/vp8/common/findnearmv.h [] []
/src/libvpx/vp9/decoder/vp9_job_queue.c [] []
/src/libvpx/vp9/common/vp9_reconinter.c [] []
/src/libvpx/vp9/common/vp9_blockd.h [] []
/src/libvpx/vp8/common/rtcd.c [] []

Directories in report

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