Searched refs:extend_5plus3To8Bits (Results 1 – 1 of 1) sorted by relevance
36 static inline int extend_5plus3To8Bits(int base, int diff) { in extend_5plus3To8Bits() function105 colors[1].fR = extend_5plus3To8Bits(high >> 27, high >> 24); in decompress_etc1()107 colors[1].fG = extend_5plus3To8Bits(high >> 19, high >> 16); in decompress_etc1()109 colors[1].fB = extend_5plus3To8Bits(high >> 11, high >> 8); in decompress_etc1()