Searched refs:bBase (Results 1 – 2 of 2) sorted by relevance
239 uint bBase = high >> 11;246 if (isOverflowed(bBase, high >> 8)) {253 b1 = int(convert5To8(bBase));254 b2 = int(convertDiff(bBase, high >> 8));
399 int bBase = high >> 11; in etc2_decode_rgb_block() local408 if (isOverflowed(bBase, high >> 8)) { in etc2_decode_rgb_block()416 b1 = convert5To8(bBase); in etc2_decode_rgb_block()417 b2 = convertDiff(bBase, high >> 8); in etc2_decode_rgb_block()