Project: libaom
Language | c++ |
OSS-Fuzz project | link |
Project repository | link |
Build status: Fuzzers | succeeding: Build log |
Build status: Code coverage | succeeding: Build log |
Build status: Fuzz Introspector | succeeding: Build log |
Fuzzer count | 1 |
Lines of code | 81285 |
Lines covered | 50128 |
Code coverage | 61.67% |
Code coverage report | Report link |
Static reachability | 0.31% |
Fuzz Introspector report | Report link (from 2024-11-19) |
Historical progression
Functions of interest to fuzz
This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.
This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.
Function name | Function source file | Accumulated cyclomatic complexity | Code coverage |
decoder_inspect | /src/aom/av1/av1_dx_iface.c | 4106 | 0.0% |
decode_tiles_mt | /src/aom/av1/decoder/decodeframe.c | 504 | 0.0% |
av1_realloc_and_scale_if_required | /src/aom/av1/common/resize.c | 455 | 0.0% |
av1_resize_and_extend_frame_nonnormative | /src/aom/av1/common/resize.c | 398 | 0.0% |
tile_worker_hook | /src/aom/av1/decoder/decodeframe.c | 288 | 0.0% |
av1_filter_block_plane_vert_opt_chroma | /src/aom/av1/common/av1_loopfilter.c | 286 | 0.0% |
av1_dr_prediction_z3_sse4_1 | /src/aom/aom_dsp/x86/intrapred_sse4.c | 265 | 0.0% |
av1_filter_block_plane_horz_opt_chroma | /src/aom/av1/common/av1_loopfilter.c | 252 | 0.0% |
av1_highbd_inv_txfm_add_c | /src/aom/av1/common/idct.c | 225 | 0.0% |
av1_filter_block_plane_vert_opt | /src/aom/av1/common/av1_loopfilter.c | 217 | 0.0% |