Home
last modified time | relevance | path

Searched defs:bits_to_read (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp266 static const int bits_to_read[5] = { 2, 2, 1, 2, 1 }; in decode_ise() local
279 static const int bits_to_read[3] = { 3, 2, 2 }; in decode_ise() local
/third_party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp681 static const uint8_t bits_to_read[5] { 2, 2, 1, 2, 1 }; in decode_ise() local
694 static const uint8_t bits_to_read[3] { 3, 2, 2 }; in decode_ise() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp941 int bits_to_read = MIN2(bits_left, 8 + ce_bits * 5); in unpack_colour_endpoints() local
960 int bits_to_read = MIN2(bits_left, 7 + ce_bits * 3); in unpack_colour_endpoints() local
1114 int bits_to_read = MIN2(bits_left, 8 + 5*wt_bits); in unpack_weights() local
1134 int bits_to_read = MIN2(bits_left, 7 + 3*wt_bits); in unpack_weights() local