Searched refs:decode_subblock (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp167 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, function
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);

Completed in 81 milliseconds