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
tools/cjxl_fuzzer.cc tools/cjxl_fuzzer.cc 11 11268 7 7 7 5 cjxl_fuzzer.cc
tools/icc_codec_fuzzer.cc tools/icc_codec_fuzzer.cc 11 11268 7 7 7 5 icc_codec_fuzzer.cc
tools/rans_fuzzer.cc tools/rans_fuzzer.cc 11 11268 7 7 7 5 rans_fuzzer.cc
tools/transforms_fuzzer.cc tools/transforms_fuzzer.cc 11 11268 7 7 7 5 transforms_fuzzer.cc
third_party/libjpeg-turbo/fuzz/compress.cc third_party/libjpeg-turbo/fuzz/compress.cc 94 11204 27 209 322 410 compress.cc
tools/djxl_fuzzer.cc tools/djxl_fuzzer.cc 11 11268 7 7 7 5 djxl_fuzzer.cc
third_party/skcms/fuzz/fuzz_iccprofile_info.c third_party/skcms/fuzz/fuzz_iccprofile_info.c 51 11234 10 4 177 188 fuzz_iccprofile_info.c
third_party/libjpeg-turbo/fuzz/decompress_yuv.cc third_party/libjpeg-turbo/fuzz/decompress_yuv.cc 110 11177 19 44 464 608 decompress_yuv.cc
tools/color_encoding_fuzzer.cc tools/color_encoding_fuzzer.cc 11 11268 7 7 7 5 color_encoding_fuzzer.cc
third_party/libjpeg-turbo/fuzz/decompress.cc third_party/libjpeg-turbo/fuzz/decompress.cc 97 11190 18 31 394 482 decompress.cc
third_party/skcms/fuzz/fuzz_iccprofile_atf.c third_party/skcms/fuzz/fuzz_iccprofile_atf.c 60 11226 10 4 209 233 fuzz_iccprofile_atf.c
third_party/libjpeg-turbo/fuzz/compress_yuv.cc third_party/libjpeg-turbo/fuzz/compress_yuv.cc 103 11195 28 214 376 522 compress_yuv.cc
third_party/libjpeg-turbo/fuzz/cjpeg.cc third_party/libjpeg-turbo/fuzz/cjpeg.cc 10 11273 1 1 4 6 cjpeg.cc
tools/streaming_fuzzer.cc tools/streaming_fuzzer.cc 11 11268 7 7 7 5 streaming_fuzzer.cc
third_party/brotli/c/fuzz/decode_fuzzer.c third_party/brotli/c/fuzz/decode_fuzzer.c 94 11205 8 8 283 326 decode_fuzzer.c
tools/decode_basic_info_fuzzer.cc tools/decode_basic_info_fuzzer.cc 11 11268 7 7 7 5 decode_basic_info_fuzzer.cc
tools/jpegli_dec_fuzzer.cc tools/jpegli_dec_fuzzer.cc 11 11268 7 7 7 5 jpegli_dec_fuzzer.cc
tools/set_from_bytes_fuzzer.cc tools/set_from_bytes_fuzzer.cc 11 11268 7 7 7 5 set_from_bytes_fuzzer.cc
third_party/libjpeg-turbo/fuzz/transform.cc third_party/libjpeg-turbo/fuzz/transform.cc 103 11180 27 213 491 652 transform.cc
tools/fields_fuzzer.cc tools/fields_fuzzer.cc 11 11268 7 6 7 5 fields_fuzzer.cc
third_party/skcms/fuzz/fuzz_iccprofile_transform.c third_party/skcms/fuzz/fuzz_iccprofile_transform.c 81 11211 10 4 346 395 fuzz_iccprofile_transform.c

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: tools/cjxl_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/icc_codec_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/rans_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/transforms_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/libjpeg-turbo/fuzz/compress.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/djxl_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/skcms/fuzz/fuzz_iccprofile_info.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/libjpeg-turbo/fuzz/decompress_yuv.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/color_encoding_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/libjpeg-turbo/fuzz/decompress.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/skcms/fuzz/fuzz_iccprofile_atf.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/libjpeg-turbo/fuzz/compress_yuv.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/libjpeg-turbo/fuzz/cjpeg.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/streaming_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/brotli/c/fuzz/decode_fuzzer.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/decode_basic_info_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/jpegli_dec_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/set_from_bytes_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/libjpeg-turbo/fuzz/transform.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: tools/fields_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: third_party/skcms/fuzz/fuzz_iccprofile_transform.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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.

tools/cjxl_fuzzer.cc

Dictionary

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


tools/icc_codec_fuzzer.cc

Dictionary

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


tools/rans_fuzzer.cc

Dictionary

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


tools/transforms_fuzzer.cc

Dictionary

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


third_party/libjpeg-turbo/fuzz/compress.cc

Dictionary

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


tools/djxl_fuzzer.cc

Dictionary

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


third_party/skcms/fuzz/fuzz_iccprofile_info.c

Dictionary

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


third_party/libjpeg-turbo/fuzz/decompress_yuv.cc

Dictionary

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


tools/color_encoding_fuzzer.cc

Dictionary

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


third_party/libjpeg-turbo/fuzz/decompress.cc

Dictionary

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


third_party/skcms/fuzz/fuzz_iccprofile_atf.c

Dictionary

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


third_party/libjpeg-turbo/fuzz/compress_yuv.cc

Dictionary

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


third_party/libjpeg-turbo/fuzz/cjpeg.cc

Dictionary

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


tools/streaming_fuzzer.cc

Dictionary

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


third_party/brotli/c/fuzz/decode_fuzzer.c

Dictionary

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


tools/decode_basic_info_fuzzer.cc

Dictionary

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


tools/jpegli_dec_fuzzer.cc

Dictionary

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


tools/set_from_bytes_fuzzer.cc

Dictionary

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


third_party/libjpeg-turbo/fuzz/transform.cc

Dictionary

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


tools/fields_fuzzer.cc

Dictionary

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


third_party/skcms/fuzz/fuzz_iccprofile_transform.c

Dictionary

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


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/libjxl/tools/djxl_fuzzer_test.cc [] []
/src/libjxl/lib/extras/dec/pgx.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/image.h [] []
/src/libjxl/third_party/libjpeg-turbo/transupp.c ['third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/base/override.h [] []
/src/libjxl/lib/jxl/enc_gaborish_test.cc [] []
/src/libjxl/lib/extras/mmap.cc [] []
/src/libjxl/lib/jxl/enc_progressive_split.h [] []
/src/libjxl/lib/jxl/base/exif.h [] []
/src/libjxl/third_party/highway/hwy/contrib/dot/dot_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdatasrc-tj.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/benchmark/benchmark_xl.cc [] []
/src/libjxl/lib/jxl/coeff_order_test.cc [] []
/src/libjxl/lib/jxl/enc_modular.h [] []
/src/libjxl/third_party/libjpeg-turbo/jdhuff.h [] []
/src/libjxl/lib/jxl/cms/transfer_functions-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/aarch64/jsimd.c [] []
/src/libjxl/lib/jxl/enc_huffman_tree.h [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_i32a.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/algo/transform_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jfdctfst-altivec.c [] []
/src/libjxl/lib/jxl/modular/encoding/enc_ma.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jerror.h [] []
/src/libjxl/third_party/highway/hwy/tests/compress_test.cc [] []
/src/libjxl/lib/jxl/render_pipeline/stage_patches.cc [] []
/src/libjxl/lib/jxl/enc_patch_dictionary.h [] []
/src/libjxl/lib/jxl/base/rect.h [] []
/src/libjxl/lib/jxl/fake_parallel_runner_testonly.h [] []
/src/libjxl/lib/jxl/dec_context_map.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/cms/opsin_params.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/tjbench.c [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_f64a.cc [] []
/src/libjxl/third_party/libjpeg-turbo/wrjpgcom.c [] []
/src/libjxl/lib/jxl/icc_codec.h [] []
/src/libjxl/lib/extras/enc/jpegli.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/tuple_test.cc [] []
/src/libjxl/third_party/brotli/c/enc/compress_fragment_two_pass.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/jxl_from_tree.cc [] []
/src/libjxl/third_party/highway/hwy/stats.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_u16d.cc [] []
/src/libjxl/lib/jxl/jpeg/dec_jpeg_data.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/random/random_test.cc [] []
/src/libjxl/lib/threads/thread_parallel_runner_internal.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/fuzztest.h [] []
/src/libjxl/third_party/brotli/c/dec/bit_reader.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/brotli/c/fuzz/decode_fuzzer.c', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/base/c_callback_support.h [] []
/src/libjxl/lib/jxl/fast_math_test.cc [] []
/src/libjxl/lib/jxl/image_test_utils.h [] []
/src/libjxl/third_party/libjpeg-turbo/jccolor.c ['third_party/libjpeg-turbo/fuzz/compress_yuv.cc'] []
/src/libjxl/third_party/highway/hwy/examples/benchmark.cc [] []
/src/libjxl/lib/jxl/chroma_from_luma.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/dec/state.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jcsample-mmi.c [] []
/src/libjxl/lib/extras/codec_test.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/enc/memory.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/dct-inl.h [] []
/src/libjxl/third_party/brotli/c/common/platform.c [] []
/src/libjxl/lib/extras/metrics.cc [] []
/src/libjxl/lib/jxl/tf_gbench.cc [] []
/src/libjxl/lib/jxl/alpha.cc [] []
/src/libjxl/lib/jxl/render_pipeline/render_pipeline_test.cc [] []
/src/libjxl/third_party/highway/hwy/ops/wasm_128-inl.h [] []
/src/libjxl/lib/extras/jpegli_test.cc [] []
/src/libjxl/lib/jxl/jpeg/dec_jpeg_output_chunk.h [] []
/src/libjxl/lib/jxl/render_pipeline/stage_epf.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort.cc [] []
/src/libjxl/tools/tracking_memory_manager.h [] []
/src/libjxl/lib/jxl/cms/color_encoding_cms.h [] []
/src/libjxl/lib/jxl/modular/encoding/enc_ma.h [] []
/src/libjxl/lib/jxl/enc_modular_simd.cc [] []
/src/libjxl/lib/jxl/jpeg/dec_jpeg_serialization_state.h [] []
/src/libjxl/third_party/brotli/c/enc/backward_references_hq.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/comparison_viewer/split_image_view.cc [] []
/src/libjxl/third_party/highway/hwy/ops/x86_512-inl.h ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/third_party/brotli/c/enc/entropy_encode.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/rdppm.c [] []
/src/libjxl/lib/jxl/dec_patch_dictionary.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/base/bits.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/common.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/tone_mapping.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdsample.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/lib/jxl/toc.h [] []
/src/libjxl/tools/benchmark/benchmark_codec_jpeg.cc [] []
/src/libjxl/lib/jxl/enc_bit_writer.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/cjxl_main.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_cache.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/abort.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/algo/transform-inl.h [] []
/src/libjxl/third_party/highway/hwy/ops/inside-inl.h [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/result-inl.h [] []
/src/libjxl/lib/extras/dec/pgx_test.cc [] []
/src/libjxl/lib/jxl/modular/transform/transform.h [] []
/src/libjxl/lib/threads/thread_parallel_runner_internal.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jdct.h [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_f32d.cc [] []
/src/libjxl/lib/extras/exif.cc [] []
/src/libjxl/third_party/highway/hwy/tests/test_util_test.cc [] []
/src/libjxl/lib/jxl/render_pipeline/render_pipeline_stage.h [] []
/src/libjxl/third_party/libjpeg-turbo/wrbmp.c [] []
/src/libjxl/tools/no_memory_manager.cc [] []
/src/libjxl/lib/jxl/speed_tier_test.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/traits-inl.h [] []
/src/libjxl/third_party/highway/hwy/stats.h [] []
/src/libjxl/lib/jxl/modular/encoding/enc_encoding.cc [] []
/src/libjxl/third_party/highway/hwy/ops/set_macros-inl.h [] []
/src/libjxl/third_party/highway/hwy/contrib/bit_pack/bit_pack-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/jidctfst.c [] []
/src/libjxl/lib/jxl/enc_huffman_tree.cc [] []
/src/libjxl/third_party/brotli/research/read_dist.h [] []
/src/libjxl/lib/jxl/image_metadata.cc [] []
/src/libjxl/lib/jxl/quant_weights_test.cc [] []
/src/libjxl/lib/jxl/modular/modular_image.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/profiler.h [] []
/src/libjxl/lib/jxl/enc_ans_simd.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jcdctmgr.c [] []
/src/libjxl/third_party/highway/hwy/detect_targets.h [] []
/src/libjxl/lib/jxl/enc_splines.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/hdr/exr_to_pq.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/traits128-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/jdcol565.c [] []
/src/libjxl/third_party/brotli/c/enc/compress_fragment.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/dec_cache.cc [] []
/src/libjxl/third_party/brotli/python/_brotli.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/crypto_test.cc [] []
/src/libjxl/lib/jxl/dct_scales.h [] []
/src/libjxl/third_party/brotli/research/dictionary_generator.cc [] []
/src/libjxl/lib/jxl/jpeg/enc_jpeg_huffman_decode.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jfdctfst-neon.c [] []
/src/libjxl/lib/jxl/transpose-inl.h [] []
/src/libjxl/lib/jxl/enc_optimize.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jsimd.c [] []
/src/libjxl/third_party/highway/hwy/tests/reduction_test.cc [] []
/src/libjxl/lib/jxl/butteraugli/butteraugli.h [] []
/src/libjxl/lib/threads/thread_parallel_runner.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jdmrgext.c [] []
/src/libjxl/third_party/skcms/skcms.cc ['third_party/skcms/fuzz/fuzz_iccprofile_info.c', 'third_party/skcms/fuzz/fuzz_iccprofile_atf.c', 'third_party/skcms/fuzz/fuzz_iccprofile_transform.c'] []
/src/libjxl/lib/jxl/color_management_test.cc [] []
/src/libjxl/third_party/brotli/c/dec/state.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/brotli/c/fuzz/decode_fuzzer.c', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/field_encodings.h ['tools/cjxl_fuzzer.cc', 'tools/icc_codec_fuzzer.cc', 'tools/rans_fuzzer.cc', 'tools/transforms_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress.cc', 'tools/djxl_fuzzer.cc', 'tools/color_encoding_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'tools/streaming_fuzzer.cc', 'tools/decode_basic_info_fuzzer.cc', 'tools/jpegli_dec_fuzzer.cc', 'tools/set_from_bytes_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc', 'tools/fields_fuzzer.cc'] []
/src/libjxl/lib/jxl/toc.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/common.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/mul_test.cc [] []
/src/libjxl/third_party/highway/hwy/ops/arm_sve-inl.h ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/lib/jxl/render_pipeline/low_memory_render_pipeline.cc [] []
/src/libjxl/third_party/highway/hwy/tests/mask_combine_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/if_test.cc [] []
/src/libjxl/third_party/brotli/c/enc/prefix.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/xorshift128plus_test.cc [] []
/src/libjxl/tools/decode_basic_info_fuzzer.cc ['tools/decode_basic_info_fuzzer.cc'] []
/src/libjxl/third_party/highway/hwy/tests/mask_slide_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jdmrgext-altivec.c [] []
/src/libjxl/lib/jxl/enc_entropy_coder.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/test_utils.h [] []
/src/libjxl/third_party/brotli/c/dec/huffman.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/brotli/c/fuzz/decode_fuzzer.c', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/jpeg/enc_jpeg_data_reader.cc [] []
/src/libjxl/lib/jpegli/encode_finish.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/fields.h ['tools/cjxl_fuzzer.cc', 'tools/icc_codec_fuzzer.cc', 'tools/rans_fuzzer.cc', 'tools/transforms_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress.cc', 'tools/djxl_fuzzer.cc', 'tools/color_encoding_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'tools/streaming_fuzzer.cc', 'tools/decode_basic_info_fuzzer.cc', 'tools/jpegli_dec_fuzzer.cc', 'tools/set_from_bytes_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc', 'tools/fields_fuzzer.cc'] []
/src/libjxl/third_party/brotli/c/enc/hash_to_binary_tree_inc.h [] []
/src/libjxl/lib/jxl/enc_image_bundle.cc [] []
/src/libjxl/lib/jxl/render_pipeline/stage_write.cc [] []
/src/libjxl/third_party/highway/hwy/tests/test_util-inl.h [] []
/src/libjxl/lib/jpegli/output_suspension_test.cc [] []
/src/libjxl/third_party/highway/hwy/ops/generic_ops-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/jcmainct.c [] []
/src/libjxl/third_party/skcms/tests.c [] []
/src/libjxl/third_party/libjpeg-turbo/jdapistd.c [] []
/src/libjxl/lib/jxl/enc_huffman.cc [] []
/src/libjxl/tools/comparison_viewer/settings.h [] []
/src/libjxl/third_party/highway/hwy/ops/rvv-inl.h ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/tools/flicker_test/parameters.cc [] []
/src/libjxl/lib/extras/dec/color_hints.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jfdctint-mmi.c [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_i64a.cc [] []
/src/libjxl/third_party/brotli/c/enc/metablock.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/encode.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_i16a.cc [] []
/src/libjxl/third_party/libjpeg-turbo/turbojpeg-jni.c [] []
/src/libjxl/third_party/highway/hwy/tests/blockwise_shift_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jidctint-altivec.c [] []
/src/libjxl/tools/tracking_memory_manager.cc [] []
/src/libjxl/lib/jxl/convolve_test.cc [] []
/src/libjxl/lib/jxl/dec_bit_reader.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jdsample-mmi.c [] []
/src/libjxl/third_party/skcms/fuzz/fuzz_iccprofile_transform.c ['third_party/skcms/fuzz/fuzz_iccprofile_transform.c'] []
/src/libjxl/lib/jxl/render_pipeline/stage_ycbcr.cc [] []
/src/libjxl/third_party/brotli/c/enc/hash_longest_match_quickly_inc.h [] []
/src/libjxl/third_party/highway/hwy/tests/bit_permute_test.cc [] []
/src/libjxl/tools/benchmark/benchmark_codec_png.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jdcolext-altivec.c [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/aarch64/jchuff-neon.c [] []
/src/libjxl/third_party/highway/hwy/contrib/thread_pool/topology.h [] []
/src/libjxl/lib/threads/resizable_parallel_runner.cc [] []
/src/libjxl/third_party/highway/hwy/timer.cc [] []
/src/libjxl/lib/jxl/modular/transform/enc_palette.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jchuff.c [] []
/src/libjxl/third_party/highway/hwy/contrib/matvec/matvec-inl.h [] []
/src/libjxl/lib/jxl/headers.h [] []
/src/libjxl/lib/jpegli/input_suspension_test.cc [] []
/src/libjxl/third_party/brotli/c/enc/block_splitter.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/benchmark/benchmark_codec.h [] []
/src/libjxl/lib/jpegli/input.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_i16d.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdpostct.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/lib/jxl/passes_test.cc [] []
/src/libjxl/lib/jxl/render_pipeline/simple_render_pipeline.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jcsample.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jidctfst-mmi.c [] []
/src/libjxl/third_party/highway/hwy/print.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/shared-inl.h [] []
/src/libjxl/tools/gauss_blur.h [] []
/src/libjxl/third_party/libjpeg-turbo/rdjpgcom.c [] []
/src/libjxl/lib/jxl/memory_manager_internal.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/djpeg.c [] []
/src/libjxl/lib/extras/codec_in_out.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/ans_common.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/rdtarga.c [] []
/src/libjxl/lib/jxl/image_ops.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_chroma_from_luma.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/enc/apng.cc [] []
/src/libjxl/third_party/libjpeg-turbo/strtest.c [] []
/src/libjxl/lib/jxl/enc_detect_dots.cc [] []
/src/libjxl/tools/wasm_demo/no_png.cc [] []
/src/libjxl/third_party/libjpeg-turbo/wrgif.c [] []
/src/libjxl/third_party/libjpeg-turbo/jutils.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc'] []
/src/libjxl/lib/jxl/lehmer_code.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/render_pipeline/stage_tone_mapping.cc [] []
/src/libjxl/third_party/skcms/src/Transform_inl.h [] []
/src/libjxl/third_party/brotli/c/enc/hash_composite_inc.h [] []
/src/libjxl/third_party/highway/hwy/per_target.cc [] []
/src/libjxl/lib/jxl/test_utils.cc [] []
/src/libjxl/third_party/highway/hwy/aligned_allocator_test.cc [] []
/src/libjxl/third_party/highway/hwy/targets_test.cc [] []
/src/libjxl/lib/extras/tone_mapping_gbench.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jidctfst-altivec.c [] []
/src/libjxl/tools/flicker_test/setup.h [] []
/src/libjxl/lib/jxl/dec_ans.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/include/jxl/resizable_parallel_runner_cxx.h [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/algo-inl.h [] []
/src/libjxl/third_party/dirent.h [] []
/src/libjxl/lib/jxl/enc_ans.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/research/sieve.cc [] []
/src/libjxl/third_party/highway/hwy/tests/slide_up_down_test.cc [] []
/src/libjxl/third_party/brotli/c/common/transform.c [] []
/src/libjxl/lib/jxl/enc_debug_image.h [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_i32d.cc [] []
/src/libjxl/third_party/brotli/research/brotli_decoder.c [] []
/src/libjxl/lib/jxl/cms/transfer_functions_test.cc [] []
/src/libjxl/lib/jxl/enc_modular.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/alpha_blend.cc [] []
/src/libjxl/third_party/highway/hwy/tests/demote_test.cc [] []
/src/libjxl/lib/jxl/enc_chroma_from_luma.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/sort_test.cc [] []
/src/libjxl/lib/extras/dec/color_hints.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_lz77.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/skcms/test_only.c [] []
/src/libjxl/third_party/libjpeg-turbo/jmemnobs.c [] []
/src/libjxl/lib/jxl/modular/transform/rct.cc [] []
/src/libjxl/lib/jxl/render_pipeline/stage_from_linear.cc [] []
/src/libjxl/lib/jxl/modular/transform/enc_rct.cc [] []
/src/libjxl/lib/jxl/quant_weights.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jdcolext-mmi.c [] []
/src/libjxl/third_party/highway/hwy/nanobenchmark.cc [] []
/src/libjxl/lib/jxl/modular/modular_image.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/icc_detect/icc_detect_win32.cc [] []
/src/libjxl/third_party/highway/hwy/tests/hwy_gtest.h [] []
/src/libjxl/lib/jxl/modular/options.h [] []
/src/libjxl/third_party/skcms/fuzz/fuzz_iccprofile_atf.c ['third_party/skcms/fuzz/fuzz_iccprofile_atf.c'] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jdmrgext-mmi.c [] []
/src/libjxl/third_party/highway/hwy/aligned_allocator.cc [] []
/src/libjxl/lib/jpegli/quant.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/float_test.cc [] []
/src/libjxl/lib/include/jxl/encode_cxx.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/comparison_viewer/image_loading.cc [] []
/src/libjxl/lib/jxl/jpeg/dec_jpeg_data_writer.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdcoefct.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jpegint.h [] []
/src/libjxl/lib/jxl/decode_to_jpeg.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_ans.h [] []
/src/libjxl/lib/jpegli/error.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_butteraugli_comparator.cc [] []
/src/libjxl/lib/jxl/jpeg/enc_jpeg_huffman_decode.cc [] []
/src/libjxl/lib/jpegli/testing.h [] []
/src/libjxl/third_party/libjpeg-turbo/jidctint.c [] []
/src/libjxl/third_party/brotli/c/enc/entropy_encode.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/timer.h [] []
/src/libjxl/lib/jxl/jxl_test.cc [] []
/src/libjxl/third_party/highway/hwy/ops/wasm_256-inl.h [] []
/src/libjxl/third_party/brotli/java/org/brotli/wrapper/enc/encoder_jni.cc [] []
/src/libjxl/lib/jxl/modular/transform/transform.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/thread_pool/thread_pool_test.cc [] []
/src/libjxl/lib/jxl/frame_dimensions.h [] []
/src/libjxl/lib/jxl/enc_debug_image.cc [] []
/src/libjxl/third_party/libjpeg-turbo/fuzz/decompress_yuv.cc ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/lib/jxl/xorshift128plus-inl.h [] []
/src/libjxl/third_party/highway/hwy/base.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/modular/transform/palette.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/sorting_networks-inl.h [] []
/src/libjxl/third_party/brotli/c/enc/hash.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/common/dictionary.c [] []
/src/libjxl/lib/jxl/render_pipeline/stage_blending.cc [] []
/src/libjxl/third_party/highway/hwy/ops/ppc_vsx-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jsimd_mmi.h [] []
/src/libjxl/lib/jpegli/encode_api_test.cc [] []
/src/libjxl/lib/jxl/icc_codec.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/bench_sort.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/thread_pool/futex.h [] []
/src/libjxl/third_party/highway/hwy/tests/resize_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jcarith.c [] []
/src/libjxl/third_party/brotli/research/draw_diff.cc [] []
/src/libjxl/third_party/libjpeg-turbo/turbojpeg.h [] []
/src/libjxl/lib/jpegli/decode.h [] []
/src/libjxl/third_party/libjpeg-turbo/jdcolor.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jdatasrc.c [] []
/src/libjxl/tools/hdr/image_utils.h [] []
/src/libjxl/examples/decode_oneshot.cc [] []
/src/libjxl/lib/jxl/splines_gbench.cc [] []
/src/libjxl/third_party/brotli/c/enc/fast_log.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jmorecfg.h [] []
/src/libjxl/lib/jxl/coeff_order_fwd.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/dec/color_description.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/include/jxl/thread_parallel_runner_cxx.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/enc/backward_references_inc.h [] []
/src/libjxl/third_party/highway/hwy/print.h [] []
/src/libjxl/lib/jxl/base/iaca.h [] []
/src/libjxl/tools/benchmark/benchmark_codec_avif.cc [] []
/src/libjxl/third_party/highway/hwy/examples/skeleton-inl.h [] []
/src/libjxl/lib/extras/time.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/examples/skeleton.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jcgray-mmi.c [] []
/src/libjxl/lib/include/jxl/decode_cxx.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/dec_noise.cc [] []
/src/libjxl/lib/jxl/enc_fields.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/test_utils.h [] []
/src/libjxl/third_party/highway/hwy/highway.h [] []
/src/libjxl/lib/jxl/epf.cc [] []
/src/libjxl/lib/jpegli/render.cc ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jcprepct.c [] []
/src/libjxl/third_party/libjpeg-turbo/jpeglib.h [] []
/src/libjxl/tools/color_encoding_fuzzer.cc ['tools/color_encoding_fuzzer.cc'] []
/src/libjxl/third_party/brotli/c/enc/literal_cost.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/frame_header.h ['tools/cjxl_fuzzer.cc', 'tools/icc_codec_fuzzer.cc', 'tools/rans_fuzzer.cc', 'tools/transforms_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress.cc', 'tools/djxl_fuzzer.cc', 'tools/color_encoding_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'tools/streaming_fuzzer.cc', 'tools/decode_basic_info_fuzzer.cc', 'tools/jpegli_dec_fuzzer.cc', 'tools/set_from_bytes_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc', 'tools/fields_fuzzer.cc'] []
/src/libjxl/lib/jxl/enc_convolve_separable5.cc [] []
/src/libjxl/plugins/gdk-pixbuf/pixbufloader-jxl.c [] []
/src/libjxl/lib/jpegli/adaptive_quantization.cc [] []
/src/libjxl/tools/jxlinfo.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jidctred-neon.c [] []
/src/libjxl/third_party/brotli/c/enc/entropy_encode_static.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_cluster.cc [] []
/src/libjxl/lib/jxl/cms/jxl_cms_internal.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jpegtran.c [] []
/src/libjxl/lib/jpegli/memory_manager.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/destination_manager.cc [] []
/src/libjxl/lib/jxl/enc_heuristics.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/order.h [] []
/src/libjxl/lib/extras/packed_image.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/test_image.h [] []
/src/libjxl/third_party/highway/hwy/nanobenchmark.h [] []
/src/libjxl/lib/jxl/base/status.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/robust_statistics.h [] []
/src/libjxl/third_party/brotli/c/dec/bit_reader.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/brotli/c/fuzz/decode_fuzzer.c', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/image_ops.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/flicker_test/split_view.h [] []
/src/libjxl/lib/jxl/roundtrip_test.cc [] []
/src/libjxl/lib/jxl/enc_photon_noise.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/memory_manager_internal.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/fuzz/decompress.cc ['third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/third_party/libjpeg-turbo/rdswitch.c [] []
/src/libjxl/lib/jxl/passes_state.cc [] []
/src/libjxl/tools/cmdline.cc [] []
/src/libjxl/lib/jxl/headers.cc [] []
/src/libjxl/lib/jxl/image.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_i64d.cc [] []
/src/libjxl/tools/rans_fuzzer.cc ['tools/rans_fuzzer.cc'] []
/src/libjxl/third_party/highway/hwy/tests/expand_test.cc [] []
/src/libjxl/lib/jxl/loop_filter.cc [] []
/src/libjxl/lib/jxl/testing.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jidctint-neon.c [] []
/src/libjxl/third_party/highway/hwy/contrib/algo/find-inl.h [] []
/src/libjxl/lib/jxl/dec_transforms_testonly.cc [] []
/src/libjxl/tools/transforms_fuzzer.cc ['tools/transforms_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/dup128_vec_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/combine_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/reverse_test.cc [] []
/src/libjxl/third_party/skcms/src/skcms_Transform.h [] []
/src/libjxl/lib/jxl/gradient_test.cc [] []
/src/libjxl/lib/threads/thread_parallel_runner_test.cc [] []
/src/libjxl/third_party/brotli/c/include/brotli/types.h [] []
/src/libjxl/lib/jxl/image_ops_test.cc [] []
/src/libjxl/tools/benchmark/benchmark_args.h [] []
/src/libjxl/third_party/libjpeg-turbo/jcphuff.c [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jcsample-neon.c [] []
/src/libjxl/lib/jpegli/decode.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jdhuff.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/lib/jpegli/decode_scan.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/tjutil.c [] []
/src/libjxl/third_party/libjpeg-turbo/jcparam.c [] []
/src/libjxl/lib/jpegli/streaming_test.cc [] []
/src/libjxl/lib/jxl/dct_block-inl.h [] []
/src/libjxl/third_party/brotli/c/enc/write_bits.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jdatadst.c [] []
/src/libjxl/lib/jxl/noise.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/common/shared_dictionary.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/brotli/c/fuzz/decode_fuzzer.c', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/dec/apng.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/benchmark/benchmark_codec_custom.cc [] []
/src/libjxl/tools/jxltran.cc [] []
/src/libjxl/lib/jpegli/test_utils.cc [] []
/src/libjxl/examples/decode_exif_metadata.cc [] []
/src/libjxl/third_party/libjpeg-turbo/cdjpeg.c [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/align.h [] []
/src/libjxl/lib/jpegli/dct-inl.h [] []
/src/libjxl/lib/jxl/enc_params.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/set_from_bytes_fuzzer.cc ['tools/set_from_bytes_fuzzer.cc'] []
/src/libjxl/lib/jxl/compressed_dc.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_adaptive_quantization.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/include/brotli/decode.h [] []
/src/libjxl/third_party/brotli/java/org/brotli/wrapper/common/common_jni.cc [] []
/src/libjxl/lib/jxl/coeff_order.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/cmdline.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jcinit.c [] []
/src/libjxl/third_party/highway/hwy/ops/x86_128-inl.h [] []
/src/libjxl/tools/comparison_viewer/settings.cc [] []
/src/libjxl/lib/jpegli/color_quantize.cc ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/lib/jxl/simd_util-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/jcapistd.c [] []
/src/libjxl/tools/icc_codec_fuzzer.cc ['tools/icc_codec_fuzzer.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jquant2.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/third_party/highway/hwy/detect_compiler_arch.h [] []
/src/libjxl/tools/comparison_viewer/split_image_renderer.h [] []
/src/libjxl/lib/jxl/padded_bytes.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/ac_context.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_comparator.h [] []
/src/libjxl/third_party/brotli/c/enc/histogram.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_frame.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/quantizer.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/render_pipeline/stage_upsampling.cc [] []
/src/libjxl/third_party/brotli/c/include/brotli/port.h [] []
/src/libjxl/lib/jxl/modular/encoding/dec_ma.cc [] []
/src/libjxl/third_party/brotli/c/fuzz/decode_fuzzer.c ['third_party/brotli/c/fuzz/decode_fuzzer.c'] []
/src/libjxl/third_party/highway/hwy/tests/count_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jccolext.c [] []
/src/libjxl/third_party/brotli/c/enc/encoder_dict.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jsimd_altivec.h [] []
/src/libjxl/third_party/libjpeg-turbo/jdmainct.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/lib/jxl/modular/encoding/context_predict.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jaricom.c [] []
/src/libjxl/tools/fuzzer_stub.cc [] []
/src/libjxl/third_party/highway/hwy/tests/test_util.cc [] []
/src/libjxl/lib/jxl/base/matrix_ops.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/masked_minmax_test.cc [] []
/src/libjxl/third_party/highway/hwy/ops/shared-inl.h [] []
/src/libjxl/lib/jxl/enc_group.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jfdctfst-mmi.c [] []
/src/libjxl/lib/jxl/render_pipeline/stage_gaborish.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/matvec/matvec_test.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/bench_parallel.cc [] []
/src/libjxl/lib/jxl/ans_common.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jcmaster.c ['third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/modular/encoding/encoding.h [] []
/src/libjxl/lib/jxl/convolve_symmetric5.cc [] []
/src/libjxl/lib/jxl/render_pipeline/render_pipeline.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_u64d.cc [] []
/src/libjxl/third_party/brotli/c/enc/quality.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/jpegli_dec_fuzzer_corpus.cc [] []
/src/libjxl/lib/jxl/cms/tone_mapping_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jidctred.c [] []
/src/libjxl/third_party/libjpeg-turbo/jdcolext.c [] []
/src/libjxl/third_party/libjpeg-turbo/md5/md5.c [] []
/src/libjxl/tools/benchmark/benchmark_args.cc [] []
/src/libjxl/lib/extras/dec/pnm.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_u16a.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jdsample-neon.c [] []
/src/libjxl/lib/jxl/entropy_coder_test.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/mask_test.cc [] []
/src/libjxl/lib/jxl/data_parallel_test.cc [] []
/src/libjxl/tools/benchmark/benchmark_codec.cc [] []
/src/libjxl/lib/jpegli/bit_writer.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/thread_pool/topology_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/rdcolmap.c [] []
/src/libjxl/tools/wasm_demo/jxl_decoder.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort.h [] []
/src/libjxl/tools/gauss_blur.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jcphuff-neon.c [] []
/src/libjxl/third_party/brotli/c/common/platform.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/brotli/c/fuzz/decode_fuzzer.c', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jfdctint.c [] []
/src/libjxl/lib/extras/packed_image.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/sums_abs_diff_test.cc [] []
/src/libjxl/tools/comparison_viewer/codec_comparison_window.cc [] []
/src/libjxl/lib/jxl/base/compiler_specific.h [] []
/src/libjxl/lib/jxl/dec_group_border.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/plugins/gimp/common.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jquanti-altivec.c [] []
/src/libjxl/lib/jxl/quantizer-inl.h [] []
/src/libjxl/lib/jxl/enc_icc_codec.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/base/fast_math-inl.h [] []
/src/libjxl/lib/jxl/jpeg/enc_jpeg_data.cc [] []
/src/libjxl/third_party/brotli/c/enc/cluster.h [] []
/src/libjxl/lib/jpegli/common_internal.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/color_encoding_internal.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/common/transform.h [] []
/src/libjxl/lib/jxl/render_pipeline/simple_render_pipeline.cc [] []
/src/libjxl/lib/jxl/cms/tone_mapping-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/rdbmp.c [] []
/src/libjxl/tools/viewer/load_jxl.cc [] []
/src/libjxl/lib/extras/dec/exr.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/logical_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/cdjpeg.h [] []
/src/libjxl/tools/butteraugli_main.cc [] []
/src/libjxl/lib/jxl/enc_aux_out.cc [] []
/src/libjxl/lib/jxl/render_pipeline/stage_xyb.cc [] []
/src/libjxl/third_party/brotli/c/dec/huffman.h [] []
/src/libjxl/tools/benchmark/benchmark_utils.cc [] []
/src/libjxl/lib/jxl/huffman_table.cc [] []
/src/libjxl/lib/jxl/base/scope_guard.h [] []
/src/libjxl/third_party/libjpeg-turbo/jdmaster.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/third_party/brotli/java/org/brotli/wrapper/dec/decoder_jni_onload.cc [] []
/src/libjxl/third_party/highway/hwy/tests/shift_test.cc [] []
/src/libjxl/lib/jpegli/downsample.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/base/byte_order.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_external_image_gbench.cc [] []
/src/libjxl/lib/jxl/dec_modular.cc [] []
/src/libjxl/lib/jxl/render_pipeline/stage_noise.cc [] []
/src/libjxl/lib/jxl/cms/transfer_functions.h [] []
/src/libjxl/lib/jxl/base/data_parallel.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/targets.h [] []
/src/libjxl/third_party/brotli/c/enc/bit_cost.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/decode.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/tools/brotli.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_ac_strategy.h [] []
/src/libjxl/third_party/brotli/research/durchschlag.cc [] []
/src/libjxl/lib/jxl/render_pipeline/test_render_pipeline_stages.h [] []
/src/libjxl/tools/jni/org/jpeg/jpegli/wrapper/encoder_jni_onload.cc [] []
/src/libjxl/lib/jxl/dct_util.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jcmarker.c [] []
/src/libjxl/third_party/brotli/c/enc/command.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/cjxl_fuzzer.cc ['tools/cjxl_fuzzer.cc'] []
/src/libjxl/third_party/highway/hwy/ops/scalar-inl.h [] []
/src/libjxl/tools/speed_stats.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/print_network.cc [] []
/src/libjxl/lib/jxl/render_pipeline/stage_splines.cc [] []
/src/libjxl/lib/jxl/rational_polynomial_test.cc [] []
/src/libjxl/lib/jxl/ac_strategy.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/enc/cluster.c [] []
/src/libjxl/lib/jxl/enc_toc.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/djxl_fuzzer.cc ['tools/djxl_fuzzer.cc'] []
/src/libjxl/lib/jxl/luminance.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/image/image.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips/jsimd_dspr2_asm.h [] []
/src/libjxl/tools/gauss_blur_gbench.cc [] []
/src/libjxl/lib/jxl/render_pipeline/render_pipeline.h [] []
/src/libjxl/tools/djxl_fuzzer_corpus.cc [] []
/src/libjxl/lib/jxl/base/span.h [] []
/src/libjxl/lib/jxl/render_pipeline/low_memory_render_pipeline.h [] []
/src/libjxl/third_party/libjpeg-turbo/jfdctfst.c [] []
/src/libjxl/lib/jxl/image_bundle.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/ops/arm_neon-inl.h [] []
/src/libjxl/tools/djpegli.cc [] []
/src/libjxl/lib/jxl/enc_patch_dictionary.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/algo/copy_test.cc [] []
/src/libjxl/lib/jxl/dec_ans.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/enc/backward_references.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_coeff_order.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jdcolext-neon.c [] []
/src/libjxl/tools/decode_and_encode.cc [] []
/src/libjxl/third_party/skcms/src/skcms_public.h ['third_party/skcms/fuzz/fuzz_iccprofile_info.c', 'third_party/skcms/fuzz/fuzz_iccprofile_atf.c', 'third_party/skcms/fuzz/fuzz_iccprofile_transform.c'] []
/src/libjxl/third_party/highway/hwy/tests/in_range_float_to_int_conv_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jddctmgr.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/lib/jxl/render_pipeline/stage_cms.cc [] []
/src/libjxl/third_party/skcms/fuzz/fuzz_iccprofile_info.c ['third_party/skcms/fuzz/fuzz_iccprofile_info.c'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort-inl.h [] []
/src/libjxl/third_party/highway/hwy/contrib/dot/dot-inl.h [] []
/src/libjxl/tools/ssimulacra2_main.cc [] []
/src/libjxl/plugins/gimp/file-jxl-load.cc [] []
/src/libjxl/third_party/brotli/c/enc/brotli_bit_stream.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/research/draw_histogram.cc [] []
/src/libjxl/lib/extras/codec.h [] []
/src/libjxl/third_party/highway/hwy/cache_control.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/dirent.cc [] []
/src/libjxl/third_party/brotli/c/enc/compound_dictionary.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/frame_header.cc [] []
/src/libjxl/plugins/gimp/file-jxl.cc [] []
/src/libjxl/lib/extras/size_constraints.h [] []
/src/libjxl/third_party/highway/hwy/tests/memory_test.cc [] []
/src/libjxl/lib/jxl/ac_strategy.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/dec/jpegli.cc [] []
/src/libjxl/tools/benchmark/benchmark_codec_webp.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/masked_arithmetic_test.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/algo/copy-inl.h [] []
/src/libjxl/lib/extras/enc/jxl.h [] []
/src/libjxl/third_party/libjpeg-turbo/jcomapi.c [] []
/src/libjxl/lib/include/jxl/types.h [] []
/src/libjxl/lib/jxl/enc_external_image.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/turbojpeg.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/dct_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/compare_test.cc [] []
/src/libjxl/lib/jxl/modular/encoding/enc_debug_tree.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jcgryext-neon.c [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jidctint-mmi.c [] []
/src/libjxl/lib/jxl/splines_test.cc [] []
/src/libjxl/third_party/highway/hwy/bit_set.h [] []
/src/libjxl/lib/jxl/dec_transforms-inl.h [] []
/src/libjxl/lib/jxl/enc_aux_out.h [] []
/src/libjxl/lib/jxl/enc_cache.h [] []
/src/libjxl/lib/jpegli/simd.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/passes_state.h [] []
/src/libjxl/lib/jxl/dct_for_test.h [] []
/src/libjxl/third_party/libjpeg-turbo/jquant1.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/third_party/highway/hwy/targets.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jccoefct.c [] []
/src/libjxl/lib/jxl/toc_test.cc [] []
/src/libjxl/lib/jpegli/decode_api_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/loongson-mmintrin.h [] []
/src/libjxl/third_party/highway/hwy/highway_test.cc [] []
/src/libjxl/lib/jpegli/error.h [] []
/src/libjxl/lib/jxl/enc_fast_lossless.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/icc_detect/icc_detect_x11.cc [] []
/src/libjxl/tools/benchmark/benchmark_file_io.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jccolext-mmi.c [] []
/src/libjxl/third_party/libjpeg-turbo/jerror.c [] []
/src/libjxl/third_party/highway/hwy/tests/convert_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jfdctint-neon.c [] []
/src/libjxl/lib/jxl/convolve-inl.h [] []
/src/libjxl/lib/jpegli/source_manager.cc [] []
/src/libjxl/third_party/highway/hwy/timer-inl.h [] []
/src/libjxl/tools/speed_stats.h [] []
/src/libjxl/lib/extras/enc/exr.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/enc/encode.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/swizzle_block_test.cc [] []
/src/libjxl/plugins/gimp/file-jxl-save.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/render_pipeline/render_pipeline_stage.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdmerge.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/lib/jxl/fields.cc ['tools/cjxl_fuzzer.cc', 'tools/icc_codec_fuzzer.cc', 'tools/rans_fuzzer.cc', 'tools/transforms_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress.cc', 'tools/djxl_fuzzer.cc', 'tools/color_encoding_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'tools/streaming_fuzzer.cc', 'tools/decode_basic_info_fuzzer.cc', 'tools/jpegli_dec_fuzzer.cc', 'tools/set_from_bytes_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc', 'tools/fields_fuzzer.cc'] []
/src/libjxl/lib/extras/hlg.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_u64a.cc [] []
/src/libjxl/third_party/highway/hwy/tests/table_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/tjexample.c [] []
/src/libjxl/third_party/libjpeg-turbo/jdphuff.c [] []
/src/libjxl/third_party/highway/hwy/contrib/unroller/unroller-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/jdicc.c [] []
/src/libjxl/tools/hdr/local_tone_map.cc [] []
/src/libjxl/lib/extras/enc/encode.h [] []
/src/libjxl/third_party/highway/hwy/contrib/math/math_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/shuffle4_test.cc [] []
/src/libjxl/tools/jni/org/jpeg/jpegxl/wrapper/decoder_jni_onload.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_xyb.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/alpha_test.cc [] []
/src/libjxl/tools/ssimulacra_main.cc [] []
/src/libjxl/lib/jxl/dec_group.cc [] []
/src/libjxl/lib/jxl/enc_ac_strategy.cc [] []
/src/libjxl/lib/jxl/enc_progressive_split.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/render_pipeline/stage_to_linear.cc [] []
/src/libjxl/lib/jxl/decode_test.cc [] []
/src/libjxl/lib/extras/dec/jxl.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jfdctint-altivec.c [] []
/src/libjxl/lib/jxl/convolve_slow.cc [] []
/src/libjxl/third_party/highway/hwy/tests/arithmetic_test.cc [] []
/src/libjxl/tools/ssimulacra2.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_quant_weights.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/research/find_opt_references.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jcsample-altivec.c [] []
/src/libjxl/third_party/highway/hwy/contrib/bit_pack/bit_pack_test.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/random/random-inl.h [] []
/src/libjxl/third_party/brotli/c/enc/static_dict.c [] []
/src/libjxl/lib/jxl/dec_frame.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/upsample.cc [] []
/src/libjxl/lib/jxl/image_bundle.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/libjpeg_test_util.cc ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/third_party/libjpeg-turbo/cmyk.h [] []
/src/libjxl/third_party/skcms/iccdump.c ['third_party/skcms/fuzz/fuzz_iccprofile_info.c', 'third_party/skcms/fuzz/fuzz_iccprofile_atf.c', 'third_party/skcms/fuzz/fuzz_iccprofile_transform.c'] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/aarch64/jccolext-neon.c [] []
/src/libjxl/third_party/highway/hwy/examples/profiler_example.cc [] []
/src/libjxl/tools/codec_config.cc [] []
/src/libjxl/tools/djxl_main.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/interleaved_test.cc [] []
/src/libjxl/lib/jpegli/encode.h [] []
/src/libjxl/tools/jni/org/jpeg/jpegli/wrapper/encoder_jni.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jdapimin.c [] []
/src/libjxl/lib/jxl/dec_huffman.h [] []
/src/libjxl/lib/jxl/chroma_from_luma.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/c/enc/metablock.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/idct.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/examples/encode_oneshot.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/mask_convert_test.cc [] []
/src/libjxl/tools/flicker_test/setup.cc [] []
/src/libjxl/lib/jpegli/huffman.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/splines.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jdsample-altivec.c [] []
/src/libjxl/lib/jxl/base/common.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jmemmgr.c [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_u32d.cc [] []
/src/libjxl/tools/gauss_blur_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/div_test.cc [] []
/src/libjxl/lib/extras/enc/npy.cc [] []
/src/libjxl/lib/jxl/enc_linalg_test.cc [] []
/src/libjxl/lib/jxl/color_encoding_internal.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/dec_external_image.cc [] []
/src/libjxl/third_party/skcms/src/skcms_TransformHsw.cc [] []
/src/libjxl/third_party/highway/hwy/tests/cast_test.cc [] []
/src/libjxl/lib/jpegli/decode_marker.cc ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/dec/jpg.cc [] []
/src/libjxl/tools/fast_lossless/pam-input.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/splines.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/modular/transform/squeeze.cc [] []
/src/libjxl/tools/comparison_viewer/codec_comparison_window.h [] []
/src/libjxl/lib/jxl/dec_frame.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/skcms/src/skcms_internals.h [] []
/src/libjxl/lib/jxl/opsin_inverse_test.cc [] []
/src/libjxl/lib/jpegli/encode_streaming.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc'] []
/src/libjxl/third_party/highway/hwy/base_test.cc [] []
/src/libjxl/third_party/brotli/c/dec/decode.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/brotli/c/fuzz/decode_fuzzer.c', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/dec_cache.h [] []
/src/libjxl/lib/jxl/enc_dot_dictionary.cc [] []
/src/libjxl/lib/jxl/encode.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/icc_codec_test.cc [] []
/src/libjxl/lib/jxl/jpeg/jpeg_data.h [] []
/src/libjxl/lib/jxl/inverse_mtf-inl.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/entropy_coder.h [] []
/src/libjxl/lib/jpegli/test_params.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/brotli/java/org/brotli/wrapper/dec/decoder_jni.cc [] []
/src/libjxl/lib/jxl/coeff_order.h [] []
/src/libjxl/lib/jxl/encode_internal.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_noise.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/dec_bit_reader.h ['tools/cjxl_fuzzer.cc', 'tools/icc_codec_fuzzer.cc', 'tools/rans_fuzzer.cc', 'tools/transforms_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress.cc', 'tools/djxl_fuzzer.cc', 'tools/color_encoding_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'tools/streaming_fuzzer.cc', 'tools/decode_basic_info_fuzzer.cc', 'tools/jpegli_dec_fuzzer.cc', 'tools/set_from_bytes_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc', 'tools/fields_fuzzer.cc'] []
/src/libjxl/lib/jxl/modular/transform/enc_squeeze.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdmainct.h [] []
/src/libjxl/lib/jxl/ans_common_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/cjpeg.c [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jquanti-neon.c [] []
/src/libjxl/third_party/highway/hwy/contrib/image/image_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/foreach_vec_test.cc [] []
/src/libjxl/third_party/brotli/c/enc/find_match_length.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_u32a.cc [] []
/src/libjxl/lib/extras/enc/jxl.cc [] []
/src/libjxl/lib/extras/enc/jpg.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_gamma_correct.h [] []
/src/libjxl/third_party/libjpeg-turbo/jctrans.c [] []
/src/libjxl/third_party/highway/hwy/contrib/image/image.cc [] []
/src/libjxl/lib/jxl/blending.cc [] []
/src/libjxl/lib/jxl/dec_patch_dictionary.h [] []
/src/libjxl/lib/jpegli/entropy_coding.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/simd_util.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/algo/find_test.cc [] []
/src/libjxl/lib/extras/gain_map.cc [] []
/src/libjxl/lib/jxl/quant_weights.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/minmax_test.cc [] []
/src/libjxl/third_party/brotli/c/enc/ringbuffer.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/libjpeg-turbo/fuzz/compress_yuv.cc ['third_party/libjpeg-turbo/fuzz/compress_yuv.cc'] []
/src/libjxl/tools/comparison_viewer/compare_images.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/render_pipeline/stage_chroma_upsampling.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdmarker.c [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jchuff.h [] []
/src/libjxl/tools/cjpegli.cc [] []
/src/libjxl/lib/extras/enc/pnm.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_optimize_test.cc [] []
/src/libjxl/lib/jxl/box_content_decoder.cc [] []
/src/libjxl/tools/thread_pool_internal.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/flicker_test/test_window.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jcicc.c [] []
/src/libjxl/lib/jxl/entropy_coder.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/examples/decode_progressive.cc [] []
/src/libjxl/lib/jxl/dct_gbench.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jcapimin.c [] []
/src/libjxl/third_party/highway/hwy/examples/skeleton_test.cc [] []
/src/libjxl/tools/streaming_fuzzer.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'tools/streaming_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jpegli/encode_internal.h [] []
/src/libjxl/third_party/libjpeg-turbo/jdatadst-tj.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/dec/decode.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/jni/org/jpeg/jpegxl/wrapper/decoder_jni.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jquanti-mmi.c [] []
/src/libjxl/third_party/libjpeg-turbo/fuzz/transform.cc ['third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/ssimulacra.cc [] []
/src/libjxl/third_party/highway/hwy/tests/widen_mul_test.cc [] []
/src/libjxl/lib/jxl/encode_test.cc [] []
/src/libjxl/third_party/brotli/c/common/constants.h [] []
/src/libjxl/third_party/highway/hwy/contrib/thread_pool/topology.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdinput.c ['third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/truncate_test.cc [] []
/src/libjxl/lib/jxl/cms/tone_mapping.h [] []
/src/libjxl/third_party/libjpeg-turbo/jidctflt.c [] []
/src/libjxl/lib/jxl/enc_transforms-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/jinclude.h [] []
/src/libjxl/lib/jxl/enc_gaborish.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jdmrgext-neon.c [] []
/src/libjxl/third_party/highway/hwy/tests/mask_mem_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/tjunittest.c [] []
/src/libjxl/third_party/libjpeg-turbo/jdarith.c [] []
/src/libjxl/lib/jpegli/bitstream.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/quantizer.cc [] []
/src/libjxl/lib/extras/packed_image_convert.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdtrans.c [] []
/src/libjxl/lib/jxl/enc_ans_params.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/list_targets.cc [] []
/src/libjxl/third_party/libjpeg-turbo/simd/x86_64/jsimd.c [] []
/src/libjxl/third_party/libjpeg-turbo/simd/arm/jidctfst-neon.c [] []
/src/libjxl/lib/jxl/opsin_image_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/rdgif.c [] []
/src/libjxl/third_party/highway/hwy/aligned_allocator.h [] []
/src/libjxl/lib/extras/gain_map_test.cc [] []
/src/libjxl/lib/jxl/test_image.cc [] []
/src/libjxl/tools/flicker_test/split_view.cc [] []
/src/libjxl/lib/jxl/modular/transform/squeeze.h [] []
/src/libjxl/tools/file_io.h [] []
/src/libjxl/lib/jxl/base/sanitizers.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/modular/encoding/encoding.cc [] []
/src/libjxl/lib/jxl/opsin_params.cc [] []
/src/libjxl/lib/jxl/modular/encoding/dec_ma.h [] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_f32a.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/unroller/unroller_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/wrppm.c [] []
/src/libjxl/lib/jpegli/source_manager_test.cc [] []
/src/libjxl/third_party/highway/hwy/bit_set_test.cc [] []
/src/libjxl/lib/jpegli/error_handling_test.cc [] []
/src/libjxl/third_party/libjpeg-turbo/jdmrg565.c [] []
/src/libjxl/lib/jxl/base/rational_polynomial-inl.h [] []
/src/libjxl/lib/jxl/dec_xyb.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/simd_util_test.cc [] []
/src/libjxl/lib/jxl/enc_linalg.cc [] []
/src/libjxl/third_party/highway/hwy/contrib/thread_pool/thread_pool.h [] []
/src/libjxl/tools/xyb_range.cc [] []
/src/libjxl/third_party/brotli/research/deorummolae.cc [] []
/src/libjxl/lib/jxl/quantizer_test.cc [] []
/src/libjxl/lib/jxl/cms/jxl_cms.cc [] []
/src/libjxl/third_party/highway/hwy/ops/x86_256-inl.h [] []
/src/libjxl/third_party/highway/hwy/contrib/math/math-inl.h [] []
/src/libjxl/lib/jxl/lehmer_code_test.cc [] []
/src/libjxl/lib/jxl/image_metadata.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_bit_writer.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_context_map.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/ops/emu128-inl.h [] []
/src/libjxl/lib/jxl/base/random.h [] []
/src/libjxl/tools/args.h [] []
/src/libjxl/third_party/libjpeg-turbo/jstdhuff.c ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc'] []
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/jcgryext-mmi.c [] []
/src/libjxl/tools/benchmark/benchmark_stats.h [] []
/src/libjxl/third_party/libjpeg-turbo/jfdctflt.c [] []
/src/libjxl/tools/wasm_demo/jxl_decompressor.cc [] []
/src/libjxl/tools/benchmark/benchmark_codec_jxl.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/tools/fields_fuzzer.cc ['tools/cjxl_fuzzer.cc', 'tools/icc_codec_fuzzer.cc', 'tools/rans_fuzzer.cc', 'tools/transforms_fuzzer.cc', 'tools/djxl_fuzzer.cc', 'tools/color_encoding_fuzzer.cc', 'tools/streaming_fuzzer.cc', 'tools/decode_basic_info_fuzzer.cc', 'tools/jpegli_dec_fuzzer.cc', 'tools/set_from_bytes_fuzzer.cc', 'tools/fields_fuzzer.cc'] []
/src/libjxl/tools/flicker_test/test_window.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jcgryext-altivec.c [] []
/src/libjxl/lib/jxl/icc_codec_common.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/tests/test_util.h [] []
/src/libjxl/third_party/brotli/c/enc/utf8_util.c ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/enc_transforms.cc [] []
/src/libjxl/lib/jxl/render_pipeline/stage_spot.cc [] []
/src/libjxl/third_party/highway/hwy/tests/swizzle_test.cc [] []
/src/libjxl/third_party/highway/hwy/tests/saturated_test.cc [] []
/src/libjxl/lib/jpegli/transcode_api_test.cc [] []
/src/libjxl/lib/jxl/dec_modular.h [] []
/src/libjxl/third_party/libjpeg-turbo/wrtarga.c [] []
/src/libjxl/lib/jpegli/entropy_coding-inl.h [] []
/src/libjxl/lib/jxl/modular/transform/palette.h [] []
/src/libjxl/tools/viewer/viewer_window.cc [] []
/src/libjxl/lib/jxl/dec_xyb-inl.h [] []
/src/libjxl/third_party/libjpeg-turbo/tjutil.h [] []
/src/libjxl/third_party/libjpeg-turbo/fuzz/cjpeg.cc ['third_party/libjpeg-turbo/fuzz/cjpeg.cc'] []
/src/libjxl/third_party/libjpeg-turbo/jcsample.c ['third_party/libjpeg-turbo/fuzz/compress_yuv.cc'] []
/src/libjxl/lib/jxl/enc_comparator.cc [] []
/src/libjxl/tools/benchmark/benchmark_utils.h [] []
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/jccolext-altivec.c [] []
/src/libjxl/lib/jxl/base/float.h ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/butteraugli/butteraugli_test.cc [] []
/src/libjxl/tools/jpegli_dec_fuzzer.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'tools/jpegli_dec_fuzzer.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/nanobenchmark_test.cc [] []
/src/libjxl/lib/jpegli/bit_writer.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/butteraugli/butteraugli.cc [] []
/src/libjxl/third_party/brotli/c/common/context.h [] []
/src/libjxl/tools/comparison_viewer/split_image_renderer.cc [] []
/src/libjxl/lib/extras/enc/encode.cc [] []
/src/libjxl/third_party/highway/hwy/tests/blockwise_test.cc [] []
/src/libjxl/lib/jxl/dec_external_image_gbench.cc [] []
/src/libjxl/lib/jxl/loop_filter.h [] []
/src/libjxl/third_party/libjpeg-turbo/fuzz/compress.cc ['third_party/libjpeg-turbo/fuzz/compress.cc'] []
/src/libjxl/third_party/libjpeg-turbo/md5/md5hl.c [] []
/src/libjxl/lib/jxl/ans_test.cc [] []
/src/libjxl/lib/jxl/ac_strategy_test.cc [] []
/src/libjxl/lib/jxl/jpeg/jpeg_data.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/extras/enc/pgx.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/third_party/highway/hwy/contrib/sort/vqsort_f64d.cc [] []
/src/libjxl/third_party/brotli/c/enc/memory.h [] []
/src/libjxl/lib/jxl/fields_test.cc [] []
/src/libjxl/lib/extras/compressed_icc.cc [] []
/src/libjxl/lib/jxl/modular_test.cc [] []
/src/libjxl/lib/jxl/dec_huffman.cc [] []
/src/libjxl/lib/jpegli/test_utils-inl.h ['third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc'] []
/src/libjxl/lib/jxl/test_memory_manager.cc [] []
/src/libjxl/lib/extras/dec/gif.cc [] []
/src/libjxl/lib/jpegli/memory_manager.cc [] []
/src/libjxl/third_party/skcms/src/skcms_TransformSkx.cc [] []
/src/libjxl/tools/benchmark/benchmark_stats.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []
/src/libjxl/lib/jxl/modular/transform/enc_transform.cc ['third_party/libjpeg-turbo/fuzz/compress.cc', 'third_party/libjpeg-turbo/fuzz/decompress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/decompress.cc', 'third_party/libjpeg-turbo/fuzz/compress_yuv.cc', 'third_party/libjpeg-turbo/fuzz/transform.cc'] []

Directories in report

Directory
/src/libjxl/third_party/highway/hwy/contrib/dot/
/src/libjxl/lib/jxl/modular/
/src/libjxl/lib/extras/
/src/libjxl/third_party/highway/hwy/contrib/image/
/src/libjxl/tools/fast_lossless/
/src/libjxl/third_party/skcms/
/src/libjxl/tools/jni/org/jpeg/jpegxl/wrapper/
/src/libjxl/third_party/highway/hwy/contrib/algo/
/src/libjxl/third_party/brotli/python/
/src/libjxl/tools/wasm_demo/
/src/libjxl/third_party/skcms/src/
/src/libjxl/third_party/highway/hwy/contrib/thread_pool/
/src/libjxl/third_party/libjpeg-turbo/
/src/libjxl/third_party/brotli/research/
/src/libjxl/tools/comparison_viewer/
/src/libjxl/tools/jni/org/jpeg/jpegli/wrapper/
/src/libjxl/lib/jxl/jpeg/
/src/libjxl/tools/icc_detect/
/src/libjxl/third_party/highway/hwy/contrib/random/
/src/libjxl/third_party/skcms/fuzz/
/src/libjxl/third_party/highway/hwy/contrib/unroller/
/src/libjxl/third_party/highway/hwy/ops/
/src/libjxl/lib/jxl/modular/transform/
/src/libjxl/third_party/highway/hwy/contrib/math/
/src/libjxl/third_party/highway/hwy/contrib/matvec/
/src/libjxl/third_party/libjpeg-turbo/simd/x86_64/
/src/libjxl/third_party/brotli/c/enc/
/src/libjxl/third_party/highway/hwy/
/src/libjxl/tools/flicker_test/
/src/libjxl/tools/viewer/
/src/libjxl/third_party/libjpeg-turbo/simd/arm/aarch64/
/src/libjxl/third_party/highway/hwy/tests/
/src/libjxl/lib/threads/
/src/libjxl/third_party/brotli/c/tools/
/src/libjxl/lib/jxl/butteraugli/
/src/libjxl/lib/jxl/render_pipeline/
/src/libjxl/third_party/brotli/c/dec/
/src/libjxl/lib/extras/dec/
/src/libjxl/third_party/highway/hwy/contrib/bit_pack/
/src/libjxl/third_party/
/src/libjxl/third_party/highway/hwy/contrib/sort/
/src/libjxl/lib/jxl/modular/encoding/
/src/libjxl/third_party/libjpeg-turbo/md5/
/src/libjxl/third_party/brotli/c/include/brotli/
/src/libjxl/plugins/gimp/
/src/libjxl/third_party/brotli/java/org/brotli/wrapper/enc/
/src/libjxl/third_party/libjpeg-turbo/fuzz/
/src/libjxl/third_party/brotli/java/org/brotli/wrapper/common/
/src/libjxl/third_party/brotli/c/common/
/src/libjxl/tools/benchmark/
/src/libjxl/lib/extras/enc/
/src/libjxl/third_party/brotli/c/fuzz/
/src/libjxl/examples/
/src/libjxl/third_party/brotli/java/org/brotli/wrapper/dec/
/src/libjxl/third_party/highway/hwy/examples/
/src/libjxl/lib/jpegli/
/src/libjxl/lib/jxl/base/
/src/libjxl/third_party/libjpeg-turbo/simd/powerpc/
/src/libjxl/lib/include/jxl/
/src/libjxl/tools/hdr/
/src/libjxl/plugins/gdk-pixbuf/
/src/libjxl/lib/jxl/cms/
/src/libjxl/third_party/libjpeg-turbo/simd/mips/
/src/libjxl/lib/jxl/
/src/libjxl/tools/
/src/libjxl/third_party/libjpeg-turbo/simd/arm/
/src/libjxl/third_party/libjpeg-turbo/simd/mips64/

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
tools/cjxl_fuzzer.cc fuzzerLogFile-cjxl_fuzzer.data fuzzerLogFile-cjxl_fuzzer.data.yaml
tools/icc_codec_fuzzer.cc fuzzerLogFile-icc_codec_fuzzer.data fuzzerLogFile-icc_codec_fuzzer.data.yaml
tools/rans_fuzzer.cc fuzzerLogFile-rans_fuzzer.data fuzzerLogFile-rans_fuzzer.data.yaml
tools/transforms_fuzzer.cc fuzzerLogFile-transforms_fuzzer.data fuzzerLogFile-transforms_fuzzer.data.yaml
third_party/libjpeg-turbo/fuzz/compress.cc fuzzerLogFile-compress.data fuzzerLogFile-compress.data.yaml
tools/djxl_fuzzer.cc fuzzerLogFile-djxl_fuzzer.data fuzzerLogFile-djxl_fuzzer.data.yaml
third_party/skcms/fuzz/fuzz_iccprofile_info.c fuzzerLogFile-fuzz_iccprofile_info.data fuzzerLogFile-fuzz_iccprofile_info.data.yaml
third_party/libjpeg-turbo/fuzz/decompress_yuv.cc fuzzerLogFile-decompress_yuv.data fuzzerLogFile-decompress_yuv.data.yaml
tools/color_encoding_fuzzer.cc fuzzerLogFile-color_encoding_fuzzer.data fuzzerLogFile-color_encoding_fuzzer.data.yaml
third_party/libjpeg-turbo/fuzz/decompress.cc fuzzerLogFile-decompress.data fuzzerLogFile-decompress.data.yaml
third_party/skcms/fuzz/fuzz_iccprofile_atf.c fuzzerLogFile-fuzz_iccprofile_atf.data fuzzerLogFile-fuzz_iccprofile_atf.data.yaml
third_party/libjpeg-turbo/fuzz/compress_yuv.cc fuzzerLogFile-compress_yuv.data fuzzerLogFile-compress_yuv.data.yaml
third_party/libjpeg-turbo/fuzz/cjpeg.cc fuzzerLogFile-cjpeg.data fuzzerLogFile-cjpeg.data.yaml
tools/streaming_fuzzer.cc fuzzerLogFile-streaming_fuzzer.data fuzzerLogFile-streaming_fuzzer.data.yaml
third_party/brotli/c/fuzz/decode_fuzzer.c fuzzerLogFile-decode_fuzzer.data fuzzerLogFile-decode_fuzzer.data.yaml
tools/decode_basic_info_fuzzer.cc fuzzerLogFile-decode_basic_info_fuzzer.data fuzzerLogFile-decode_basic_info_fuzzer.data.yaml
tools/jpegli_dec_fuzzer.cc fuzzerLogFile-jpegli_dec_fuzzer.data fuzzerLogFile-jpegli_dec_fuzzer.data.yaml
tools/set_from_bytes_fuzzer.cc fuzzerLogFile-set_from_bytes_fuzzer.data fuzzerLogFile-set_from_bytes_fuzzer.data.yaml
third_party/libjpeg-turbo/fuzz/transform.cc fuzzerLogFile-transform.data fuzzerLogFile-transform.data.yaml
tools/fields_fuzzer.cc fuzzerLogFile-fields_fuzzer.data fuzzerLogFile-fields_fuzzer.data.yaml
third_party/skcms/fuzz/fuzz_iccprofile_transform.c fuzzerLogFile-fuzz_iccprofile_transform.data fuzzerLogFile-fuzz_iccprofile_transform.data.yaml