Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp689 static const unsigned int block_shift[5] { 0, 2, 4, 5, 7 }; in decode_ise() local
694 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()
702 static const unsigned int block_shift[3] { 0, 3, 5 }; in decode_ise() local
707 tq_blocks[hcounter] |= tdata << block_shift[lcounter]; in decode_ise()