Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dstb_image.h3674 __m128i gxb = _mm_packus_epi16(gw, xw); in stbi__YCbCr_to_RGB_simd() local
3677 __m128i t0 = _mm_unpacklo_epi8(brb, gxb); in stbi__YCbCr_to_RGB_simd()
3678 __m128i t1 = _mm_unpackhi_epi8(brb, gxb); in stbi__YCbCr_to_RGB_simd()