Searched refs:mults_rb (Results 1 – 4 of 4) sorted by relevance
84 const int16x8_t mults_rb = vld1q_s16(rb); in TransformColor() local107 const int16x8_t A = vqdmulhq_s16(vreinterpretq_s16_u8(greens), mults_rb); in TransformColor()
556 const int16x8_t mults_rb = vld1q_s16(rb); in TransformColorInverse() local580 const int16x8_t A = vqdmulhq_s16(vreinterpretq_s16_u8(greens), mults_rb); in TransformColorInverse()
422 const __m128i mults_rb = _mm_set_epi16( in TransformColorInverse() local438 const __m128i D = _mm_mulhi_epi16(C, mults_rb); // x dr x db1 in TransformColorInverse()
50 const __m128i mults_rb = _mm_set_epi16( in TransformColor() local66 const __m128i D = _mm_mulhi_epi16(C, mults_rb); // x dr x db1 in TransformColor()