Home
last modified time | relevance | path

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

/external/skia/third_party/etc1/
Detc1.cpp170 inline int convertDiff(int base, int diff) { in convertDiff() function
218 r2 = convertDiff(rBase, high >> 24); in etc1_decode_block()
220 g2 = convertDiff(gBase, high >> 16); in etc1_decode_block()
222 b2 = convertDiff(bBase, high >> 8); in etc1_decode_block()