Home
last modified time | relevance | path

Searched refs:is_hdr (Results 1 - 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenccli_internal.h124 * @param[out] is_hdr Is the loaded image HDR?
132 bool& is_hdr,
140 * @param[out] is_hdr Is the loaded image HDR?
148 bool& is_hdr,
H A Dastcenccli_image_external.cpp78 * @param[out] is_hdr Is this an HDR image load?
86 bool& is_hdr, in load_png_with_wuffs()
89 is_hdr = false; in load_png_with_wuffs()
83 load_png_with_wuffs( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_png_with_wuffs() argument
H A Dastcenccli_image_load_store.cpp77 * @param[out] is_hdr Is this an HDR image load? Always @c true for this function.
85 bool& is_hdr, in load_image_with_tinyexr()
103 is_hdr = true; in load_image_with_tinyexr()
113 * @param[out] is_hdr Is this an HDR image load?
121 bool& is_hdr, in load_image_with_stb()
133 is_hdr = true; in load_image_with_stb()
145 is_hdr = false; in load_image_with_stb()
929 * @param[out] is_hdr Is this an HDR image load?
937 bool& is_hdr, in load_ktx_uncompressed_image()
1261 is_hdr in load_ktx_uncompressed_image()
82 load_image_with_tinyexr( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_image_with_tinyexr() argument
118 load_image_with_stb( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_image_with_stb() argument
934 load_ktx_uncompressed_image( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_ktx_uncompressed_image() argument
1759 load_dds_uncompressed_image( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_dds_uncompressed_image() argument
2376 load_ncimage( const char* filename, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_ncimage() argument
[all...]
H A Dastcenccli_toplevel.cpp319 * @param[out] is_hdr Is the loaded image HDR?
328 bool& is_hdr, in load_uncomp_file()
336 image = load_ncimage(filename, y_flip, is_hdr, component_count); in load_uncomp_file()
375 if ((is_hdr != slice_is_hdr) || (component_count != slice_component_count)) in load_uncomp_file()
391 is_hdr = slice_is_hdr; in load_uncomp_file()
401 int bitness = is_hdr ? 16 : 8; in load_uncomp_file()
2076 bool is_hdr = (config.profile == ASTCENC_PRF_HDR) ||
2078 out_bitness = is_hdr ? 16 : 8;
324 load_uncomp_file( const char* filename, unsigned int dim_z, bool y_flip, bool& is_hdr, unsigned int& component_count ) load_uncomp_file() argument
H A Dastcenc_entry.cpp246 bool is_hdr = (profile == ASTCENC_PRF_HDR) || (profile == ASTCENC_PRF_HDR_RGB_LDR_A); in validate_flags() local
247 if (is_unorm8 && is_hdr) in validate_flags()

Completed in 13 milliseconds