Searched refs:bBase (Results 1 – 2 of 2) sorted by relevance
208 int bBase = high >> 11; in etc1_decode_block() local213 b1 = convert5To8(bBase); in etc1_decode_block()214 b2 = convertDiff(bBase, high >> 8); in etc1_decode_block()
216 int bBase = high >> 11; in etc1_decode_block() local221 b1 = convert5To8(bBase); in etc1_decode_block()222 b2 = convertDiff(bBase, high >> 8); in etc1_decode_block()