Home
last modified time | relevance | path

Searched refs:tq_blocks (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp671 uint8_t tq_blocks[22] { 0 }; // Trit-blocks or quint-blocks, must be zeroed in decode_ise() local
694 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()
707 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()
719 const uint8_t *tritptr = trits_of_integer[tq_blocks[i]]; in decode_ise()
733 const uint8_t *quintptr = quints_of_integer[tq_blocks[i]]; in decode_ise()