Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp324 uint8_t format_of_choice[21][4] in compute_color_error_for_every_integer_count_and_quant_level()
520format_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()
521 format_of_choice[i][2] = FMT_HDR_RGB; in compute_color_error_for_every_integer_count_and_quant_level()
522 format_of_choice[i][1] = FMT_HDR_RGB_SCALE; in compute_color_error_for_every_integer_count_and_quant_level()
523 format_of_choice[i][0] = FMT_HDR_LUMINANCE_LARGE_RANGE; in compute_color_error_for_every_integer_count_and_quant_level()
540format_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()
545 format_of_choice[i][2] = FMT_HDR_RGB; in compute_color_error_for_every_integer_count_and_quant_level()
551 format_of_choice[i][1] = FMT_HDR_RGB_SCALE; in compute_color_error_for_every_integer_count_and_quant_level()
556 format_of_choice[i][0] = FMT_HDR_LUMINANCE_LARGE_RANGE; in compute_color_error_for_every_integer_count_and_quant_level()
568 format_of_choice[i][3] = FMT_RGBA; in compute_color_error_for_every_integer_count_and_quant_level()
[all …]