Searched refs:convert4To8 (Results 1 – 1 of 1) sorted by relevance
127 inline int convert4To8(int b) { in convert4To8() function217 r1 = convert4To8(high >> 28); in etc1_decode_block()218 r2 = convert4To8(high >> 24); in etc1_decode_block()219 g1 = convert4To8(high >> 20); in etc1_decode_block()220 g2 = convert4To8(high >> 16); in etc1_decode_block()221 b1 = convert4To8(high >> 12); in etc1_decode_block()222 b2 = convert4To8(high >> 8); in etc1_decode_block()415 r1 = convert4To8(r41); in etc_encodeBaseColors()416 g1 = convert4To8(g41); in etc_encodeBaseColors()417 b1 = convert4To8(b41); in etc_encodeBaseColors()[all …]