Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_etc.c346 const int B_plus_dB = (src[2] >> 3) + lookup[src[2] & 0x7]; in etc2_rgb8_parse_block() local
428 else if (B_plus_dB < 0 || B_plus_dB > 31) { in etc2_rgb8_parse_block()