Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image.cpp96 bool is_luma = true; in determine_image_components() local
114 is_luma = is_luma && (r == g) && (r == b); in determine_image_components()
135 is_luma = is_luma && (r == g) && (r == b); in determine_image_components()
159 is_luma = is_luma && (r == g) && (r == b); in determine_image_components()
166 int image_components = 1 + (is_luma == 0 ? 2 : 0) + (has_alpha ? 1 : 0); in determine_image_components()