Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCompressedDataUtils.cpp26 static inline int extend_4To8bits(int b) { in extend_4To8bits() function
111 colors[0].fR = extend_4To8bits(high >> 28); in decompress_etc1()
112 colors[1].fR = extend_4To8bits(high >> 24); in decompress_etc1()
113 colors[0].fG = extend_4To8bits(high >> 20); in decompress_etc1()
114 colors[1].fG = extend_4To8bits(high >> 16); in decompress_etc1()
115 colors[0].fB = extend_4To8bits(high >> 12); in decompress_etc1()
116 colors[1].fB = extend_4To8bits(high >> 8); in decompress_etc1()