Lines Matching refs:flipped
168 etc1_uint32 low, bool second, bool flipped) { in decode_subblock() argument
172 if (flipped) { in decode_subblock()
180 if (flipped) { in decode_subblock()
228 bool flipped = (high & 1) != 0; 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()
248 etc1_byte* pColors, bool flipped, bool second) { in etc_average_colors_subblock() argument
253 if (flipped) { in etc_average_colors_subblock()
336 etc_compressed* pCompressed, bool flipped, bool second, in etc_encode_subblock_helper() argument
339 if (flipped) { in etc_encode_subblock_helper()
434 const etc1_byte* pColors, etc_compressed* pCompressed, bool flipped) { in etc_encode_block_helper() argument
436 pCompressed->high = (flipped ? 1 : 0); in etc_encode_block_helper()
451 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false, in etc_encode_block_helper()
462 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true, in etc_encode_block_helper()