Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp913 const int edcb = valBits(4, 1); in unquantize_trit_color() local
914 B = (edcb << 5) | (edcb >> 2); in unquantize_trit_color()
969 const int edcb = valBits(4, 1); in unquantize_quint_color() local
970 B = (edcb << 5) | (edcb >> 3); in unquantize_quint_color()