Searched refs:is_luma (Results 1 – 1 of 1) sorted by relevance
96 bool is_luma = true; in determine_image_components() local114 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()