Searched refs:decode_subblock (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 167 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock() function 229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped); in etc1_decode_block() 230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped); in etc1_decode_block()
|