Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp980 static void unquantize_colors(int *vals, int nVals, int nBits, int nTrits, int nQuints) { in unquantize_colors() function
1981 unquantize_colors(colorValues, data.numColorValues(), colorBits, colorTrits, colorQuints); in decompress_astc_block()