Home
last modified time | relevance | path

Searched defs:cr0 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h3665 __m128i cr0 = _mm_mulhi_epi16(cr_const0, crw); in stbi__YCbCr_to_RGB_simd() local
3721 int16x8_t cr0 = vqdmulhq_s16(crw, cr_const0); in stbi__YCbCr_to_RGB_simd() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h3658 __m128i cr0 = _mm_mulhi_epi16(cr_const0, crw); in stbi__YCbCr_to_RGB_simd() local
3714 int16x8_t cr0 = vqdmulhq_s16(crw, cr_const0); in stbi__YCbCr_to_RGB_simd() local