Searched refs:bits_to_read (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_integer_sequence.cpp | 688 static const unsigned int bits_to_read[5] { 2, 2, 1, 2, 1 }; in decode_ise() local 692 unsigned int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise() 693 bit_offset += bits_to_read[lcounter]; in decode_ise() 701 static const unsigned int bits_to_read[3] { 3, 2, 2 }; in decode_ise() local 705 unsigned int tdata = read_bits(bits_to_read[lcounter], bit_offset, input_data); in decode_ise() 706 bit_offset += bits_to_read[lcounter]; in decode_ise()
|