Home
last modified time | relevance | path

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

/external/skqp/third_party/etc1/
Detc1.cpp135 inline int convert4To8(int b) { in convert4To8() function
225 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()
425 r1 = convert4To8(r41); in etc_encodeBaseColors()
426 g1 = convert4To8(g41); in etc_encodeBaseColors()
427 b1 = convert4To8(b41); in etc_encodeBaseColors()
[all …]
/external/skia/third_party/etc1/
Detc1.cpp135 inline int convert4To8(int b) { in convert4To8() function
225 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()
420 r1 = convert4To8(r41); in etc_encodeBaseColors()
421 g1 = convert4To8(g41); in etc_encodeBaseColors()
422 b1 = convert4To8(b41); in etc_encodeBaseColors()
[all …]