Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp571 format_of_choice[i][0] = FMT_LUMINANCE; in compute_color_error_for_every_integer_count_and_quant_level()
660 format_of_choice[i][0] = FMT_LUMINANCE; in compute_color_error_for_every_integer_count_and_quant_level()
708 best_format = FMT_LUMINANCE; in one_partition_find_best_combination_for_bitcount()
825 best_formats[i] = FMT_LUMINANCE; in two_partitions_find_best_combination_for_bitcount()
950 best_formats[i] = FMT_LUMINANCE; in three_partitions_find_best_combination_for_bitcount()
1086 best_formats[i] = FMT_LUMINANCE; in four_partitions_find_best_combination_for_bitcount()
Dastcenc_color_unquantize.cpp871 case FMT_LUMINANCE: in unpack_color_endpoints()
Dastcenc_internal.h179 FMT_LUMINANCE = 0, enumerator
Dastcenc_color_quantize.cpp2132 case FMT_LUMINANCE: in pack_color_endpoints()
2134 retval = FMT_LUMINANCE; in pack_color_endpoints()