Home
last modified time | relevance | path

Searched refs:cr_bytes (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h3705 __m128i cr_bytes = _mm_loadl_epi64((__m128i *) (pcr+i)); in stbi__YCbCr_to_RGB_simd() local
3707 __m128i cr_biased = _mm_xor_si128(cr_bytes, signflip); // -128 in stbi__YCbCr_to_RGB_simd()
3762 uint8x8_t cr_bytes = vld1_u8(pcr + i); in stbi__YCbCr_to_RGB_simd() local
3764 int8x8_t cr_biased = vreinterpret_s8_u8(vsub_u8(cr_bytes, signflip)); in stbi__YCbCr_to_RGB_simd()

Completed in 12 milliseconds