Searched refs:convert4To8 (Results 1 – 1 of 1) sorted by relevance
135 inline int convert4To8(int b) { in convert4To8() function225 r1 = convert4To8(high >> 28); in etc1_decode_block()226 r2 = convert4To8(high >> 24); in etc1_decode_block()227 g1 = convert4To8(high >> 20); in etc1_decode_block()228 g2 = convert4To8(high >> 16); in etc1_decode_block()229 b1 = convert4To8(high >> 12); in etc1_decode_block()230 b2 = convert4To8(high >> 8); in etc1_decode_block()423 r1 = convert4To8(r41); in etc_encodeBaseColors()424 g1 = convert4To8(g41); in etc_encodeBaseColors()425 b1 = convert4To8(b41); in etc_encodeBaseColors()[all …]