Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp884 static const int Cvals[6] = { 204, 93, 44, 22, 11, 5 }; in unquantize_trit_color() local
885 const int C = Cvals[nBits - 1]; in unquantize_trit_color()
937 static const int Cvals[5] = { 113, 54, 26, 13, 6 }; in unquantize_quint_color() local
941 const int C = Cvals[nBits - 1]; in unquantize_quint_color()