Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/ETC1/
Detc1.cpp208 int bBase = high >> 11; in etc1_decode_block() local
213 b1 = convert5To8(bBase); in etc1_decode_block()
214 b2 = convertDiff(bBase, high >> 8); in etc1_decode_block()