Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp317 bool encode_hdr_alpha, in compute_color_error_for_every_integer_count_and_quant_level() argument
361 float range_upper_limit_alpha = encode_hdr_alpha ? 61440.0f : 65535.0f; in compute_color_error_for_every_integer_count_and_quant_level()
520 …format_of_choice[i][3] = static_cast<uint8_t>(encode_hdr_alpha ? FMT_HDR_RGBA : FMT_HDR_RGB_LDR_AL… in compute_color_error_for_every_integer_count_and_quant_level()
540 …format_of_choice[i][3] = static_cast<uint8_t>(encode_hdr_alpha ? FMT_HDR_RGBA : FMT_HDR_RGB_LDR_AL… in compute_color_error_for_every_integer_count_and_quant_level()
1116 bool encode_hdr_alpha = static_cast<bool>(blk.alpha_lns[0]); in compute_ideal_endpoint_formats() local
1128 encode_hdr_rgb, encode_hdr_alpha, i, in compute_ideal_endpoint_formats()