Lines Matching refs:low
168 etc1_uint32 low, bool second, bool flipped) { in decode_subblock() argument
188 int offset = ((low >> k) & 1) | ((low >> (k + 15)) & 2); in decode_subblock()
202 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc1_decode_block() local
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped); in etc1_decode_block()
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped); in etc1_decode_block()
235 etc1_uint32 low; member
350 &pCompressed->low, yy + x * 4, pModifierTable); in etc_encode_subblock_helper()
365 &pCompressed->low, y + xx * 4, pModifierTable); in etc_encode_subblock_helper()
437 pCompressed->low = 0; in etc_encode_block_helper()
450 temp.low = 0; in etc_encode_block_helper()
461 temp.low = firstHalf.low; in etc_encode_block_helper()
498 writeBigEndian(pOut + 4, a.low); in etc1_encode_block()