Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp77 vint4 color_unorm = vint4::zero(); in decode_texel() local
86 color_unorm = unorm16_to_sf16(data); in decode_texel()
90 vint4 datai = select(color_unorm, color_lns, lns_mask); in decode_texel()
Dastcenc_entry.cpp1374 vint4 color_unorm = unorm16_to_sf16(endpnt[j]); in astcenc_get_block_info()
1375 vint4 datai = select(color_unorm, color_lns, hdr_mask); in astcenc_get_block_info()