Home
last modified time | relevance | path

Searched refs:is_hdr (Results 1 – 4 of 4) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenccli_internal.h106 bool& is_hdr,
122 bool& is_hdr,
Dastcenccli_image_external.cpp86 bool& is_hdr, in load_png_with_wuffs() argument
89 is_hdr = false; in load_png_with_wuffs()
Dastcenccli_image_load_store.cpp52 bool& is_hdr, in load_image_with_tinyexr() argument
70 is_hdr = true; in load_image_with_tinyexr()
88 bool& is_hdr, in load_image_with_stb() argument
100 is_hdr = true; in load_image_with_stb()
112 is_hdr = false; in load_image_with_stb()
834 bool& is_hdr, in load_ktx_uncompressed_image() argument
1158 is_hdr = bitness == 32; in load_ktx_uncompressed_image()
1644 bool& is_hdr, in load_dds_uncompressed_image() argument
1918 is_hdr = bitness == 16; in load_dds_uncompressed_image()
2261 bool& is_hdr, in load_ncimage() argument
[all …]
Dastcenccli_toplevel.cpp291 bool& is_hdr, in load_uncomp_file() argument
299 image = load_ncimage(filename, y_flip, is_hdr, component_count); in load_uncomp_file()
338 if ((is_hdr != slice_is_hdr) || (component_count != slice_component_count)) in load_uncomp_file()
354 is_hdr = slice_is_hdr; in load_uncomp_file()
364 int bitness = is_hdr ? 16 : 8; in load_uncomp_file()
1716 …bool is_hdr = (config.profile == ASTCENC_PRF_HDR) || (config.profile == ASTCENC_PRF_HDR_RGB_LDR_A); in main() local
1717 out_bitness = is_hdr ? 16 : 8; in main()