Searched defs:next_lcounter (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_integer_sequence.cpp | 268 static const int next_lcounter[5] = { 1, 2, 3, 4, 0 }; in decode_ise() local 281 static const int next_lcounter[3] = { 1, 2, 0 }; in decode_ise() local
|
/third_party/astc-encoder/Source/ |
D | astcenc_integer_sequence.cpp | 690 static const unsigned int next_lcounter[5] { 1, 2, 3, 4, 0 }; in decode_ise() local 703 static const unsigned int next_lcounter[3] { 1, 2, 0 }; in decode_ise() local
|