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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
918 700 heif_decode_image call site: 00700 ColorConversionPipeline::construct_pipeline
474 205 heif_context_read_from_memory call site: 00205 HeifContext::read_from_memory
310 1893 heif_context_get_image_handle call site: 01893 check_image_size
160 2 heif_init call site: 00002 list_all_potential_plugins_in_directory
97 1733 heif_context_get_number_of_top_level_images call site: 01733 heif_image_get_primary_width
78 1622 heif_decode_image call site: 01622 convert_libde265_image_to_heif_image
17 2230 LLVMFuzzerTestOneInput call site: 02230 unregister_plugin
15 170 heif_main_brand call site: 00170
13 2212 LLVMFuzzerTestOneInput call site: 02212 TestDecodeImage
12 1863 heif_image_handle_get_metadata_content_type call site: 01863 heif_image_handle_get_metadata
11 1843 heif_image_handle_get_metadata call site: 01843 Error::error_struct
9 680 heif_context_read_from_memory call site: 00680 Error::get_error_string

Fuzzer calltree

0 LLVMFuzzerTestOneInput [function] [call site] 00000
1 heif_init [function] [call site] 00001
2 ColorConversionPipeline::init_ops [function] [call site] 00002
3 emplace_back [function] [call site] 00004
3 std::make_shared<Op_RGB_to_RGB24_32> [function] [call site] 00005
3 emplace_back [function] [call site] 00006
3 std::make_shared<Op_RGB24_32_to_RGB> [function] [call site] 00007
3 emplace_back [function] [call site] 00008
3 std::make_shared<Op_YCbCr_to_RGB<uint16_t>> [function] [call site] 00009
3 emplace_back [function] [call site] 00010
3 std::make_shared<Op_YCbCr_to_RGB<uint8_t>> [function] [call site] 00011
3 emplace_back [function] [call site] 00012
3 std::make_shared<Op_YCbCr420_to_RGB24> [function] [call site] 00013
3 emplace_back [function] [call site] 00014
3 std::make_shared<Op_YCbCr420_to_RGB32> [function] [call site] 00015
3 emplace_back [function] [call site] 00016
3 std::make_shared<Op_YCbCr420_to_RRGGBBaa> [function] [call site] 00017
3 emplace_back [function] [call site] 00018
3 std::make_shared<Op_RGB_HDR_to_RRGGBBaa_BE> [function] [call site] 00019
3 emplace_back [function] [call site] 00020
3 std::make_shared<Op_RGB_to_RRGGBBaa_BE> [function] [call site] 00021
3 emplace_back [function] [call site] 00022
3 std::make_shared<Op_mono_to_YCbCr420> [function] [call site] 00023
3 emplace_back [function] [call site] 00024
3 std::make_shared<Op_mono_to_RGB24_32> [function] [call site] 00025
3 emplace_back [function] [call site] 00026
3 std::make_shared<Op_RRGGBBaa_swap_endianness> [function] [call site] 00027
3 emplace_back [function] [call site] 00028
3 std::make_shared<Op_RRGGBBaa_BE_to_RGB_HDR> [function] [call site] 00029
3 emplace_back [function] [call site] 00030
3 std::make_shared<Op_RGB24_32_to_YCbCr> [function] [call site] 00031
3 emplace_back [function] [call site] 00032
3 std::make_shared<Op_RGB_to_YCbCr<uint8_t>> [function] [call site] 00033
3 emplace_back [function] [call site] 00034
3 std::make_shared<Op_RGB_to_YCbCr<uint16_t>> [function] [call site] 00035
3 emplace_back [function] [call site] 00036
3 std::make_shared<Op_RRGGBBxx_HDR_to_YCbCr420> [function] [call site] 00037
3 emplace_back [function] [call site] 00038
3 std::make_shared<Op_RGB24_32_to_YCbCr444_GBR> [function] [call site] 00039
3 emplace_back [function] [call site] 00040
3 std::make_shared<Op_drop_alpha_plane> [function] [call site] 00041
3 emplace_back [function] [call site] 00042
3 std::make_shared<Op_flatten_alpha_plane<uint8_t>> [function] [call site] 00043
3 emplace_back [function] [call site] 00044
3 std::make_shared<Op_flatten_alpha_plane<uint16_t>> [function] [call site] 00045
3 emplace_back [function] [call site] 00046
3 std::make_shared<Op_to_hdr_planes> [function] [call site] 00047
3 emplace_back [function] [call site] 00048
3 std::make_shared<Op_to_sdr_planes> [function] [call site] 00049
3 emplace_back [function] [call site] 00050
3 std::make_shared<Op_YCbCr420_bilinear_to_YCbCr444<uint8_t>> [function] [call site] 00051
3 emplace_back [function] [call site] 00052
3 std::make_shared<Op_YCbCr420_bilinear_to_YCbCr444<uint16_t>> [function] [call site] 00053
3 emplace_back [function] [call site] 00054
3 std::make_shared<Op_YCbCr422_bilinear_to_YCbCr444<uint8_t>> [function] [call site] 00055
3 emplace_back [function] [call site] 00056
3 std::make_shared<Op_YCbCr422_bilinear_to_YCbCr444<uint16_t>> [function] [call site] 00057
3 emplace_back [function] [call site] 00058
3 std::make_shared<Op_YCbCr444_to_YCbCr420_average<uint8_t>> [function] [call site] 00059
3 emplace_back [function] [call site] 00060
3 std::make_shared<Op_YCbCr444_to_YCbCr420_average<uint16_t>> [function] [call site] 00061
3 emplace_back [function] [call site] 00062
3 std::make_shared<Op_YCbCr444_to_YCbCr422_average<uint8_t>> [function] [call site] 00063
3 emplace_back [function] [call site] 00064
3 std::make_shared<Op_YCbCr444_to_YCbCr422_average<uint16_t>> [function] [call site] 00065
3 emplace_back [function] [call site] 00066
3 std::make_shared<Op_Any_RGB_to_YCbCr_420_Sharp> [function] [call site] 00067
2 register_default_plugins [function] [call site] 00068
3 register_decoder [function] [call site] 00069
3 get_decoder_plugin_libde265 [function] [call site] 00071
3 register_encoder [function] [call site] 00072
4 std::unique_ptr<struct [call site] 00073
4 heif_encoder_descriptor::heif_encoder_descriptor [function] [call site] 00074
4 std::move [function] [call site] 00076
5 static_cast<typename [call site] 00077
3 get_encoder_plugin_x265 [function] [call site] 00078
3 register_encoder [function] [call site] 00079
3 get_encoder_plugin_kvazaar [function] [call site] 00080
3 register_encoder [function] [call site] 00081
3 get_encoder_plugin_uvg266 [function] [call site] 00082
3 register_encoder [function] [call site] 00083
3 get_encoder_plugin_vvenc [function] [call site] 00084
3 register_decoder [function] [call site] 00085
3 get_decoder_plugin_vvdec [function] [call site] 00086
3 register_encoder [function] [call site] 00087
3 get_encoder_plugin_aom [function] [call site] 00088
3 register_decoder [function] [call site] 00089
3 get_decoder_plugin_aom [function] [call site] 00090
3 register_encoder [function] [call site] 00091
3 get_encoder_plugin_rav1e [function] [call site] 00092
3 register_decoder [function] [call site] 00093
3 get_decoder_plugin_dav1d [function] [call site] 00094
3 register_encoder [function] [call site] 00095
3 get_encoder_plugin_svt [function] [call site] 00096
3 register_decoder [function] [call site] 00097
3 get_decoder_plugin_ffmpeg [function] [call site] 00098
3 register_decoder [function] [call site] 00099
3 get_decoder_plugin_jpeg [function] [call site] 00100
3 register_encoder [function] [call site] 00101
3 get_encoder_plugin_jpeg [function] [call site] 00102
3 register_encoder [function] [call site] 00103
3 get_encoder_plugin_openjpeg [function] [call site] 00104
3 register_decoder [function] [call site] 00105
3 get_decoder_plugin_openjpeg [function] [call site] 00106
3 register_encoder [function] [call site] 00107
3 get_encoder_plugin_openjph [function] [call site] 00108
3 register_decoder [function] [call site] 00109
3 get_decoder_plugin_openh264 [function] [call site] 00110
3 register_encoder [function] [call site] 00111
3 get_encoder_plugin_uncompressed [function] [call site] 00112
3 register_decoder [function] [call site] 00113
3 get_decoder_plugin_uncompressed [function] [call site] 00114
3 register_encoder [function] [call site] 00115
3 get_encoder_plugin_mask [function] [call site] 00116
2 get_plugin_paths [function] [call site] 00117
3 get_plugin_directories_from_environment_variable_windows [function] [call site] 00118
4 std::vector::push_back [function] [call site] 00121
3 get_plugin_directories_from_environment_variable_unix [function] [call site] 00122
4 std::vector::push_back [function] [call site] 00125
3 std::vector::empty [function] [call site] 00126
3 std::vector::push_back [function] [call site] 00127
2 heif_load_plugins [function] [call site] 00128
3 list_all_potential_plugins_in_directory [function] [call site] 00129
4 list_all_potential_plugins_in_directory_windows [function] [call site] 00130
5 FindFirstFile [function] [call site] 00132
5 std::string::c_str [function] [call site] 00133
5 std::vector::push_back [function] [call site] 00134
5 FindNextFile [function] [call site] 00135
5 FindClose [function] [call site] 00136
4 list_all_potential_plugins_in_directory_unix [function] [call site] 00137
3 heif_load_plugin [function] [call site] 00145
4 PluginLibrary_Unix::load_from_file [function] [call site] 00146
4 PluginLibrary_Unix::get_plugin_info [function] [call site] 00153
4 push_back [function] [call site] 00154
4 static_cast<const [call site] 00155
4 heif_register_encoder_plugin [function] [call site] 00156
5 register_encoder [function] [call site] 00157
4 static_cast<const [call site] 00158
4 heif_register_decoder_plugin [function] [call site] 00159
5 register_decoder [function] [call site] 00160
1 heif_check_filetype [function] [call site] 00163
2 heif_read_main_brand [function] [call site] 00164
3 heif_fourcc_to_brand [function] [call site] 00165
1 clip_int [function] [call site] 00167
2 static_cast<int> [function] [call site] 00168
1 heif_get_file_mime_type [function] [call site] 00187
2 heif_main_brand [function] [call site] 00188
2 heif_read_minor_version_brand [function] [call site] 00189
3 heif_fourcc_to_brand [function] [call site] 00190
1 heif_context_alloc [function] [call site] 00194
2 load_plugins_if_not_initialized_yet [function] [call site] 00195
3 heif_init [function] [call site] 00196
2 heif_context::heif_context [function] [call site] 00197
2 std::make_shared<HeifContext> [function] [call site] 00198
1 heif_context_get_security_limits [function] [call site] 00199
2 MemoryHandle::get_security_limits [function] [call site] 00200
1 heif_context_get_security_limits [function] [call site] 00203
1 heif_context_read_from_memory [function] [call site] 00204
2 HeifContext::read_from_memory [function] [call site] 00205
3 std::make_shared<HeifFile> [function] [call site] 00206
3 HeifContext::set_security_limits [function] [call site] 00207
4 copy_security_limits [function] [call site] 00208
4 copy_security_limits [function] [call site] 00209
3 HeifContext::read_from_memory [function] [call site] 00210
4 std::make_shared<HeifFile> [function] [call site] 00211
4 HeifContext::set_security_limits [function] [call site] 00212
4 HeifContext::read_from_memory [function] [call site] 00213
4 HeifContext::interpret_heif_file [function] [call site] 00214
5 has_images [function] [call site] 00215
5 HeifContext::interpret_heif_file_images [function] [call site] 00216
6 reset [function] [call site] 00219
7 reinterpret_cast<mkvparser::MkvReader [call site] 00220
7 reinterpret_cast<mkvparser::Segment [call site] 00221
6 get_item_IDs [function] [call site] 00222
6 get_infe_box [function] [call site] 00223
6 ImageItem::alloc_for_infe_box [function] [call site] 00224
7 get_item_type_4cc [function] [call site] 00225
7 get_item_ID [function] [call site] 00226
7 get_content_type [function] [call site] 00229
7 std::make_shared<ImageItem_JPEG> [function] [call site] 00230
7 std::make_shared<ImageItem_HEVC> [function] [call site] 00232
7 std::make_shared<ImageItem_AVIF> [function] [call site] 00234
7 std::make_shared<ImageItem_VVC> [function] [call site] 00236
7 std::make_shared<ImageItem_AVC> [function] [call site] 00238
7 std::make_shared<ImageItem_uncompressed> [function] [call site] 00240
7 fourcc_to_string [function] [call site] 00241
8 static_cast<char> [function] [call site] 00242
8 static_cast<char> [function] [call site] 00243
8 static_cast<char> [function] [call site] 00244
8 static_cast<char> [function] [call site] 00245
7 std::stringstream::str [function] [call site] 00246
7 std::make_shared<ImageItem_Error> [function] [call site] 00247
7 std::make_shared<ImageItem_JPEG2000> [function] [call site] 00249
7 std::make_shared<ImageItem_Error> [function] [call site] 00251
7 std::make_shared<ImageItem_mask> [function] [call site] 00253
7 std::make_shared<ImageItem_Grid> [function] [call site] 00255
7 std::make_shared<ImageItem_Overlay> [function] [call site] 00257
7 std::make_shared<ImageItem_iden> [function] [call site] 00259
7 std::make_shared<ImageItem_Tiled> [function] [call site] 00261
6 std::make_pair [function] [call site] 00263
6 Box_infe::is_hidden_item [function] [call site] 00264
6 get_primary_image_ID [function] [call site] 00265
6 ImageItem::set_primary [function] [call site] 00266
6 push_back [function] [call site] 00267
6 get_properties [function] [call site] 00268
6 ImageItem::set_properties [function] [call site] 00269
7 std::move [function] [call site] 00270
6 ImageItem_JPEG2000::initialize_decoder [function] [call site] 00271
7 get_property<Box_j2kH> [function] [call site] 00272
7 std::make_shared<Decoder_JPEG2000> [function] [call site] 00273
6 ImageItem_JPEG2000::set_decoder_input_data [function] [call site] 00274
7 DataExtent::set_from_image_item [function] [call site] 00275
8 std::move [function] [call site] 00276
7 get_context [function] [call site] 00277
7 set_data_extent [function] [call site] 00279
7 std::move [function] [call site] 00280
6 get_item_error [function] [call site] 00282
6 get_properties [function] [call site] 00283
6 std::dynamic_pointer_cast<Box_other> [function] [call site] 00284
6 HeifContext::get_heif_file [function] [call site] 00285
6 HeifContext::get_heif_file [function] [call site] 00286
6 get_type_string [function] [call site] 00287
6 std::stringstream::str [function] [call site] 00288
6 std::dynamic_pointer_cast<Box_Error> [function] [call site] 00289
6 Box_Error::get_parse_error_fatality [function] [call site] 00290
6 add_decoding_warning [function] [call site] 00291
6 StreamReader::get_error [function] [call site] 00292
6 StreamReader::get_error [function] [call site] 00293
6 std::dynamic_pointer_cast<Box_ispe> [function] [call site] 00294
6 get_width [function] [call site] 00295
6 get_height [function] [call site] 00296
6 set_resolution [function] [call site] 00297
6 add_decoding_warning [function] [call site] 00298
6 std::dynamic_pointer_cast<Box_colr> [function] [call site] 00299
6 auto::get_color_profile [function] [call site] 00300
6 set_color_profile [function] [call site] 00301
6 std::dynamic_pointer_cast<Box_cmin> [function] [call site] 00302
6 set_intrinsic_matrix [function] [call site] 00303
6 Box_cmin::get_intrinsic_matrix [function] [call site] 00304
6 std::dynamic_pointer_cast<Box_cmex> [function] [call site] 00305
6 set_extrinsic_matrix [function] [call site] 00306
6 Box_cmex::get_extrinsic_matrix [function] [call site] 00307
6 std::dynamic_pointer_cast<Box_clap> [function] [call site] 00308
6 set_resolution [function] [call site] 00309
6 Box_clap::get_width_rounded [function] [call site] 00310
6 Box_clap::get_height_rounded [function] [call site] 00314
6 has_intrinsic_matrix [function] [call site] 00316
6 get_intrinsic_matrix [function] [call site] 00317
6 Catch::Detail::unique_ptr::get [function] [call site] 00318
6 get_width [function] [call site] 00319
6 get_height [function] [call site] 00320
6 std::dynamic_pointer_cast<Box_imir> [function] [call site] 00321
6 get_intrinsic_matrix [function] [call site] 00322
6 Catch::Detail::unique_ptr::get [function] [call site] 00323
6 get_width [function] [call site] 00324
6 get_height [function] [call site] 00325
6 std::dynamic_pointer_cast<Box_irot> [function] [call site] 00326
6 Box_irot::get_rotation_ccw [function] [call site] 00327
6 Box_irot::get_rotation_ccw [function] [call site] 00328
6 set_resolution [function] [call site] 00329
6 get_height [function] [call site] 00330
6 get_width [function] [call site] 00331
6 get_iref_box [function] [call site] 00332
6 Box_iref::get_references_from [function] [call site] 00333
7 std::vector::push_back [function] [call site] 00334
6 BoxHeader::get_short_type [function] [call site] 00336
6 set_is_thumbnail [function] [call site] 00338
6 end [function] [call site] 00340
7 change_state [function] [call site] 00341
8 pthread_mutex_lock [function] [call site] 00342
9 EnterCriticalSection [function] [call site] 00343
8 pthread_cond_wait [function] [call site] 00344
9 SleepConditionVariableCS [function] [call site] 00345
8 pthread_cond_signal [function] [call site] 00346
9 WakeConditionVariable [function] [call site] 00347
8 pthread_mutex_unlock [function] [call site] 00348
9 LeaveCriticalSection [function] [call site] 00349
7 pthread_join [function] [call site] 00350
8 WaitForSingleObjectEx [function] [call site] 00351
8 CloseHandle [function] [call site] 00352
7 pthread_mutex_destroy [function] [call site] 00353
8 DeleteCriticalSection [function] [call site] 00354
7 pthread_cond_destroy [function] [call site] 00355
7 aom_free [function] [call site] 00356
8 GetActualMallocAddress [function] [call site] 00357
9 GetMallocAddressLocation [function] [call site] 00358
6 ImageItem::set_is_thumbnail [function] [call site] 00363
6 Catch::Detail::unique_ptr::get [function] [call site] 00366
6 ImageItem::add_thumbnail [function] [call site] 00368
7 push_back [function] [call site] 00369
6 HeifContext::remove_top_level_image [function] [call site] 00370
7 std::vector::push_back [function] [call site] 00371
7 std::move [function] [call site] 00372
6 get_property [function] [call site] 00374
6 std::stringstream::str [function] [call site] 00377
6 std::shared_ptr::get_aux_type [function] [call site] 00378
6 std::shared_ptr::get_aux_type [function] [call site] 00379
6 std::shared_ptr::get_aux_type [function] [call site] 00380
6 has_item_with_id [function] [call site] 00383
6 Catch::Detail::unique_ptr::get [function] [call site] 00386
6 set_is_alpha_channel [function] [call site] 00388
6 ImageItem::set_alpha_channel [function] [call site] 00389
7 std::move [function] [call site] 00390
6 std::shared_ptr::get_aux_type [function] [call site] 00391
6 std::shared_ptr::get_aux_type [function] [call site] 00392
6 set_is_depth_channel [function] [call site] 00393
6 has_item_with_id [function] [call site] 00396
6 Catch::Detail::unique_ptr::get [function] [call site] 00399
6 ImageItem::set_depth_channel [function] [call site] 00401
7 std::move [function] [call site] 00402
6 std::shared_ptr::get_subtypes [function] [call site] 00403
6 decode_hevc_aux_sei_messages [function] [call site] 00405
7 BitReader::get_bits_remaining [function] [call site] 00408
7 BitReader::get_bits32 [function] [call site] 00409
8 static_cast<uint32_t> [function] [call site] 00411
8 BitReader::get_bits [function] [call site] 00412
9 BitReader::refill [function] [call site] 00414
9 static_cast<uint32_t> [function] [call site] 00415
7 BitReader::get_current_byte_index [function] [call site] 00417
7 BitReader::get_current_byte_index [function] [call site] 00418
7 BitReader::get_bits_remaining [function] [call site] 00421
7 BitReader::get_bits32 [function] [call site] 00422
7 static_cast<uint8_t> [function] [call site] 00423
7 BitReader::get_bits8 [function] [call site] 00424
8 static_cast<uint8_t> [function] [call site] 00426
8 BitReader::get_bits [function] [call site] 00427
7 BitReader::skip_bits [function] [call site] 00428
8 BitReader::refill [function] [call site] 00429
7 BitReader::get_bits_remaining [function] [call site] 00430
7 BitReader::get_bits8 [function] [call site] 00431
7 BitReader::get_bits8 [function] [call site] 00432
7 read_depth_representation_info [function] [call site] 00433
8 std::make_shared<SEIMessage_depth_representation_info> [function] [call site] 00434
8 get_bits [function] [call site] 00435
9 bitreader_refill [function] [call site] 00436
8 read_depth_rep_info_element [function] [call site] 00445
8 read_depth_rep_info_element [function] [call site] 00454
8 read_depth_rep_info_element [function] [call site] 00455
8 read_depth_rep_info_element [function] [call site] 00456
7 Catch::Benchmark::Detail::throw_optimized_away_error [function] [call site] 00457
8 Catch::throw_exception [function] [call site] 00458
9 Catch::cerr [function] [call site] 00459
9 std::terminate [function] [call site] 00461
7 push_back [function] [call site] 00462
6 std::dynamic_pointer_cast<SEIMessage_depth_representation_info> [function] [call site] 00463
6 set_depth_representation_info [function] [call site] 00464
6 set_is_aux_image [function] [call site] 00465
6 std::shared_ptr::get_aux_type [function] [call site] 00466
6 has_item_with_id [function] [call site] 00469
6 Catch::Detail::unique_ptr::get [function] [call site] 00472
6 ImageItem::add_aux_image [function] [call site] 00474
6 HeifContext::remove_top_level_image [function] [call site] 00477
6 get_item_error [function] [call site] 00478
6 get_infe_box [function] [call site] 00479
6 std::shared_ptr::get_item_type_4cc [function] [call site] 00481
6 get_ipma_box [function] [call site] 00483
6 get_ipco_box [function] [call site] 00484
6 Box_ipco::get_property_for_item_ID [function] [call site] 00485
7 Box_ipco::get_properties_for_item_ID [function] [call site] 00486
8 Box_ipco::get_properties_for_item_ID [function] [call site] 00487
8 std::stringstream::str [function] [call site] 00489
8 get_all_child_boxes [function] [call site] 00490
8 std::stringstream::str [function] [call site] 00493
8 push_back [function] [call site] 00494
7 get_all_child_boxes [function] [call site] 00495
7 get_short_type [function] [call site] 00497
6 std::shared_ptr::get_item_type_4cc [function] [call site] 00501
6 get_ipma_box [function] [call site] 00503
6 get_ipco_box [function] [call site] 00504
6 Box_ipco::get_property_for_item_ID [function] [call site] 00505
6 get_item_error [function] [call site] 00509
6 get_infe_box [function] [call site] 00510
6 Box_infe::get_item_type_4cc [function] [call site] 00511
6 Box_iref::get_references [function] [call site] 00513
7 BoxHeader::get_short_type [function] [call site] 00514
7 std::vector<uint32_t> [function] [call site] 00515
6 std::vector::empty [function] [call site] 00517
6 std::vector::front [function] [call site] 00518
6 get_color_profile_icc [function] [call site] 00521
6 auto::get_color_profile_icc [function] [call site] 00522
6 set_color_profile [function] [call site] 00523
6 auto::get_color_profile_icc [function] [call site] 00524
6 get_color_profile_nclx [function] [call site] 00525
6 auto::get_color_profile_nclx [function] [call site] 00526
6 set_color_profile [function] [call site] 00527
6 auto::get_color_profile_nclx [function] [call site] 00528
6 get_item_type_4cc [function] [call site] 00529
6 get_content_type [function] [call site] 00530
6 get_item_uri_type [function] [call site] 00546
6 std::make_shared<ImageMetadata> [function] [call site] 00547
6 fourcc_to_string [function] [call site] 00548
6 std::move [function] [call site] 00549
6 get_uncompressed_item_data [function] [call site] 00550
6 Catch::Benchmark::Detail::throw_optimized_away_error [function] [call site] 00553
7 Catch::throw_exception [function] [call site] 00554
6 Box_iref::get_references [function] [call site] 00555
6 has_item_with_id [function] [call site] 00559
6 ImageItem::add_metadata [function] [call site] 00561
6 Box_iref::get_references [function] [call site] 00564
6 ImageItem::set_is_premultiplied_alpha [function] [call site] 00569
6 get_item_type_4cc [function] [call site] 00570
6 std::make_shared<RegionItem> [function] [call site] 00572
6 get_uncompressed_item_data [function] [call site] 00573
6 Catch::Benchmark::Detail::throw_optimized_away_error [function] [call site] 00574
6 std::shared_ptr::parse [function] [call site] 00575
6 Box_iref::get_references_from [function] [call site] 00576
6 BoxHeader::get_short_type [function] [call site] 00577
6 ImageItem::add_region_item_id [function] [call site] 00582
7 push_back [function] [call site] 00583
6 push_back [function] [call site] 00584
6 BoxHeader::get_short_type [function] [call site] 00585
6 std::shared_ptr::get_number_of_regions [function] [call site] 00587
6 std::shared_ptr::get_regions [function] [call site] 00588
6 getRegionType [function] [call site] 00589
6 std::dynamic_pointer_cast<RegionGeometry_ReferencedMask> [function] [call site] 00590
6 std::shared_ptr::get_regions [function] [call site] 00591
6 std::vector::size [function] [call site] 00592
6 HeifContext::is_image [function] [call site] 00594
6 HeifContext::get_image [function] [call site] 00598
7 ImageItem::get_item_error [function] [call site] 00601
6 ImageItem::get_item_error [function] [call site] 00602
6 ImageItem::get_ispe_width [function] [call site] 00603
7 ImageItem::get_property [function] [call site] 00604
8 std::dynamic_pointer_cast<BoxType> [function] [call site] 00605
7 get_width [function] [call site] 00606
6 ImageItem::get_ispe_height [function] [call site] 00607
7 ImageItem::get_property [function] [call site] 00608
7 get_height [function] [call site] 00609
6 HeifContext::remove_top_level_image [function] [call site] 00610
6 get_item_type_4cc [function] [call site] 00611
6 std::make_shared<TextItem> [function] [call site] 00613
6 std::shared_ptr::set_item_id [function] [call site] 00614
6 get_uncompressed_item_data [function] [call site] 00615
6 Catch::Benchmark::Detail::throw_optimized_away_error [function] [call site] 00616
6 std::shared_ptr::parse [function] [call site] 00617
6 Box_iref::get_references_from [function] [call site] 00618
6 BoxHeader::get_short_type [function] [call site] 00619
6 ImageItem::add_text_item_id [function] [call site] 00624
7 push_back [function] [call site] 00625
6 push_back [function] [call site] 00626
5 has_sequences [function] [call site] 00627
5 HeifContext::interpret_heif_file_sequences [function] [call site] 00628
6 get_moov_box [function] [call site] 00630
6 Box::get_child_box [function] [call site] 00632
7 std::dynamic_pointer_cast<T> [function] [call site] 00633
6 Box::get_child_boxes [function] [call site] 00635
7 std::dynamic_pointer_cast<T> [function] [call site] 00636
7 std::vector::push_back [function] [call site] 00637
6 Track::alloc_track [function] [call site] 00638
7 get_child_box [function] [call site] 00639
7 Box::get_child_box [function] [call site] 00640
7 Box_hdlr::get_handler_type [function] [call site] 00641
7 std::make_shared<Track_Visual> [function] [call site] 00645
7 std::make_shared<Track_Metadata> [function] [call site] 00647
6 ImageItem::get_id [function] [call site] 00649
6 Track::is_visual_track [function] [call site] 00650
6 ImageItem::get_id [function] [call site] 00653
6 std::vector::push_back [function] [call site] 00654
6 Track_Visual::initialize_after_parsing [function] [call site] 00655
7 get_handler [function] [call site] 00656
7 fourcc_to_string [function] [call site] 00659
7 get_handler [function] [call site] 00660
7 get_handler [function] [call site] 00661
7 get_auxiliary_info_type [function] [call site] 00662
7 get_tref_box [function] [call site] 00663
7 Box_iref::get_references [function] [call site] 00664
7 std::any_of [function] [call site] 00666
7 Catch::TextFlow::AnsiSkippingString::begin [function] [call site] 00667
8 const_iterator [function] [call site] 00668
7 end [function] [call site] 00669
8 change_state [function] [call site] 00670
8 pthread_join [function] [call site] 00671
8 pthread_mutex_destroy [function] [call site] 00672
8 pthread_cond_destroy [function] [call site] 00673
7 std::dynamic_pointer_cast<Track_Visual> [function] [call site] 00678
3 HeifContext::interpret_heif_file [function] [call site] 00679
2 Error::error_struct [function] [call site] 00680
3 ErrorBuffer::set_success [function] [call site] 00681
3 Error::get_error_string [function] [call site] 00682
3 Error::get_error_string [function] [call site] 00684
3 ErrorBuffer::set_error [function] [call site] 00686
3 std::stringstream::str [function] [call site] 00688
3 StreamReader::get_error [function] [call site] 00689
2 Catch::Detail::unique_ptr::get [function] [call site] 00690
1 heif_context_get_primary_image_handle [function] [call site] 00691
2 Error::error_struct [function] [call site] 00692
2 Catch::Detail::unique_ptr::get [function] [call site] 00693
2 get_primary_image [function] [call site] 00694
3 heif_decode_image [function] [call site] 00695
4 ImageItem::get_id [function] [call site] 00696
4 fill_default_decoding_options [function] [call site] 00697
4 heif_decoding_options_copy [function] [call site] 00698
4 HeifContext::decode_image [function] [call site] 00700
5 std::shared_ptr::decode_image [function] [call site] 00705
5 Catch::Benchmark::Detail::throw_optimized_away_error [function] [call site] 00706
5 HeifContext::convert_to_output_colorspace [function] [call site] 00707
6 std::shared_ptr<HeifPixelImage>::get_colorspace [function] [call site] 00708
6 get_chroma_format [function] [call site] 00709
6 get_chroma_format [function] [call site] 00710
6 std::shared_ptr<HeifPixelImage>::get_colorspace [function] [call site] 00711
6 std::shared_ptr<HeifPixelImage>::get_visual_image_bits_per_pixel [function] [call site] 00712
6 std::shared_ptr<HeifPixelImage>::has_alpha [function] [call site] 00713
6 convert_colorspace [function] [call site] 00714
7 heif_color_conversion_options_ext_copy [function] [call site] 00715
7 std::unique_ptr::get [function] [call site] 00717
7 get_width [function] [call site] 00718
7 get_height [function] [call site] 00719
7 has_channel [function] [call site] 00720
7 get_width [function] [call site] 00721
7 get_height [function] [call site] 00722
7 get_colorspace [function] [call site] 00723
7 get_chroma_format [function] [call site] 00724
7 has_channel [function] [call site] 00725
7 is_interleaved_with_alpha [function] [call site] 00726
7 get_chroma_format [function] [call site] 00728
7 get_color_profile_nclx [function] [call site] 00729
7 get_color_profile_nclx [function] [call site] 00730
7 color_profile_nclx::replace_undefined_values_with_sRGB_defaults [function] [call site] 00731
7 get_channel_set [function] [call site] 00732
7 std::set::empty [function] [call site] 00734
7 get_bits_per_pixel [function] [call site] 00735
7 std::set::begin [function] [call site] 00736
7 Box_mini::get_matrix_coefficients [function] [call site] 00737
7 color_profile_nclx::set_matrix_coefficients [function] [call site] 00738
7 Box_mini::get_matrix_coefficients [function] [call site] 00739
7 get_colour_primaries [function] [call site] 00740
7 color_profile_nclx::set_colour_primaries [function] [call site] 00741
7 get_colour_primaries [function] [call site] 00742
7 Box_mini::get_transfer_characteristics [function] [call site] 00743
7 color_profile_nclx::set_transfer_characteristics [function] [call site] 00744
7 Box_mini::get_transfer_characteristics [function] [call site] 00745
7 num_interleaved_pixels_per_plane [function] [call site] 00746
7 is_interleaved_with_alpha [function] [call site] 00748
7 ColorConversionPipeline::construct_pipeline [function] [call site] 00749
8 ColorConversionPipeline::init_ops [function] [call site] 00751
8 std::vector::emplace_back [function] [call site] 00752
8 std::vector::empty [function] [call site] 00753
8 ctrl_set_qm_max [function] [call site] 00754
9 update_extra_cfg [function] [call site] 00756
10 validate_config [function] [call site] 00757
11 RANGE_CHECK [function] [call site] 00758
11 RANGE_CHECK [function] [call site] 00759
11 RANGE_CHECK [function] [call site] 00760
11 RANGE_CHECK [function] [call site] 00761
11 RANGE_CHECK_HI [function] [call site] 00762
11 RANGE_CHECK_HI [function] [call site] 00763
11 RANGE_CHECK_HI [function] [call site] 00764
11 RANGE_CHECK_BOOL [function] [call site] 00765
11 RANGE_CHECK_HI [function] [call site] 00766
11 RANGE_CHECK_HI [function] [call site] 00767
11 RANGE_CHECK_HI [function] [call site] 00768
11 RANGE_CHECK_HI [function] [call site] 00769
11 RANGE_CHECK [function] [call site] 00770
11 RANGE_CHECK_HI [function] [call site] 00771
11 RANGE_CHECK_HI [function] [call site] 00772
11 RANGE_CHECK [function] [call site] 00773
11 RANGE_CHECK_HI [function] [call site] 00774
11 RANGE_CHECK_HI [function] [call site] 00775
11 RANGE_CHECK_HI [function] [call site] 00776
11 RANGE_CHECK [function] [call site] 00777
11 RANGE_CHECK_HI [function] [call site] 00778
11 RANGE_CHECK [function] [call site] 00779
11 RANGE_CHECK_HI [function] [call site] 00780
11 RANGE_CHECK_HI [function] [call site] 00781
11 RANGE_CHECK_HI [function] [call site] 00782
11 RANGE_CHECK_HI [function] [call site] 00783
11 RANGE_CHECK_HI [function] [call site] 00784
11 RANGE_CHECK_HI [function] [call site] 00785
11 RANGE_CHECK [function] [call site] 00786
11 RANGE_CHECK_HI [function] [call site] 00788
11 RANGE_CHECK_HI [function] [call site] 00789
11 RANGE_CHECK_HI [function] [call site] 00791
11 RANGE_CHECK [function] [call site] 00792
11 RANGE_CHECK [function] [call site] 00793
11 RANGE_CHECK_HI [function] [call site] 00794
11 RANGE_CHECK [function] [call site] 00795
11 RANGE_CHECK [function] [call site] 00796
11 RANGE_CHECK [function] [call site] 00797
11 RANGE_CHECK [function] [call site] 00798
11 RANGE_CHECK_HI [function] [call site] 00799
11 RANGE_CHECK_HI [function] [call site] 00800
11 RANGE_CHECK_HI [function] [call site] 00801
11 RANGE_CHECK_HI [function] [call site] 00802
11 RANGE_CHECK_HI [function] [call site] 00803
11 RANGE_CHECK_HI [function] [call site] 00804
11 RANGE_CHECK_HI [function] [call site] 00805
11 RANGE_CHECK [function] [call site] 00806
11 RANGE_CHECK_HI [function] [call site] 00807
11 RANGE_CHECK [function] [call site] 00808
11 RANGE_CHECK_HI [function] [call site] 00809
11 RANGE_CHECK_HI [function] [call site] 00810
11 RANGE_CHECK_HI [function] [call site] 00811
11 RANGE_CHECK_HI [function] [call site] 00812
11 RANGE_CHECK_HI [function] [call site] 00813
11 RANGE_CHECK_HI [function] [call site] 00814
11 RANGE_CHECK_HI [function] [call site] 00815
11 RANGE_CHECK_HI [function] [call site] 00817
11 RANGE_CHECK_HI [function] [call site] 00818
11 RANGE_CHECK_HI [function] [call site] 00819
11 RANGE_CHECK_HI [function] [call site] 00820
11 RANGE_CHECK [function] [call site] 00821
11 RANGE_CHECK [function] [call site] 00822
11 RANGE_CHECK [function] [call site] 00823
11 RANGE_CHECK_HI [function] [call site] 00832
11 RANGE_CHECK_HI [function] [call site] 00833
11 RANGE_CHECK [function] [call site] 00836
11 RANGE_CHECK [function] [call site] 00837
11 RANGE_CHECK [function] [call site] 00838
11 RANGE_CHECK [function] [call site] 00839
11 RANGE_CHECK_HI [function] [call site] 00840
11 RANGE_CHECK [function] [call site] 00844
11 RANGE_CHECK [function] [call site] 00845
11 RANGE_CHECK [function] [call site] 00846
11 RANGE_CHECK [function] [call site] 00849
11 RANGE_CHECK [function] [call site] 00850
11 RANGE_CHECK_HI [function] [call site] 00851
11 RANGE_CHECK_HI [function] [call site] 00852
11 RANGE_CHECK_HI [function] [call site] 00853
11 RANGE_CHECK [function] [call site] 00854
11 RANGE_CHECK [function] [call site] 00855
11 RANGE_CHECK [function] [call site] 00856
11 RANGE_CHECK [function] [call site] 00857
11 RANGE_CHECK [function] [call site] 00858
11 RANGE_CHECK [function] [call site] 00859
11 RANGE_CHECK_HI [function] [call site] 00860
11 is_valid_seq_level_idx [function] [call site] 00861
11 RANGE_CHECK [function] [call site] 00863
11 RANGE_CHECK_HI [function] [call site] 00864
11 RANGE_CHECK_HI [function] [call site] 00865
10 set_encoder_config [function] [call site] 00866
11 update_default_encoder_config [function] [call site] 00867
11 av1_quantizer_to_qindex [function] [call site] 00868
11 av1_quantizer_to_qindex [function] [call site] 00869
11 av1_quantizer_to_qindex [function] [call site] 00870
11 convert_qp_offset [function] [call site] 00871
12 av1_convert_qindex_to_q [function] [call site] 00872
13 av1_ac_quant_QTX [function] [call site] 00873
13 av1_ac_quant_QTX [function] [call site] 00876
13 av1_ac_quant_QTX [function] [call site] 00877
12 av1_quantizer_to_qindex [function] [call site] 00879
12 av1_convert_qindex_to_q [function] [call site] 00881
11 get_modeled_qp_offset [function] [call site] 00882
12 av1_convert_qindex_to_q [function] [call site] 00883
11 disable_superres [function] [call site] 00889
11 av1_quantizer_to_qindex [function] [call site] 00890
11 av1_quantizer_to_qindex [function] [call site] 00891
11 disable_superres [function] [call site] 00892
11 disable_superres [function] [call site] 00893
11 disable_superres [function] [call site] 00894
10 av1_check_fpmt_config [function] [call site] 00896
11 is_fpmt_config [function] [call site] 00897
11 av1_zero_array [function] [call site] 00899
11 av1_zero_array [function] [call site] 00900
11 av1_zero_array [function] [call site] 00901
10 av1_change_config_seq [function] [call site] 00904
11 av1_set_aom_dec_model_info [function] [call site] 00907
11 av1_set_dec_model_op_parameters [function] [call site] 00908
11 av1_set_resource_availability_parameters [function] [call site] 00909
11 av1_update_film_grain_parameters_seq [function] [call site] 00910
11 set_sb_size [function] [call site] 00911
11 av1_init_seq_coding_tools [function] [call site] 00917
12 get_msb [function] [call site] 00918
13 __builtin_clz [function] [call site] 00920
12 set_bitstream_level_tier [function] [call site] 00924
13 does_level_match [function] [call site] 00925
13 does_level_match [function] [call site] 00926
13 does_level_match [function] [call site] 00927
13 does_level_match [function] [call site] 00928
13 does_level_match [function] [call site] 00929
13 does_level_match [function] [call site] 00930
13 does_level_match [function] [call site] 00931
13 does_level_match [function] [call site] 00932
13 does_level_match [function] [call site] 00933
13 does_level_match [function] [call site] 00934
13 does_level_match [function] [call site] 00935
13 does_level_match [function] [call site] 00936
13 av1_max_level_bitrate [function] [call site] 00937
13 aom_internal_error [function] [call site] 00938
11 highbd_set_var_fns [function] [call site] 00944
12 HIGHBD_BFP_WRAPPER [function] [call site] 00945
12 HIGHBD_BFP_WRAPPER [function] [call site] 00946
12 HIGHBD_BFP_WRAPPER [function] [call site] 00947
12 HIGHBD_BFP_WRAPPER [function] [call site] 00948
12 HIGHBD_BFP_WRAPPER [function] [call site] 00949
12 HIGHBD_BFP_WRAPPER [function] [call site] 00950
12 HIGHBD_BFP_WRAPPER [function] [call site] 00951
12 HIGHBD_BFP_WRAPPER [function] [call site] 00952
12 HIGHBD_BFP_WRAPPER [function] [call site] 00953
12 HIGHBD_BFP_WRAPPER [function] [call site] 00954
12 HIGHBD_BFP_WRAPPER [function] [call site] 00955
12 HIGHBD_BFP_WRAPPER [function] [call site] 00956
12 HIGHBD_BFP_WRAPPER [function] [call site] 00957
12 HIGHBD_BFP_WRAPPER [function] [call site] 00958
12 HIGHBD_BFP_WRAPPER [function] [call site] 00959
12 HIGHBD_BFP_WRAPPER [function] [call site] 00960
12 HIGHBD_BFP_WRAPPER [function] [call site] 00961
12 HIGHBD_BFP_WRAPPER [function] [call site] 00962
12 HIGHBD_BFP_WRAPPER [function] [call site] 00963
12 HIGHBD_BFP_WRAPPER [function] [call site] 00964
12 HIGHBD_BFP_WRAPPER [function] [call site] 00965
12 HIGHBD_BFP_WRAPPER [function] [call site] 00966
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00967
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00968
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00969
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00970
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00971
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00972
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00973
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00974
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00975
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00976
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00977
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00978
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00979
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00980
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00981
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00982
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00983
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00984
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00985
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00986
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00987
12 HIGHBD_MBFP_WRAPPER [function] [call site] 00988
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00989
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00990
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00991
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00992
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00993
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00994
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00995
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00996
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00997
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00998
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 00999
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01000
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01001
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01002
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01003
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01004
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01005
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01006
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01007
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01008
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01009
12 HIGHBD_OBFP_WRAPPER_8 [function] [call site] 01010
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01011
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01012
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01013
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01014
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01015
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01016
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01017
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01018
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01019
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01020
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01021
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01022
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01023
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01024
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01025
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01026
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01027
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01028
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01029
12 HIGHBD_BFP_WRAPPER [function] [call site] 01030
12 HIGHBD_BFP_WRAPPER [function] [call site] 01031
12 HIGHBD_BFP_WRAPPER [function] [call site] 01032
12 HIGHBD_BFP_WRAPPER [function] [call site] 01033
12 HIGHBD_BFP_WRAPPER [function] [call site] 01034
12 HIGHBD_BFP_WRAPPER [function] [call site] 01035
12 HIGHBD_BFP_WRAPPER [function] [call site] 01036
12 HIGHBD_BFP_WRAPPER [function] [call site] 01037
12 HIGHBD_BFP_WRAPPER [function] [call site] 01038
12 HIGHBD_BFP_WRAPPER [function] [call site] 01039
12 HIGHBD_BFP_WRAPPER [function] [call site] 01040
12 HIGHBD_BFP_WRAPPER [function] [call site] 01041
12 HIGHBD_BFP_WRAPPER [function] [call site] 01042
12 HIGHBD_BFP_WRAPPER [function] [call site] 01043
12 HIGHBD_BFP_WRAPPER [function] [call site] 01044
12 HIGHBD_BFP_WRAPPER [function] [call site] 01045
12 HIGHBD_BFP_WRAPPER [function] [call site] 01046
12 HIGHBD_BFP_WRAPPER [function] [call site] 01047
12 HIGHBD_BFP_WRAPPER [function] [call site] 01048
12 HIGHBD_BFP_WRAPPER [function] [call site] 01049
12 HIGHBD_BFP_WRAPPER [function] [call site] 01050
12 HIGHBD_BFP_WRAPPER [function] [call site] 01051
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01052
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01053
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01054
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01055
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01056
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01057
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01058
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01059
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01060
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01061
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01062
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01063
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01064
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01065
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01066
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01067
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01068
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01069
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01070
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01071
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01072
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01073
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01074
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01075
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01076
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01077
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01078
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01079
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01080
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01081
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01082
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01083
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01084
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01085
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01086
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01087
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01088
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01089
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01090
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01091
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01092
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01093
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01094
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01095
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01096
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01097
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01098
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01099
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01100
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01101
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01102
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01103
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01104
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01105
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01106
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01107
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01108
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01109
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01110
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01111
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01112
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01113
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01114
12 HIGHBD_BFP_WRAPPER [function] [call site] 01115
12 HIGHBD_BFP_WRAPPER [function] [call site] 01116
12 HIGHBD_BFP_WRAPPER [function] [call site] 01117
12 HIGHBD_BFP_WRAPPER [function] [call site] 01118
12 HIGHBD_BFP_WRAPPER [function] [call site] 01119
12 HIGHBD_BFP_WRAPPER [function] [call site] 01120
12 HIGHBD_BFP_WRAPPER [function] [call site] 01121
12 HIGHBD_BFP_WRAPPER [function] [call site] 01122
12 HIGHBD_BFP_WRAPPER [function] [call site] 01123
12 HIGHBD_BFP_WRAPPER [function] [call site] 01124
12 HIGHBD_BFP_WRAPPER [function] [call site] 01125
12 HIGHBD_BFP_WRAPPER [function] [call site] 01126
12 HIGHBD_BFP_WRAPPER [function] [call site] 01127
12 HIGHBD_BFP_WRAPPER [function] [call site] 01128
12 HIGHBD_BFP_WRAPPER [function] [call site] 01129
12 HIGHBD_BFP_WRAPPER [function] [call site] 01130
12 HIGHBD_BFP_WRAPPER [function] [call site] 01131
12 HIGHBD_BFP_WRAPPER [function] [call site] 01132
12 HIGHBD_BFP_WRAPPER [function] [call site] 01133
12 HIGHBD_BFP_WRAPPER [function] [call site] 01134
12 HIGHBD_BFP_WRAPPER [function] [call site] 01135
12 HIGHBD_BFP_WRAPPER [function] [call site] 01136
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01137
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01138
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01139
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01140
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01141
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01142
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01143
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01144
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01145
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01146
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01147
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01148
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01149
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01150
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01151
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01152
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01153
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01154
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01155
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01156
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01157
12 HIGHBD_MBFP_WRAPPER [function] [call site] 01158
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01159
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01160
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01161
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01162
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01163
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01164
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01165
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01166
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01167
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01168
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01169
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01170
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01171
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01172
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01173
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01174
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01175
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01176
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01177
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01178
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01179
12 HIGHBD_OBFP_WRAPPER [function] [call site] 01180
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01181
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01182
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01183
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01184
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01185
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01186
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01187
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01188
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01189
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01190
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01191
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01192
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01193
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01194
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01195
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01196
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01197
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01198
12 HIGHBD_SDSFP_WRAPPER [function] [call site] 01199
11 set_primary_rc_buffer_sizes [function] [call site] 01201
10 av1_change_config [function] [call site] 01204
11 av1_update_film_grain_parameters [function] [call site] 01205
12 aom_film_grain_table_free [function] [call site] 01206
12 aom_free [function] [call site] 01209
12 reset_film_grain_chroma_params [function] [call site] 01211
12 aom_malloc [function] [call site] 01216
13 aom_memalign [function] [call site] 01217
14 check_size_argument_overflow [function] [call site] 01218
15 GetAllocationPaddingSize [function] [call site] 01219
14 GetAllocationPaddingSize [function] [call site] 01224
14 aom_align_addr [function] [call site] 01226
14 SetActualMallocAddress [function] [call site] 01227
15 GetMallocAddressLocation [function] [call site] 01228
12 aom_film_grain_table_read [function] [call site] 01230
13 aom_internal_error [function] [call site] 01232
13 aom_internal_error [function] [call site] 01235
13 aom_malloc [function] [call site] 01238
13 grain_table_entry_read [function] [call site] 01240
14 aom_internal_error [function] [call site] 01243
14 aom_internal_error [function] [call site] 01245
14 aom_internal_error [function] [call site] 01247
14 aom_internal_error [function] [call site] 01249
14 aom_internal_error [function] [call site] 01251
14 aom_internal_error [function] [call site] 01253
14 aom_internal_error [function] [call site] 01255
14 aom_internal_error [function] [call site] 01257
14 aom_internal_error [function] [call site] 01259
14 aom_internal_error [function] [call site] 01261
14 aom_internal_error [function] [call site] 01263
14 aom_internal_error [function] [call site] 01265
14 aom_internal_error [function] [call site] 01267
14 aom_internal_error [function] [call site] 01269
12 reset_film_grain_chroma_params [function] [call site] 01272
11 CHECK_MEM_ERROR [function] [call site] 01275
11 aom_calloc [function] [call site] 01276
12 check_size_argument_overflow [function] [call site] 01277
12 aom_malloc [function] [call site] 01278
11 config_target_level [function] [call site] 01280
12 av1_get_max_bitrate_for_level [function] [call site] 01281
13 is_valid_seq_level_idx [function] [call site] 01283
13 get_max_bitrate [function] [call site] 01284
12 av1_get_max_tiles_for_level [function] [call site] 01286
13 is_valid_seq_level_idx [function] [call site] 01288
12 av1_get_min_cr_for_level [function] [call site] 01289
13 is_valid_seq_level_idx [function] [call site] 01291
11 has_no_stats_stage [function] [call site] 01295
11 CHECK_MEM_ERROR [function] [call site] 01298
11 aom_memalign [function] [call site] 01299
11 CHECK_MEM_ERROR [function] [call site] 01300
11 aom_memalign [function] [call site] 01301
11 alloc_compound_type_rd_buffers [function] [call site] 01302
12 AOM_CHECK_MEM_ERROR [function] [call site] 01303
12 aom_memalign [function] [call site] 01304
12 AOM_CHECK_MEM_ERROR [function] [call site] 01305
12 aom_memalign [function] [call site] 01306
12 AOM_CHECK_MEM_ERROR [function] [call site] 01307
12 aom_memalign [function] [call site] 01308
12 AOM_CHECK_MEM_ERROR [function] [call site] 01309
12 aom_memalign [function] [call site] 01310
12 AOM_CHECK_MEM_ERROR [function] [call site] 01311
12 aom_malloc [function] [call site] 01312
11 CHECK_MEM_ERROR [function] [call site] 01313
11 aom_memalign [function] [call site] 01314
11 av1_reset_segment_features [function] [call site] 01315
12 av1_clearall_segfeatures [function] [call site] 01316
11 av1_set_high_precision_mv [function] [call site] 01319
11 av1_new_framerate [function] [call site] 01322
12 av1_rc_update_framerate [function] [call site] 01323
13 av1_get_MBs [function] [call site] 01324
14 ALIGN_POWER_OF_TWO [function] [call site] 01325
14 ALIGN_POWER_OF_TWO [function] [call site] 01326
13 av1_rc_set_gf_interval_range [function] [call site] 01331
14 has_no_stats_stage [function] [call site] 01332
14 av1_rc_get_default_min_gf_interval [function] [call site] 01333
14 av1_rc_get_default_max_gf_interval [function] [call site] 01336
11 av1_free_context_buffers [function] [call site] 01341
12 dec_free_mi [function] [call site] 01342
12 av1_free_above_context_buffers [function] [call site] 01346
11 av1_free_shared_coeff_buffer [function] [call site] 01353
11 av1_free_sms_tree [function] [call site] 01357
12 aom_free [function] [call site] 01358
11 av1_free_pmc [function] [call site] 01359
11 av1_num_planes [function] [call site] 01366
11 alloc_compressor_data [function] [call site] 01367
12 set_mb_mi [function] [call site] 01368
13 ALIGN_POWER_OF_TWO [function] [call site] 01369
13 ALIGN_POWER_OF_TWO [function] [call site] 01370
13 calc_mi_size [function] [call site] 01371
14 ALIGN_POWER_OF_TWO [function] [call site] 01372
12 is_stat_generation_stage [function] [call site] 01374
12 av1_alloc_txb_buf [function] [call site] 01377
13 av1_num_planes [function] [call site] 01378
13 av1_free_txb_buf [function] [call site] 01379
13 aom_malloc [function] [call site] 01384
13 CHECK_MEM_ERROR [function] [call site] 01385
13 aom_memalign [function] [call site] 01386
13 aom_malloc [function] [call site] 01387
13 aom_malloc [function] [call site] 01388
12 alloc_context_buffers_ext [function] [call site] 01389
13 dealloc_context_buffers_ext [function] [call site] 01390
14 aom_free [function] [call site] 01391
13 CHECK_MEM_ERROR [function] [call site] 01392
13 aom_calloc [function] [call site] 01393
12 aom_free [function] [call site] 01394
12 CHECK_MEM_ERROR [function] [call site] 01395
12 aom_calloc [function] [call site] 01396
12 aom_free [function] [call site] 01397
12 CHECK_MEM_ERROR [function] [call site] 01398
12 aom_malloc [function] [call site] 01399
12 av1_setup_shared_coeff_buffer [function] [call site] 01400
13 AOM_CHECK_MEM_ERROR [function] [call site] 01401
13 aom_memalign [function] [call site] 01402
13 AOM_CHECK_MEM_ERROR [function] [call site] 01403
13 aom_memalign [function] [call site] 01404
13 AOM_CHECK_MEM_ERROR [function] [call site] 01405
13 aom_memalign [function] [call site] 01406
12 av1_setup_sms_tree [function] [call site] 01407
13 is_stat_generation_stage [function] [call site] 01408
13 av1_get_pc_tree_nodes [function] [call site] 01409
13 aom_free [function] [call site] 01410
13 CHECK_MEM_ERROR [function] [call site] 01411
13 aom_calloc [function] [call site] 01412
12 av1_alloc_pmc [function] [call site] 01413
13 AOM_CHECK_MEM_ERROR [function] [call site] 01414
13 aom_calloc [function] [call site] 01415
13 av1_num_planes [function] [call site] 01416
13 AOM_CHECK_MEM_ERROR [function] [call site] 01417
13 aom_calloc [function] [call site] 01418
13 AOM_CHECK_MEM_ERROR [function] [call site] 01419
13 aom_calloc [function] [call site] 01420
13 AOM_CHECK_MEM_ERROR [function] [call site] 01421
13 aom_memalign [function] [call site] 01422
13 AOM_CHECK_MEM_ERROR [function] [call site] 01423
13 aom_memalign [function] [call site] 01424
13 frame_is_intra_only [function] [call site] 01425
13 AOM_CHECK_MEM_ERROR [function] [call site] 01426
13 aom_memalign [function] [call site] 01427
13 av1_invalid_rd_stats [function] [call site] 01428
11 realloc_segmentation_maps [function] [call site] 01429
12 aom_free [function] [call site] 01430
12 CHECK_MEM_ERROR [function] [call site] 01431
12 aom_calloc [function] [call site] 01432
12 av1_cyclic_refresh_free [function] [call site] 01433
12 CHECK_MEM_ERROR [function] [call site] 01436
12 av1_cyclic_refresh_alloc [function] [call site] 01437
13 aom_calloc [function] [call site] 01438
13 aom_calloc [function] [call site] 01439
13 av1_cyclic_refresh_free [function] [call site] 01440
12 aom_free [function] [call site] 01441
12 CHECK_MEM_ERROR [function] [call site] 01442
12 aom_calloc [function] [call site] 01443
11 av1_update_frame_size [function] [call site] 01444
12 set_mb_mi [function] [call site] 01445
12 is_stat_generation_stage [function] [call site] 01459
12 alloc_context_buffers_ext [function] [call site] 01460
12 set_sb_size [function] [call site] 01461
12 av1_select_sb_size [function] [call site] 01462
12 set_tile_info [function] [call site] 01463
13 av1_get_tile_limits [function] [call site] 01464
14 ALIGN_POWER_OF_TWO [function] [call site] 01465
14 ALIGN_POWER_OF_TWO [function] [call site] 01466
14 tile_log2 [function] [call site] 01467
14 tile_log2 [function] [call site] 01468
14 tile_log2 [function] [call site] 01470
14 tile_log2 [function] [call site] 01472
13 ALIGN_POWER_OF_TWO [function] [call site] 01476
13 av1_calculate_tile_cols [function] [call site] 01478
14 ALIGN_POWER_OF_TWO [function] [call site] 01479
14 ALIGN_POWER_OF_TWO [function] [call site] 01480
14 ALIGN_POWER_OF_TWO [function] [call site] 01481
14 tile_log2 [function] [call site] 01485
13 ALIGN_POWER_OF_TWO [function] [call site] 01491
13 av1_calculate_tile_rows [function] [call site] 01493
14 ALIGN_POWER_OF_TWO [function] [call site] 01494
14 ALIGN_POWER_OF_TWO [function] [call site] 01495
14 tile_log2 [function] [call site] 01498
11 set_tile_info [function] [call site] 01499
11 av1_update_layer_context_change_config [function] [call site] 01500
12 LAYER_IDS_TO_IDX [function] [call site] 01501
12 av1_quantizer_to_qindex [function] [call site] 01505
12 av1_quantizer_to_qindex [function] [call site] 01506
11 check_reset_rc_flag [function] [call site] 01507
12 av1_svc_check_reset_layer_rc_flag [function] [call site] 01508
13 LAYER_IDS_TO_IDX [function] [call site] 01509
13 LAYER_IDS_TO_IDX [function] [call site] 01510
10 av1_change_config [function] [call site] 01511
10 av1_change_config [function] [call site] 01512
8 std::vector::size [function] [call site] 01513
8 std::vector::push_back [function] [call site] 01515
8 std::vector::back [function] [call site] 01516
8 std::vector::pop_back [function] [call site] 01517
8 std::vector::back [function] [call site] 01518
8 std::vector::back [function] [call site] 01519
8 std::vector::back [function] [call site] 01520
8 std::vector::size [function] [call site] 01521
8 std::vector::size [function] [call site] 01523
8 ColorConversionPipeline::debug_dump_pipeline [function] [call site] 01526
9 std::ostringstream::str [function] [call site] 01529
8 state_after_conversion [function] [call site] 01531
8 std::vector::back [function] [call site] 01532
8 std::vector::back [function] [call site] 01533
8 std::vector::size [function] [call site] 01534
8 std::vector::back [function] [call site] 01535
8 std::vector::emplace_back [function] [call site] 01536
8 std::vector::size [function] [call site] 01537
7 ColorConversionPipeline::is_nop [function] [call site] 01538
7 ColorConversionPipeline::convert_image [function] [call site] 01540
8 print_spec [function] [call site] 01541
9 get_colorspace [function] [call site] 01542
9 get_chroma_format [function] [call site] 01543
9 get_colorspace [function] [call site] 01544
9 get_chroma_format [function] [call site] 01545
9 get_bits_per_pixel [function] [call site] 01546
9 get_bits_per_pixel [function] [call site] 01547
9 get_colorspace [function] [call site] 01548
9 get_colorspace [function] [call site] 01549
9 get_bits_per_pixel [function] [call site] 01550
8 convert_colorspace [function] [call site] 01551
9 heif_color_conversion_options_ext_copy [function] [call site] 01552
9 std::unique_ptr::get [function] [call site] 01553
9 get_width [function] [call site] 01554
9 get_height [function] [call site] 01555
9 has_channel [function] [call site] 01556
9 get_width [function] [call site] 01557
9 get_height [function] [call site] 01558
9 get_colorspace [function] [call site] 01559
9 get_chroma_format [function] [call site] 01560
9 has_channel [function] [call site] 01561
9 is_interleaved_with_alpha [function] [call site] 01562
9 get_chroma_format [function] [call site] 01563
9 get_color_profile_nclx [function] [call site] 01564
9 get_color_profile_nclx [function] [call site] 01565
9 color_profile_nclx::replace_undefined_values_with_sRGB_defaults [function] [call site] 01566
9 get_channel_set [function] [call site] 01567
9 std::set::empty [function] [call site] 01569
9 get_bits_per_pixel [function] [call site] 01570
9 std::set::begin [function] [call site] 01571
9 Box_mini::get_matrix_coefficients [function] [call site] 01572
9 color_profile_nclx::set_matrix_coefficients [function] [call site] 01573
9 Box_mini::get_matrix_coefficients [function] [call site] 01574
9 get_colour_primaries [function] [call site] 01575
9 color_profile_nclx::set_colour_primaries [function] [call site] 01576
9 get_colour_primaries [function] [call site] 01577
9 Box_mini::get_transfer_characteristics [function] [call site] 01578
9 color_profile_nclx::set_transfer_characteristics [function] [call site] 01579
9 Box_mini::get_transfer_characteristics [function] [call site] 01580
9 num_interleaved_pixels_per_plane [function] [call site] 01581
9 is_interleaved_with_alpha [function] [call site] 01582
9 ColorConversionPipeline::construct_pipeline [function] [call site] 01583
9 ColorConversionPipeline::is_nop [function] [call site] 01584
9 ColorConversionPipeline::convert_image [function] [call site] 01585
8 Catch::Benchmark::Detail::throw_optimized_away_error [function] [call site] 01586
8 std::make_shared<color_profile_nclx> [function] [call site] 01587
8 std::shared_ptr::set_color_profile_nclx [function] [call site] 01588
8 std::shared_ptr::set_color_profile_icc [function] [call site] 01589
8 std::shared_ptr::get_color_profile_icc [function] [call site] 01590
8 std::shared_ptr::set_premultiplied_alpha [function] [call site] 01591
8 std::shared_ptr::is_premultiplied_alpha [function] [call site] 01592
8 std::shared_ptr::has_clli [function] [call site] 01593
8 std::shared_ptr::set_clli [function] [call site] 01594
8 std::shared_ptr::get_clli [function] [call site] 01595
8 std::shared_ptr::has_mdcv [function] [call site] 01596
8 std::shared_ptr::set_mdcv [function] [call site] 01597
8 std::shared_ptr::get_mdcv [function] [call site] 01598
8 std::shared_ptr::has_nonsquare_pixel_ratio [function] [call site] 01599
8 std::shared_ptr::get_pixel_ratio [function] [call site] 01600
8 std::shared_ptr::set_pixel_ratio [function] [call site] 01601
8 std::shared_ptr::has_gimi_sample_content_id [function] [call site] 01602
8 std::shared_ptr::set_gimi_sample_content_id [function] [call site] 01603
8 std::shared_ptr::get_gimi_sample_content_id [function] [call site] 01604
8 std::shared_ptr::get_tai_timestamp [function] [call site] 01605
8 std::shared_ptr::set_tai_timestamp [function] [call site] 01606
8 std::shared_ptr::set_sample_duration [function] [call site] 01607
8 std::shared_ptr::get_sample_duration [function] [call site] 01608
8 std::shared_ptr::get_warnings [function] [call site] 01609
6 HeifContext::get_security_limits [function] [call site] 01615
5 Catch::Benchmark::Detail::throw_optimized_away_error [function] [call site] 01616
5 std::shared_ptr::add_warnings [function] [call site] 01617
5 std::shared_ptr::get_decoding_warnings [function] [call site] 01618
4 Result::error_struct [function] [call site] 01619
5 std::get<Error> [function] [call site] 01620
4 Catch::Detail::unique_ptr::get [function] [call site] 01621
4 convert_libde265_image_to_heif_image [function] [call site] 01622
5 de265_get_chroma_format [function] [call site] 01623
6 get_chroma_format [function] [call site] 01624
5 heif_image_create [function] [call site] 01625
6 get_valid_chroma_values_for_colorspace [function] [call site] 01626
6 std::find [function] [call site] 01627
6 Catch::TextFlow::AnsiSkippingString::begin [function] [call site] 01628
6 convert_libde265_image_to_heif_image [function] [call site] 01631
6 std::make_shared<HeifPixelImage> [function] [call site] 01632
6 Catch::ReporterRegistry::create [function] [call site] 01633
7 Catch::TagAliasRegistry::find [function] [call site] 01634
8 Catch::TagAliasRegistry::find [function] [call site] 01635
9 Catch::TagAliasRegistry::find [function] [call site] 01636
7 end [function] [call site] 01639
8 change_state [function] [call site] 01640
8 pthread_join [function] [call site] 01641
8 pthread_mutex_destroy [function] [call site] 01642
8 pthread_cond_destroy [function] [call site] 01643
7 Catch::ReporterRegistry::create [function] [call site] 01647
8 Catch::TagAliasRegistry::find [function] [call site] 01648
8 Catch::ReporterRegistry::create [function] [call site] 01650
8 CATCH_MOVE [function] [call site] 01651
7 CATCH_MOVE [function] [call site] 01652
5 de265_get_image_width [function] [call site] 01653
5 de265_get_image_height [function] [call site] 01654
5 de265_get_chroma_format [function] [call site] 01655
5 de265_get_bits_per_pixel [function] [call site] 01656
6 decoder_context::get_sps [function] [call site] 01657
6 decoder_context::get_sps [function] [call site] 01659
5 de265_get_bits_per_pixel [function] [call site] 01660
5 heif_image_release [function] [call site] 01661
5 de265_get_image_plane [function] [call site] 01662
6 get_image_stride [function] [call site] 01664
6 de265_get_bits_per_pixel [function] [call site] 01665
5 de265_get_image_width [function] [call site] 01666
5 de265_get_image_height [function] [call site] 01667
5 heif_image_release [function] [call site] 01668
5 heif_image_add_plane_safe [function] [call site] 01669
6 HeifPixelImage::add_plane [function] [call site] 01670
7 HeifPixelImage::has_channel [function] [call site] 01672
7 num_interleaved_pixels_per_plane [function] [call site] 01675
7 MemoryHandle::alloc [function] [call site] 01676
8 std::stringstream::str [function] [call site] 01678
8 std::stringstream::str [function] [call site] 01682
7 std::make_pair [function] [call site] 01684
6 Error::error_struct [function] [call site] 01685
7 ErrorBuffer::set_success [function] [call site] 01686
7 Error::get_error_string [function] [call site] 01687
7 Error::get_error_string [function] [call site] 01688
7 ErrorBuffer::set_error [function] [call site] 01690
7 std::stringstream::str [function] [call site] 01691
7 StreamReader::get_error [function] [call site] 01692
6 Catch::Detail::unique_ptr::get [function] [call site] 01693
5 testing::internal::c_str [function] [call site] 01694
6 testing::internal::c_str [function] [call site] 01695
7 testing::internal::c_str [function] [call site] 01696
5 heif_image_release [function] [call site] 01697
5 heif_image_get_plane2 [function] [call site] 01698
6 get_plane [function] [call site] 01699
4 std::move [function] [call site] 01701
4 error_struct [function] [call site] 01702
4 Catch::Detail::unique_ptr::get [function] [call site] 01703
2 Error::error_struct [function] [call site] 01705
2 Catch::Detail::unique_ptr::get [function] [call site] 01706
2 std::dynamic_pointer_cast<ImageItem_Error> [function] [call site] 01707
2 ImageItem::get_item_error [function] [call site] 01708
2 Error::error_struct [function] [call site] 01709
2 Catch::Detail::unique_ptr::get [function] [call site] 01710
2 heif_image_handle::heif_image_handle [function] [call site] 01711
2 std::move [function] [call site] 01712
2 error_struct [function] [call site] 01713
2 Catch::Detail::unique_ptr::get [function] [call site] 01714
1 heif_image_handle_is_primary_image [function] [call site] 01716
2 ImageItem::is_primary [function] [call site] 01717
1 TestDecodeImage [function] [call site] 01718
2 heif_image_handle_is_primary_image [function] [call site] 01719
2 heif_image_handle_get_width [function] [call site] 01720
3 get_width [function] [call site] 01721
2 heif_image_handle_get_height [function] [call site] 01722
3 get_height [function] [call site] 01723
2 heif_image_handle_get_number_of_metadata_blocks [function] [call site] 01726
3 heif::ImageHandle::get_metadata [function] [call site] 01727
4 heif_image_handle_get_metadata_size [function] [call site] 01728
5 heif::ImageHandle::get_metadata [function] [call site] 01729
5 check_image_size [function] [call site] 01730
6 get_primary_image_handle [function] [call site] 01731
7 heif_context_get_number_of_top_level_images [function] [call site] 01732
8 HeifContext::get_top_level_images [function] [call site] 01733
9 get_item_error [function] [call site] 01734
9 std::vector::push_back [function] [call site] 01735
7 heif_context_get_primary_image_handle [function] [call site] 01737
6 get_primary_image [function] [call site] 01739
7 heif_decode_image [function] [call site] 01740
6 heif_image_has_channel [function] [call site] 01743
7 HeifPixelImage::has_channel [function] [call site] 01744
6 heif_image_has_channel [function] [call site] 01748
6 heif_image_has_channel [function] [call site] 01750
6 heif_image_has_channel [function] [call site] 01752
6 heif_image_has_channel [function] [call site] 01754
6 heif_image_has_channel [function] [call site] 01756
6 heif_image_has_channel [function] [call site] 01758
6 heif_image_has_channel [function] [call site] 01760
6 heif_image_get_primary_width [function] [call site] 01761
7 HeifPixelImage::get_colorspace [function] [call site] 01762
7 get_chroma_format [function] [call site] 01763
7 uint32_to_int [function] [call site] 01764
8 static_cast<uint64_t> [function] [call site] 01765
8 ctrl_set_qm_max [function] [call site] 01766
8 static_cast<int> [function] [call site] 01767
7 get_width [function] [call site] 01768
7 uint32_to_int [function] [call site] 01769
7 get_width [function] [call site] 01770
7 uint32_to_int [function] [call site] 01771
7 get_width [function] [call site] 01772
6 heif_image_get_primary_height [function] [call site] 01774
7 HeifPixelImage::get_colorspace [function] [call site] 01775
7 get_chroma_format [function] [call site] 01776
7 uint32_to_int [function] [call site] 01777
7 get_height [function] [call site] 01778
7 uint32_to_int [function] [call site] 01779
7 get_height [function] [call site] 01780
7 uint32_to_int [function] [call site] 01781
7 get_height [function] [call site] 01782
6 heif_image_get_width [function] [call site] 01784
7 uint32_to_int [function] [call site] 01785
7 get_width [function] [call site] 01786
6 heif_image_get_height [function] [call site] 01788
7 uint32_to_int [function] [call site] 01789
7 get_height [function] [call site] 01790
6 heif_image_get_width [function] [call site] 01792
6 heif_image_get_height [function] [call site] 01794
6 heif_image_get_width [function] [call site] 01796
6 heif_image_get_height [function] [call site] 01798
6 heif_image_get_width [function] [call site] 01800
6 heif_image_get_height [function] [call site] 01802
6 heif_image_get_bits_per_pixel [function] [call site] 01804
7 HeifPixelImage::get_storage_bits_per_pixel [function] [call site] 01805
8 HeifPixelImage::get_chroma_format [function] [call site] 01806
8 HeifPixelImage::get_bits_per_pixel [function] [call site] 01807
8 static_cast<uint8_t> [function] [call site] 01811
6 heif_image_get_bits_per_pixel [function] [call site] 01813
6 heif_image_get_bits_per_pixel [function] [call site] 01815
6 heif_image_get_bits_per_pixel_range [function] [call site] 01817
7 HeifPixelImage::get_bits_per_pixel [function] [call site] 01818
6 heif_image_get_bits_per_pixel_range [function] [call site] 01822
6 heif_image_get_bits_per_pixel_range [function] [call site] 01824
6 heif_image_release [function] [call site] 01826
6 heif_image_handle_release [function] [call site] 01827
4 heif_image_handle_get_metadata [function] [call site] 01830
5 heif::ImageHandle::get_metadata [function] [call site] 01831
5 Catch::StringRef::empty [function] [call site] 01832
5 Error::error_struct [function] [call site] 01833
5 Catch::Detail::unique_ptr::get [function] [call site] 01834
5 check_image_handle_no_metadata [function] [call site] 01836
6 get_primary_image_handle [function] [call site] 01837
6 heif_image_handle_get_number_of_metadata_blocks [function] [call site] 01838
6 heif_image_handle_release [function] [call site] 01840
5 check_image_size [function] [call site] 01841
5 error_struct [function] [call site] 01842
5 Catch::Detail::unique_ptr::get [function] [call site] 01843
5 Error::error_struct [function] [call site] 01844
5 Catch::Detail::unique_ptr::get [function] [call site] 01845
4 std::vector::data [function] [call site] 01847
2 static_cast<size_t> [function] [call site] 01850
2 static_cast<heif_item_id*> [function] [call site] 01851
2 heif_image_handle_get_list_of_metadata_block_IDs [function] [call site] 01854
3 heif::ImageHandle::get_metadata [function] [call site] 01855
2 heif_image_handle_get_metadata_type [function] [call site] 01857
3 heif::ImageHandle::get_metadata [function] [call site] 01858
3 testing::internal::c_str [function] [call site] 01859
4 testing::internal::c_str [function] [call site] 01860
2 heif_image_handle_get_metadata_content_type [function] [call site] 01861
3 heif::ImageHandle::get_metadata [function] [call site] 01862
3 testing::internal::c_str [function] [call site] 01863
4 testing::internal::c_str [function] [call site] 01864
2 heif_image_handle_get_metadata_size [function] [call site] 01865
2 static_cast<uint8_t*> [function] [call site] 01866
2 heif_image_handle_get_metadata [function] [call site] 01869
2 heif_decode_image [function] [call site] 01872
2 heif_image_release [function] [call site] 01873
2 heif_image_get_colorspace [function] [call site] 01875
3 HeifPixelImage::get_colorspace [function] [call site] 01876
2 heif_image_get_chroma_format [function] [call site] 01878
3 get_chroma_format [function] [call site] 01879
2 heif_image_release [function] [call site] 01880
1 heif_image_handle_release [function] [call site] 01881
1 heif_context_get_number_of_top_level_images [function] [call site] 01882
1 heif_context_get_list_of_top_level_image_IDs [function] [call site] 01885
2 HeifContext::get_top_level_images [function] [call site] 01886
3 get_item_error [function] [call site] 01887
3 std::vector::push_back [function] [call site] 01888
2 std::vector::size [function] [call site] 01890
1 heif_context_get_image_handle [function] [call site] 01892
2 get_image [function] [call site] 01893
3 filename [function] [call site] 01894
4 std::setw [function] [call site] 01895
4 std::setfill [function] [call site] 01896
4 std::setw [function] [call site] 01897
4 std::setfill [function] [call site] 01898
4 std::stringstream::str [function] [call site] 01899
3 load_image [function] [call site] 01900
4 find_last_of [function] [call site] 01901
4 std::transform [function] [call site] 01903
4 std::string::begin [function] [call site] 01904
4 end [function] [call site] 01905
5 change_state [function] [call site] 01906
5 pthread_join [function] [call site] 01907
5 pthread_mutex_destroy [function] [call site] 01908
5 pthread_cond_destroy [function] [call site] 01909
4 std::string::begin [function] [call site] 01913
4 loadPNG [function] [call site] 01914
5 png_create_read_struct [function] [call site] 01916
5 png_create_info_struct [function] [call site] 01918
5 png_destroy_read_struct [function] [call site] 01919
5 png_jmpbuf [function] [call site] 01922
5 png_destroy_read_struct [function] [call site] 01923
5 png_set_read_fn [function] [call site] 01925
5 png_read_info [function] [call site] 01926
5 png_get_IHDR [function] [call site] 01927
5 png_get_valid [function] [call site] 01928
5 png_get_iCCP [function] [call site] 01929
5 png_set_packing [function] [call site] 01932
5 png_set_palette_to_rgb [function] [call site] 01933
5 png_set_expand_gray_1_2_4_to_8 [function] [call site] 01934
5 png_get_bKGD [function] [call site] 01935
5 png_set_background [function] [call site] 01936
5 png_set_background [function] [call site] 01937
5 png_read_update_info [function] [call site] 01938
5 png_bytep::png_bytep [function] [call site] 01939
5 png_get_rowbytes [function] [call site] 01942
5 png_read_image [function] [call site] 01944
5 png_read_end [function] [call site] 01945
5 png_get_eXIf_1 [function] [call site] 01946
5 av1_cyclic_refresh_reset_resize [function] [call site] 01947
5 check_image_handle_no_metadata [function] [call site] 01950
6 get_primary_image_handle [function] [call site] 01951
6 heif_image_handle_get_number_of_metadata_blocks [function] [call site] 01952
6 heif_image_handle_release [function] [call site] 01954
5 modify_exif_orientation_tag_if_it_exists [function] [call site] 01955
6 modify_exif_tag_if_it_exists [function] [call site] 01956
5 check_image_handle_no_metadata [function] [call site] 01971
5 check_image_size [function] [call site] 01972
6 get_primary_image_handle [function] [call site] 01973
6 get_primary_image [function] [call site] 01974
6 heif_image_has_channel [function] [call site] 01976
6 heif_image_has_channel [function] [call site] 01978
6 heif_image_has_channel [function] [call site] 01980
6 heif_image_has_channel [function] [call site] 01982
6 heif_image_has_channel [function] [call site] 01984
6 heif_image_has_channel [function] [call site] 01986
6 heif_image_has_channel [function] [call site] 01988
6 heif_image_has_channel [function] [call site] 01990
6 heif_image_get_primary_width [function] [call site] 01991
6 heif_image_get_primary_height [function] [call site] 01993
6 heif_image_get_width [function] [call site] 01995
6 heif_image_get_height [function] [call site] 01997
6 heif_image_get_width [function] [call site] 01999
6 heif_image_get_height [function] [call site] 02001
6 heif_image_get_width [function] [call site] 02003
6 heif_image_get_height [function] [call site] 02005
6 heif_image_get_width [function] [call site] 02007
6 heif_image_get_height [function] [call site] 02009
6 heif_image_get_bits_per_pixel [function] [call site] 02011
6 heif_image_get_bits_per_pixel [function] [call site] 02013
6 heif_image_get_bits_per_pixel [function] [call site] 02015
6 heif_image_get_bits_per_pixel_range [function] [call site] 02017
6 heif_image_get_bits_per_pixel_range [function] [call site] 02019
6 heif_image_get_bits_per_pixel_range [function] [call site] 02021
6 heif_image_release [function] [call site] 02023
6 heif_image_handle_release [function] [call site] 02024
5 png_get_text [function] [call site] 02025
5 av1_cyclic_refresh_reset_resize [function] [call site] 02027
5 check_image_handle_no_metadata [function] [call site] 02030
6 get_primary_image_handle [function] [call site] 02031
6 heif_image_handle_get_number_of_metadata_blocks [function] [call site] 02032
6 heif_image_handle_release [function] [call site] 02034
5 png_get_channels [function] [call site] 02035
5 png_destroy_read_struct [function] [call site] 02036
5 heif_image_create [function] [call site] 02037
5 heif_image_add_plane [function] [call site] 02038
6 HeifPixelImage::add_plane [function] [call site] 02039
6 Error::error_struct [function] [call site] 02040
6 Catch::Detail::unique_ptr::get [function] [call site] 02041
5 heif_image_get_plane2 [function] [call site] 02042
5 heif_image_add_plane [function] [call site] 02043
5 heif_image_get_plane2 [function] [call site] 02044
5 heif_image_create [function] [call site] 02047
5 heif_image_add_plane [function] [call site] 02048
5 heif_image_get_plane2 [function] [call site] 02049
5 heif_image_add_plane [function] [call site] 02050
5 heif_image_get_plane2 [function] [call site] 02051
5 heif_image_create [function] [call site] 02052
5 heif_image_add_plane [function] [call site] 02053
5 heif_image_add_plane [function] [call site] 02054
5 heif_image_get_plane2 [function] [call site] 02055
5 heif_image_get_plane2 [function] [call site] 02056
5 heif_image_create [function] [call site] 02057
5 heif_image_add_plane [function] [call site] 02058
5 heif_image_get_plane2 [function] [call site] 02059
5 heif_image_create [function] [call site] 02062
5 heif_image_create [function] [call site] 02063
5 heif_image_add_plane [function] [call site] 02064
5 heif_image_get_plane2 [function] [call site] 02065
5 heif_image_set_raw_color_profile [function] [call site] 02066
6 std::vector::insert [function] [call site] 02069
6 end [function] [call site] 02070
7 change_state [function] [call site] 02071
7 pthread_join [function] [call site] 02072
7 pthread_mutex_destroy [function] [call site] 02073
7 pthread_cond_destroy [function] [call site] 02074
6 std::make_shared<color_profile_raw> [function] [call site] 02078
6 HeifPixelImage::set_color_profile_icc [function] [call site] 02079
5 std::shared_ptr<heif_image> [function] [call site] 02083
5 heif_image_release [function] [call site] 02084
4 loadY4M [function] [call site] 02087
5 std::ifstream::fail [function] [call site] 02088
5 std::string::find [function] [call site] 02090
5 std::string::find [function] [call site] 02091
5 std::string::find_first_of [function] [call site] 02092
5 std::string::substr [function] [call site] 02093
5 std::string::c_str [function] [call site] 02095
5 std::string::c_str [function] [call site] 02097
5 heif_image_create [function] [call site] 02099
5 heif_image_add_plane [function] [call site] 02100
5 heif_image_add_plane [function] [call site] 02101
5 heif_image_add_plane [function] [call site] 02102
5 heif_image_get_plane2 [function] [call site] 02103
5 heif_image_get_plane2 [function] [call site] 02104
5 heif_image_get_plane2 [function] [call site] 02105
5 std::ifstream::read [function] [call site] 02106
5 std::ifstream::read [function] [call site] 02107
5 std::ifstream::read [function] [call site] 02108
5 std::shared_ptr<heif_image> [function] [call site] 02109
5 heif_image_release [function] [call site] 02110
4 loadJPEG [function] [call site] 02116
5 jpeg_create_decompress [function] [call site] 02118
5 jpeg_std_error [function] [call site] 02119
5 jpeg_stdio_src [function] [call site] 02120
5 jpeg_save_markers [function] [call site] 02121
5 jpeg_save_markers [function] [call site] 02122
5 jpeg_save_markers [function] [call site] 02123
5 jpeg_read_header [function] [call site] 02124
5 ReadICCProfileFromJPEG [function] [call site] 02125
5 read_exif_orientation_tag [function] [call site] 02166
5 std::vector::data [function] [call site] 02171
5 std::vector::size [function] [call site] 02172
5 jpeg_start_decompress [function] [call site] 02173
5 heif_image_create [function] [call site] 02174
5 heif_image_add_plane [function] [call site] 02175
5 heif_image_get_plane2 [function] [call site] 02176
5 jpeg_read_scanlines [function] [call site] 02177
5 jpeg_start_decompress [function] [call site] 02181
5 heif_image_create [function] [call site] 02182
5 heif_image_add_plane [function] [call site] 02183
5 heif_image_add_plane [function] [call site] 02184
5 heif_image_add_plane [function] [call site] 02185
5 heif_image_get_plane2 [function] [call site] 02186
5 heif_image_get_plane2 [function] [call site] 02187
5 heif_image_get_plane2 [function] [call site] 02188
5 jpeg_read_raw_data [function] [call site] 02190
5 jpeg_read_scanlines [function] [call site] 02193
5 jpeg_read_scanlines [function] [call site] 02194
5 heif_image_set_raw_color_profile [function] [call site] 02195
5 std::shared_ptr<heif_image> [function] [call site] 02196
5 heif_image_release [function] [call site] 02197
5 jpeg_finish_decompress [function] [call site] 02199
5 jpeg_destroy_decompress [function] [call site] 02200
2 std::dynamic_pointer_cast<ImageItem_Error> [function] [call site] 02204
2 ImageItem::get_item_error [function] [call site] 02205
2 Error::error_struct [function] [call site] 02206
2 Catch::Detail::unique_ptr::get [function] [call site] 02207
2 heif_image_handle::heif_image_handle [function] [call site] 02208
2 std::move [function] [call site] 02209
1 heif_image_handle_release [function] [call site] 02210
1 TestDecodeImage [function] [call site] 02211
1 heif_image_handle_get_number_of_thumbnails [function] [call site] 02212
2 struct [call site] 02213
1 heif_image_handle_get_thumbnail [function] [call site] 02214
2 Catch::Detail::unique_ptr::get [function] [call site] 02216
2 struct [call site] 02217
2 heif_image_handle::heif_image_handle [function] [call site] 02219
2 error_struct [function] [call site] 02220
2 Catch::Detail::unique_ptr::get [function] [call site] 02221
2 Error::error_struct [function] [call site] 02222
2 Catch::Detail::unique_ptr::get [function] [call site] 02223
1 TestDecodeImage [function] [call site] 02224
1 heif_image_handle_release [function] [call site] 02225
1 heif_image_handle_release [function] [call site] 02226
1 heif_image_handle_release [function] [call site] 02227
1 heif_context_free [function] [call site] 02228
1 heif_deinit [function] [call site] 02230
2 heif_unregister_decoder_plugins [function] [call site] 02231
2 heif_unregister_encoder_plugins [function] [call site] 02233
2 heif_unload_all_plugins [function] [call site] 02235
3 unregister_plugin [function] [call site] 02236
4 static_cast<const [call site] 02237
4 heif_unregister_encoder_plugin [function] [call site] 02238
3 Catch::release [function] [call site] 02242
2 ColorConversionPipeline::release_ops [function] [call site] 02246