Searched refs:clamp_high_sse2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 3494 static INLINE __m128i clamp_high_sse2(__m128i value, int bd) { in clamp_high_sse2() function 3594 d0 = clamp_high_sse2(_mm_adds_epi16(d0, inptr[0]), bd); in vpx_highbd_idct4x4_16_add_sse2() 3595 d2 = clamp_high_sse2(_mm_adds_epi16(d2, inptr[1]), bd); in vpx_highbd_idct4x4_16_add_sse2() 3704 d[i] = clamp_high_sse2(_mm_adds_epi16(d[i], inptr[i]), bd); in vpx_highbd_idct8x8_64_add_sse2() 3808 d[i] = clamp_high_sse2(_mm_adds_epi16(d[i], inptr[i]), bd); in vpx_highbd_idct8x8_10_add_sse2() 3920 d[0] = clamp_high_sse2(_mm_add_epi16(d[0], inptr[i ]), bd); in vpx_highbd_idct16x16_256_add_sse2() 3921 d[1] = clamp_high_sse2(_mm_add_epi16(d[1], inptr[i+16]), bd); in vpx_highbd_idct16x16_256_add_sse2() 4039 d[0] = clamp_high_sse2(_mm_add_epi16(d[0], inptr[i ]), bd); in vpx_highbd_idct16x16_10_add_sse2() 4040 d[1] = clamp_high_sse2(_mm_add_epi16(d[1], inptr[i+16]), bd); in vpx_highbd_idct16x16_10_add_sse2()
|