Searched refs:cb_const0 (Results 1 – 2 of 2) sorted by relevance
3474 __m128i cb_const0 = _mm_set1_epi16( - (short) ( 0.34414f*4096.0f+0.5f)); in stbi__YCbCr_to_RGB_simd() local3495 __m128i cb0 = _mm_mulhi_epi16(cb_const0, cbw); in stbi__YCbCr_to_RGB_simd()3533 int16x8_t cb_const0 = vdupq_n_s16( - (short) ( 0.34414f*4096.0f+0.5f)); in stbi__YCbCr_to_RGB_simd() local3551 int16x8_t cb0 = vqdmulhq_s16(cbw, cb_const0); in stbi__YCbCr_to_RGB_simd()