Searched refs:clamp_high_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse2.c | 108 d[0] = clamp_high_sse2(_mm_add_epi16(d[0], inptr[i]), bd); in vpx_highbd_idct16x16_256_add_sse2() 109 d[1] = clamp_high_sse2(_mm_add_epi16(d[1], inptr[i + 16]), bd); in vpx_highbd_idct16x16_256_add_sse2() 225 d[0] = clamp_high_sse2(_mm_add_epi16(d[0], inptr[i]), bd); in vpx_highbd_idct16x16_10_add_sse2() 226 d[1] = clamp_high_sse2(_mm_add_epi16(d[1], inptr[i + 16]), bd); in vpx_highbd_idct16x16_10_add_sse2()
|
D | highbd_idct4x4_add_sse2.c | 103 d0 = clamp_high_sse2(_mm_adds_epi16(d0, inptr[0]), bd); in vpx_highbd_idct4x4_16_add_sse2() 104 d2 = clamp_high_sse2(_mm_adds_epi16(d2, inptr[1]), bd); in vpx_highbd_idct4x4_16_add_sse2()
|
D | highbd_idct8x8_add_sse2.c | 97 d[i] = clamp_high_sse2(_mm_adds_epi16(d[i], inptr[i]), bd); in vpx_highbd_idct8x8_64_add_sse2() 199 d[i] = clamp_high_sse2(_mm_adds_epi16(d[i], inptr[i]), bd); in vpx_highbd_idct8x8_12_add_sse2()
|
D | highbd_inv_txfm_sse2.h | 57 static INLINE __m128i clamp_high_sse2(__m128i value, int bd) { in clamp_high_sse2() function
|