Home
last modified time | relevance | path

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

/external/libgdx/gdx/jni/etc1/
Detc1_utils.cpp206 int rBase = high >> 27; in etc1_decode_block() local
209 r1 = convert5To8(rBase); in etc1_decode_block()
210 r2 = convertDiff(rBase, high >> 24); in etc1_decode_block()
/external/skia/third_party/etc1/
Detc1.cpp214 int rBase = high >> 27; in etc1_decode_block() local
217 r1 = convert5To8(rBase); in etc1_decode_block()
218 r2 = convertDiff(rBase, high >> 24); in etc1_decode_block()