Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/ETC1/
Detc1.cpp162 inline int convertDiff(int base, int diff) { in convertDiff() function
210 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()