Searched refs:k6x5To12x12Table (Results 1 – 1 of 1) sorted by relevance
42 static const int8_t k6x5To12x12Table[30][60] = { variable193 const int8_t weight = k6x5To12x12Table[idx][w*3]; in compress_a8_astc_block()195 const int x = k6x5To12x12Table[idx][w*3 + 1]; in compress_a8_astc_block()196 const int y = k6x5To12x12Table[idx][w*3 + 2]; in compress_a8_astc_block()