Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3472 __m128i cr_const0 = _mm_set1_epi16( (short) ( 1.40200f*4096.0f+0.5f)); in stbi__YCbCr_to_RGB_simd() local
3494 __m128i cr0 = _mm_mulhi_epi16(cr_const0, crw); in stbi__YCbCr_to_RGB_simd()
3531 int16x8_t cr_const0 = vdupq_n_s16( (short) ( 1.40200f*4096.0f+0.5f)); in stbi__YCbCr_to_RGB_simd() local
3550 int16x8_t cr0 = vqdmulhq_s16(crw, cr_const0); in stbi__YCbCr_to_RGB_simd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3472 __m128i cr_const0 = _mm_set1_epi16( (short) ( 1.40200f*4096.0f+0.5f)); in stbi__YCbCr_to_RGB_simd() local
3494 __m128i cr0 = _mm_mulhi_epi16(cr_const0, crw); in stbi__YCbCr_to_RGB_simd()
3531 int16x8_t cr_const0 = vdupq_n_s16( (short) ( 1.40200f*4096.0f+0.5f)); in stbi__YCbCr_to_RGB_simd() local
3550 int16x8_t cr0 = vqdmulhq_s16(crw, cr_const0); in stbi__YCbCr_to_RGB_simd()