Searched refs:convertDiff (Results 1 – 1 of 1) sorted by relevance
162 inline int convertDiff(int base, int diff) { in convertDiff() function210 r2 = convertDiff(rBase, high >> 24); in etc1_decode_block()212 g2 = convertDiff(gBase, high >> 16); in etc1_decode_block()214 b2 = convertDiff(bBase, high >> 8); in etc1_decode_block()