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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp42 static const int8_t k6x5To12x12Table[30][60] = { variable
159 // k6x5To12x12Table and computing an index from the associated values.
193 const int8_t weight = k6x5To12x12Table[idx][w*3];
195 const int x = k6x5To12x12Table[idx][w*3 + 1];
196 const int y = k6x5To12x12Table[idx][w*3 + 2];

Completed in 98 milliseconds