tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

jxl_lists.cmake (15694B)


      1 # Copyright (c) the JPEG XL Project Authors. All rights reserved.
      2 #
      3 # Use of this source code is governed by a BSD-style
      4 # license that can be found in the LICENSE file.
      5 
      6 # This file is generated, do not modify by manually.
      7 # Run `tools/scripts/build_cleaner.py --update` to regenerate it.
      8 set(JPEGXL_INTERNAL_BASE_SOURCES
      9  jxl/base/arch_macros.h
     10  jxl/base/bits.h
     11  jxl/base/byte_order.h
     12  jxl/base/c_callback_support.h
     13  jxl/base/common.h
     14  jxl/base/compiler_specific.h
     15  jxl/base/data_parallel.h
     16  jxl/base/exif.h
     17  jxl/base/fast_math-inl.h
     18  jxl/base/float.h
     19  jxl/base/iaca.h
     20  jxl/base/include_jpeglib.h
     21  jxl/base/matrix_ops.h
     22  jxl/base/os_macros.h
     23  jxl/base/override.h
     24  jxl/base/printf_macros.h
     25  jxl/base/random.h
     26  jxl/base/rational_polynomial-inl.h
     27  jxl/base/rect.h
     28  jxl/base/sanitizer_definitions.h
     29  jxl/base/sanitizers.h
     30  jxl/base/scope_guard.h
     31  jxl/base/span.h
     32  jxl/base/status.h
     33 )
     34 
     35 set(JPEGXL_INTERNAL_CMS_SOURCES
     36  jxl/cms/color_encoding_cms.h
     37  jxl/cms/jxl_cms.cc
     38  jxl/cms/jxl_cms_internal.h
     39  jxl/cms/opsin_params.h
     40  jxl/cms/tone_mapping-inl.h
     41  jxl/cms/tone_mapping.h
     42  jxl/cms/transfer_functions-inl.h
     43  jxl/cms/transfer_functions.h
     44 )
     45 
     46 set(JPEGXL_INTERNAL_CODEC_APNG_SOURCES
     47  extras/dec/apng.cc
     48  extras/dec/apng.h
     49  extras/enc/apng.cc
     50  extras/enc/apng.h
     51 )
     52 
     53 set(JPEGXL_INTERNAL_CODEC_EXR_SOURCES
     54  extras/dec/exr.cc
     55  extras/dec/exr.h
     56  extras/enc/exr.cc
     57  extras/enc/exr.h
     58 )
     59 
     60 set(JPEGXL_INTERNAL_CODEC_GIF_SOURCES
     61  extras/dec/gif.cc
     62  extras/dec/gif.h
     63 )
     64 
     65 set(JPEGXL_INTERNAL_CODEC_JPEGLI_SOURCES
     66  extras/dec/jpegli.cc
     67  extras/dec/jpegli.h
     68  extras/enc/jpegli.cc
     69  extras/enc/jpegli.h
     70 )
     71 
     72 set(JPEGXL_INTERNAL_CODEC_JPG_SOURCES
     73  extras/dec/jpg.cc
     74  extras/dec/jpg.h
     75  extras/enc/jpg.cc
     76  extras/enc/jpg.h
     77 )
     78 
     79 set(JPEGXL_INTERNAL_CODEC_JXL_SOURCES
     80  extras/dec/jxl.cc
     81  extras/dec/jxl.h
     82  extras/enc/jxl.cc
     83  extras/enc/jxl.h
     84 )
     85 
     86 set(JPEGXL_INTERNAL_CODEC_NPY_SOURCES
     87  extras/enc/npy.cc
     88  extras/enc/npy.h
     89 )
     90 
     91 set(JPEGXL_INTERNAL_CODEC_PGX_SOURCES
     92  extras/dec/pgx.cc
     93  extras/dec/pgx.h
     94  extras/enc/pgx.cc
     95  extras/enc/pgx.h
     96 )
     97 
     98 set(JPEGXL_INTERNAL_CODEC_PNM_SOURCES
     99  extras/dec/pnm.cc
    100  extras/dec/pnm.h
    101  extras/enc/pnm.cc
    102  extras/enc/pnm.h
    103 )
    104 
    105 set(JPEGXL_INTERNAL_DEC_BOX_SOURCES
    106  jxl/box_content_decoder.cc
    107  jxl/box_content_decoder.h
    108 )
    109 
    110 set(JPEGXL_INTERNAL_DEC_JPEG_SOURCES
    111  jxl/decode_to_jpeg.cc
    112  jxl/decode_to_jpeg.h
    113  jxl/jpeg/dec_jpeg_data.cc
    114  jxl/jpeg/dec_jpeg_data.h
    115  jxl/jpeg/dec_jpeg_data_writer.cc
    116  jxl/jpeg/dec_jpeg_data_writer.h
    117  jxl/jpeg/dec_jpeg_output_chunk.h
    118  jxl/jpeg/dec_jpeg_serialization_state.h
    119  jxl/jpeg/jpeg_data.cc
    120  jxl/jpeg/jpeg_data.h
    121 )
    122 
    123 set(JPEGXL_INTERNAL_DEC_SOURCES
    124  jxl/ac_context.h
    125  jxl/ac_strategy.cc
    126  jxl/ac_strategy.h
    127  jxl/alpha.cc
    128  jxl/alpha.h
    129  jxl/ans_common.cc
    130  jxl/ans_common.h
    131  jxl/ans_params.h
    132  jxl/blending.cc
    133  jxl/blending.h
    134  jxl/chroma_from_luma.cc
    135  jxl/chroma_from_luma.h
    136  jxl/codec_in_out.h
    137  jxl/coeff_order.cc
    138  jxl/coeff_order.h
    139  jxl/coeff_order_fwd.h
    140  jxl/color_encoding_internal.cc
    141  jxl/color_encoding_internal.h
    142  jxl/common.h
    143  jxl/compressed_dc.cc
    144  jxl/compressed_dc.h
    145  jxl/convolve-inl.h
    146  jxl/convolve.h
    147  jxl/convolve_separable5.cc
    148  jxl/convolve_slow.cc
    149  jxl/convolve_symmetric3.cc
    150  jxl/convolve_symmetric5.cc
    151  jxl/dct-inl.h
    152  jxl/dct_block-inl.h
    153  jxl/dct_scales.cc
    154  jxl/dct_scales.h
    155  jxl/dct_util.h
    156  jxl/dec_ans.cc
    157  jxl/dec_ans.h
    158  jxl/dec_bit_reader.h
    159  jxl/dec_cache.cc
    160  jxl/dec_cache.h
    161  jxl/dec_context_map.cc
    162  jxl/dec_context_map.h
    163  jxl/dec_external_image.cc
    164  jxl/dec_external_image.h
    165  jxl/dec_frame.cc
    166  jxl/dec_frame.h
    167  jxl/dec_group.cc
    168  jxl/dec_group.h
    169  jxl/dec_group_border.cc
    170  jxl/dec_group_border.h
    171  jxl/dec_huffman.cc
    172  jxl/dec_huffman.h
    173  jxl/dec_modular.cc
    174  jxl/dec_modular.h
    175  jxl/dec_noise.cc
    176  jxl/dec_noise.h
    177  jxl/dec_patch_dictionary.cc
    178  jxl/dec_patch_dictionary.h
    179  jxl/dec_transforms-inl.h
    180  jxl/dec_xyb-inl.h
    181  jxl/dec_xyb.cc
    182  jxl/dec_xyb.h
    183  jxl/decode.cc
    184  jxl/entropy_coder.cc
    185  jxl/entropy_coder.h
    186  jxl/epf.cc
    187  jxl/epf.h
    188  jxl/field_encodings.h
    189  jxl/fields.cc
    190  jxl/fields.h
    191  jxl/frame_dimensions.h
    192  jxl/frame_header.cc
    193  jxl/frame_header.h
    194  jxl/headers.cc
    195  jxl/headers.h
    196  jxl/huffman_table.cc
    197  jxl/huffman_table.h
    198  jxl/icc_codec.cc
    199  jxl/icc_codec.h
    200  jxl/icc_codec_common.cc
    201  jxl/icc_codec_common.h
    202  jxl/image.cc
    203  jxl/image.h
    204  jxl/image_bundle.cc
    205  jxl/image_bundle.h
    206  jxl/image_metadata.cc
    207  jxl/image_metadata.h
    208  jxl/image_ops.cc
    209  jxl/image_ops.h
    210  jxl/inverse_mtf-inl.h
    211  jxl/lehmer_code.h
    212  jxl/loop_filter.cc
    213  jxl/loop_filter.h
    214  jxl/luminance.cc
    215  jxl/luminance.h
    216  jxl/memory_manager_internal.cc
    217  jxl/memory_manager_internal.h
    218  jxl/modular/encoding/context_predict.h
    219  jxl/modular/encoding/dec_ma.cc
    220  jxl/modular/encoding/dec_ma.h
    221  jxl/modular/encoding/encoding.cc
    222  jxl/modular/encoding/encoding.h
    223  jxl/modular/encoding/ma_common.h
    224  jxl/modular/modular_image.cc
    225  jxl/modular/modular_image.h
    226  jxl/modular/options.h
    227  jxl/modular/transform/palette.cc
    228  jxl/modular/transform/palette.h
    229  jxl/modular/transform/rct.cc
    230  jxl/modular/transform/rct.h
    231  jxl/modular/transform/squeeze.cc
    232  jxl/modular/transform/squeeze.h
    233  jxl/modular/transform/transform.cc
    234  jxl/modular/transform/transform.h
    235  jxl/noise.h
    236  jxl/opsin_params.cc
    237  jxl/opsin_params.h
    238  jxl/pack_signed.h
    239  jxl/padded_bytes.h
    240  jxl/passes_state.cc
    241  jxl/passes_state.h
    242  jxl/patch_dictionary_internal.h
    243  jxl/quant_weights.cc
    244  jxl/quant_weights.h
    245  jxl/quantizer-inl.h
    246  jxl/quantizer.cc
    247  jxl/quantizer.h
    248  jxl/render_pipeline/low_memory_render_pipeline.cc
    249  jxl/render_pipeline/low_memory_render_pipeline.h
    250  jxl/render_pipeline/render_pipeline.cc
    251  jxl/render_pipeline/render_pipeline.h
    252  jxl/render_pipeline/render_pipeline_stage.h
    253  jxl/render_pipeline/simple_render_pipeline.cc
    254  jxl/render_pipeline/simple_render_pipeline.h
    255  jxl/render_pipeline/stage_blending.cc
    256  jxl/render_pipeline/stage_blending.h
    257  jxl/render_pipeline/stage_chroma_upsampling.cc
    258  jxl/render_pipeline/stage_chroma_upsampling.h
    259  jxl/render_pipeline/stage_cms.cc
    260  jxl/render_pipeline/stage_cms.h
    261  jxl/render_pipeline/stage_epf.cc
    262  jxl/render_pipeline/stage_epf.h
    263  jxl/render_pipeline/stage_from_linear.cc
    264  jxl/render_pipeline/stage_from_linear.h
    265  jxl/render_pipeline/stage_gaborish.cc
    266  jxl/render_pipeline/stage_gaborish.h
    267  jxl/render_pipeline/stage_noise.cc
    268  jxl/render_pipeline/stage_noise.h
    269  jxl/render_pipeline/stage_patches.cc
    270  jxl/render_pipeline/stage_patches.h
    271  jxl/render_pipeline/stage_splines.cc
    272  jxl/render_pipeline/stage_splines.h
    273  jxl/render_pipeline/stage_spot.cc
    274  jxl/render_pipeline/stage_spot.h
    275  jxl/render_pipeline/stage_to_linear.cc
    276  jxl/render_pipeline/stage_to_linear.h
    277  jxl/render_pipeline/stage_tone_mapping.cc
    278  jxl/render_pipeline/stage_tone_mapping.h
    279  jxl/render_pipeline/stage_upsampling.cc
    280  jxl/render_pipeline/stage_upsampling.h
    281  jxl/render_pipeline/stage_write.cc
    282  jxl/render_pipeline/stage_write.h
    283  jxl/render_pipeline/stage_xyb.cc
    284  jxl/render_pipeline/stage_xyb.h
    285  jxl/render_pipeline/stage_ycbcr.cc
    286  jxl/render_pipeline/stage_ycbcr.h
    287  jxl/simd_util-inl.h
    288  jxl/simd_util.cc
    289  jxl/simd_util.h
    290  jxl/splines.cc
    291  jxl/splines.h
    292  jxl/toc.cc
    293  jxl/toc.h
    294  jxl/transpose-inl.h
    295  jxl/xorshift128plus-inl.h
    296 )
    297 
    298 set(JPEGXL_INTERNAL_ENC_SOURCES
    299  jxl/butteraugli/butteraugli.cc
    300  jxl/butteraugli/butteraugli.h
    301  jxl/enc_ac_strategy.cc
    302  jxl/enc_ac_strategy.h
    303  jxl/enc_adaptive_quantization.cc
    304  jxl/enc_adaptive_quantization.h
    305  jxl/enc_ans.cc
    306  jxl/enc_ans.h
    307  jxl/enc_ans_params.h
    308  jxl/enc_aux_out.cc
    309  jxl/enc_aux_out.h
    310  jxl/enc_bit_writer.cc
    311  jxl/enc_bit_writer.h
    312  jxl/enc_butteraugli_comparator.cc
    313  jxl/enc_butteraugli_comparator.h
    314  jxl/enc_cache.cc
    315  jxl/enc_cache.h
    316  jxl/enc_chroma_from_luma.cc
    317  jxl/enc_chroma_from_luma.h
    318  jxl/enc_cluster.cc
    319  jxl/enc_cluster.h
    320  jxl/enc_coeff_order.cc
    321  jxl/enc_coeff_order.h
    322  jxl/enc_comparator.cc
    323  jxl/enc_comparator.h
    324  jxl/enc_context_map.cc
    325  jxl/enc_context_map.h
    326  jxl/enc_debug_image.cc
    327  jxl/enc_debug_image.h
    328  jxl/enc_detect_dots.cc
    329  jxl/enc_detect_dots.h
    330  jxl/enc_dot_dictionary.cc
    331  jxl/enc_dot_dictionary.h
    332  jxl/enc_entropy_coder.cc
    333  jxl/enc_entropy_coder.h
    334  jxl/enc_external_image.cc
    335  jxl/enc_external_image.h
    336  jxl/enc_fast_lossless.cc
    337  jxl/enc_fast_lossless.h
    338  jxl/enc_fields.cc
    339  jxl/enc_fields.h
    340  jxl/enc_frame.cc
    341  jxl/enc_frame.h
    342  jxl/enc_gaborish.cc
    343  jxl/enc_gaborish.h
    344  jxl/enc_gamma_correct.h
    345  jxl/enc_group.cc
    346  jxl/enc_group.h
    347  jxl/enc_heuristics.cc
    348  jxl/enc_heuristics.h
    349  jxl/enc_huffman.cc
    350  jxl/enc_huffman.h
    351  jxl/enc_huffman_tree.cc
    352  jxl/enc_huffman_tree.h
    353  jxl/enc_icc_codec.cc
    354  jxl/enc_icc_codec.h
    355  jxl/enc_image_bundle.cc
    356  jxl/enc_image_bundle.h
    357  jxl/enc_linalg.cc
    358  jxl/enc_linalg.h
    359  jxl/enc_modular.cc
    360  jxl/enc_modular.h
    361  jxl/enc_noise.cc
    362  jxl/enc_noise.h
    363  jxl/enc_optimize.h
    364  jxl/enc_params.h
    365  jxl/enc_patch_dictionary.cc
    366  jxl/enc_patch_dictionary.h
    367  jxl/enc_photon_noise.cc
    368  jxl/enc_photon_noise.h
    369  jxl/enc_progressive_split.cc
    370  jxl/enc_progressive_split.h
    371  jxl/enc_quant_weights.cc
    372  jxl/enc_quant_weights.h
    373  jxl/enc_splines.cc
    374  jxl/enc_splines.h
    375  jxl/enc_toc.cc
    376  jxl/enc_toc.h
    377  jxl/enc_transforms-inl.h
    378  jxl/enc_transforms.cc
    379  jxl/enc_transforms.h
    380  jxl/enc_xyb.cc
    381  jxl/enc_xyb.h
    382  jxl/encode.cc
    383  jxl/encode_internal.h
    384  jxl/jpeg/enc_jpeg_data.cc
    385  jxl/jpeg/enc_jpeg_data.h
    386  jxl/jpeg/enc_jpeg_data_reader.cc
    387  jxl/jpeg/enc_jpeg_data_reader.h
    388  jxl/jpeg/enc_jpeg_huffman_decode.cc
    389  jxl/jpeg/enc_jpeg_huffman_decode.h
    390  jxl/modular/encoding/enc_debug_tree.cc
    391  jxl/modular/encoding/enc_debug_tree.h
    392  jxl/modular/encoding/enc_encoding.cc
    393  jxl/modular/encoding/enc_encoding.h
    394  jxl/modular/encoding/enc_ma.cc
    395  jxl/modular/encoding/enc_ma.h
    396  jxl/modular/transform/enc_palette.cc
    397  jxl/modular/transform/enc_palette.h
    398  jxl/modular/transform/enc_rct.cc
    399  jxl/modular/transform/enc_rct.h
    400  jxl/modular/transform/enc_squeeze.cc
    401  jxl/modular/transform/enc_squeeze.h
    402  jxl/modular/transform/enc_transform.cc
    403  jxl/modular/transform/enc_transform.h
    404 )
    405 
    406 set(JPEGXL_INTERNAL_EXTRAS_FOR_TOOLS_SOURCES
    407  extras/codec.cc
    408  extras/codec.h
    409  extras/hlg.cc
    410  extras/hlg.h
    411  extras/metrics.cc
    412  extras/metrics.h
    413  extras/packed_image_convert.cc
    414  extras/packed_image_convert.h
    415  extras/tone_mapping.cc
    416  extras/tone_mapping.h
    417 )
    418 
    419 set(JPEGXL_INTERNAL_EXTRAS_SOURCES
    420  extras/alpha_blend.cc
    421  extras/alpha_blend.h
    422  extras/common.cc
    423  extras/common.h
    424  extras/compressed_icc.cc
    425  extras/dec/color_description.cc
    426  extras/dec/color_description.h
    427  extras/dec/color_hints.cc
    428  extras/dec/color_hints.h
    429  extras/dec/decode.cc
    430  extras/dec/decode.h
    431  extras/enc/encode.cc
    432  extras/enc/encode.h
    433  extras/exif.cc
    434  extras/exif.h
    435  extras/gain_map.cc
    436  extras/mmap.cc
    437  extras/mmap.h
    438  extras/packed_image.h
    439  extras/size_constraints.h
    440  extras/time.cc
    441  extras/time.h
    442 )
    443 
    444 set(JPEGXL_INTERNAL_GBENCH_SOURCES
    445  extras/tone_mapping_gbench.cc
    446  jxl/dec_external_image_gbench.cc
    447  jxl/enc_external_image_gbench.cc
    448  jxl/splines_gbench.cc
    449  jxl/tf_gbench.cc
    450 )
    451 
    452 set(JPEGXL_INTERNAL_JPEGLI_LIBJPEG_HELPER_FILES
    453  jpegli/libjpeg_test_util.cc
    454  jpegli/libjpeg_test_util.h
    455 )
    456 
    457 set(JPEGXL_INTERNAL_JPEGLI_SOURCES
    458  jpegli/adaptive_quantization.cc
    459  jpegli/adaptive_quantization.h
    460  jpegli/bit_writer.cc
    461  jpegli/bit_writer.h
    462  jpegli/bitstream.cc
    463  jpegli/bitstream.h
    464  jpegli/color_quantize.cc
    465  jpegli/color_quantize.h
    466  jpegli/color_transform.cc
    467  jpegli/color_transform.h
    468  jpegli/common.cc
    469  jpegli/common.h
    470  jpegli/common_internal.h
    471  jpegli/dct-inl.h
    472  jpegli/decode.cc
    473  jpegli/decode.h
    474  jpegli/decode_internal.h
    475  jpegli/decode_marker.cc
    476  jpegli/decode_marker.h
    477  jpegli/decode_scan.cc
    478  jpegli/decode_scan.h
    479  jpegli/destination_manager.cc
    480  jpegli/downsample.cc
    481  jpegli/downsample.h
    482  jpegli/encode.cc
    483  jpegli/encode.h
    484  jpegli/encode_finish.cc
    485  jpegli/encode_finish.h
    486  jpegli/encode_internal.h
    487  jpegli/encode_streaming.cc
    488  jpegli/encode_streaming.h
    489  jpegli/entropy_coding-inl.h
    490  jpegli/entropy_coding.cc
    491  jpegli/entropy_coding.h
    492  jpegli/error.cc
    493  jpegli/error.h
    494  jpegli/huffman.cc
    495  jpegli/huffman.h
    496  jpegli/idct.cc
    497  jpegli/idct.h
    498  jpegli/input.cc
    499  jpegli/input.h
    500  jpegli/memory_manager.cc
    501  jpegli/memory_manager.h
    502  jpegli/quant.cc
    503  jpegli/quant.h
    504  jpegli/render.cc
    505  jpegli/render.h
    506  jpegli/simd.cc
    507  jpegli/simd.h
    508  jpegli/source_manager.cc
    509  jpegli/transpose-inl.h
    510  jpegli/types.h
    511  jpegli/upsample.cc
    512  jpegli/upsample.h
    513 )
    514 
    515 set(JPEGXL_INTERNAL_JPEGLI_TESTLIB_FILES
    516  jpegli/fuzztest.h
    517  jpegli/test_params.h
    518  jpegli/test_utils-inl.h
    519  jpegli/test_utils.cc
    520  jpegli/test_utils.h
    521 )
    522 
    523 set(JPEGXL_INTERNAL_JPEGLI_TESTS
    524  jpegli/decode_api_test.cc
    525  jpegli/encode_api_test.cc
    526  jpegli/error_handling_test.cc
    527  jpegli/input_suspension_test.cc
    528  jpegli/output_suspension_test.cc
    529  jpegli/source_manager_test.cc
    530  jpegli/streaming_test.cc
    531  jpegli/transcode_api_test.cc
    532 )
    533 
    534 set(JPEGXL_INTERNAL_JPEGLI_WRAPPER_SOURCES
    535  jpegli/libjpeg_wrapper.cc
    536 )
    537 
    538 set(JPEGXL_INTERNAL_PUBLIC_HEADERS
    539  include/jxl/cms.h
    540  include/jxl/cms_interface.h
    541  include/jxl/codestream_header.h
    542  include/jxl/color_encoding.h
    543  include/jxl/compressed_icc.h
    544  include/jxl/decode.h
    545  include/jxl/decode_cxx.h
    546  include/jxl/encode.h
    547  include/jxl/encode_cxx.h
    548  include/jxl/gain_map.h
    549  include/jxl/memory_manager.h
    550  include/jxl/parallel_runner.h
    551  include/jxl/stats.h
    552  include/jxl/types.h
    553 )
    554 
    555 set(JPEGXL_INTERNAL_TESTLIB_FILES
    556  jxl/dct_for_test.h
    557  jxl/dec_transforms_testonly.cc
    558  jxl/dec_transforms_testonly.h
    559  jxl/fake_parallel_runner_testonly.h
    560  jxl/fuzztest.h
    561  jxl/image_test_utils.h
    562  jxl/render_pipeline/test_render_pipeline_stages.h
    563  jxl/test_image.cc
    564  jxl/test_image.h
    565  jxl/test_memory_manager.cc
    566  jxl/test_memory_manager.h
    567  jxl/test_utils.cc
    568  jxl/test_utils.h
    569 )
    570 
    571 set(JPEGXL_INTERNAL_TESTS
    572  extras/codec_test.cc
    573  extras/compressed_icc_test.cc
    574  extras/dec/color_description_test.cc
    575  extras/dec/pgx_test.cc
    576  extras/gain_map_test.cc
    577  extras/jpegli_test.cc
    578  jxl/ac_strategy_test.cc
    579  jxl/alpha_test.cc
    580  jxl/ans_common_test.cc
    581  jxl/ans_test.cc
    582  jxl/bit_reader_test.cc
    583  jxl/bits_test.cc
    584  jxl/blending_test.cc
    585  jxl/butteraugli/butteraugli_test.cc
    586  jxl/byte_order_test.cc
    587  jxl/cms/tone_mapping_test.cc
    588  jxl/cms/transfer_functions_test.cc
    589  jxl/coeff_order_test.cc
    590  jxl/color_encoding_internal_test.cc
    591  jxl/color_management_test.cc
    592  jxl/convolve_test.cc
    593  jxl/data_parallel_test.cc
    594  jxl/dct_test.cc
    595  jxl/decode_test.cc
    596  jxl/enc_external_image_test.cc
    597  jxl/enc_gaborish_test.cc
    598  jxl/enc_linalg_test.cc
    599  jxl/enc_optimize_test.cc
    600  jxl/enc_photon_noise_test.cc
    601  jxl/encode_test.cc
    602  jxl/entropy_coder_test.cc
    603  jxl/fast_math_test.cc
    604  jxl/fields_test.cc
    605  jxl/gamma_correct_test.cc
    606  jxl/gradient_test.cc
    607  jxl/iaca_test.cc
    608  jxl/icc_codec_test.cc
    609  jxl/image_bundle_test.cc
    610  jxl/image_ops_test.cc
    611  jxl/jxl_test.cc
    612  jxl/lehmer_code_test.cc
    613  jxl/modular_test.cc
    614  jxl/opsin_image_test.cc
    615  jxl/opsin_inverse_test.cc
    616  jxl/padded_bytes_test.cc
    617  jxl/passes_test.cc
    618  jxl/patch_dictionary_test.cc
    619  jxl/preview_test.cc
    620  jxl/quant_weights_test.cc
    621  jxl/quantizer_test.cc
    622  jxl/rational_polynomial_test.cc
    623  jxl/render_pipeline/render_pipeline_test.cc
    624  jxl/roundtrip_test.cc
    625  jxl/simd_util_test.cc
    626  jxl/speed_tier_test.cc
    627  jxl/splines_test.cc
    628  jxl/toc_test.cc
    629  jxl/xorshift128plus_test.cc
    630  threads/thread_parallel_runner_test.cc
    631 )
    632 
    633 set(JPEGXL_INTERNAL_THREADS_PUBLIC_HEADERS
    634  include/jxl/resizable_parallel_runner.h
    635  include/jxl/resizable_parallel_runner_cxx.h
    636  include/jxl/thread_parallel_runner.h
    637  include/jxl/thread_parallel_runner_cxx.h
    638 )
    639 
    640 set(JPEGXL_INTERNAL_THREADS_SOURCES
    641  threads/resizable_parallel_runner.cc
    642  threads/thread_parallel_runner.cc
    643  threads/thread_parallel_runner_internal.cc
    644  threads/thread_parallel_runner_internal.h
    645 )