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/ |
| D | astc_integer_sequence.cpp | 266 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/ |
| D | astcenc_integer_sequence.cpp | 681 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/ |
| D | texcompress_astc.cpp | 941 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
|