Searched refs:add_clamp (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_inv_txfm_sse2.h | 250 static INLINE __m128i add_clamp(const __m128i in0, const __m128i in1, in add_clamp() function 282 d = add_clamp(d, dc, bd); in highbd_idct_1_add_kernel() 294 d = add_clamp(d, in, bd); in recon_and_store_4() 305 d = add_clamp(d, in, bd); in recon_and_store_4x2() 322 d = add_clamp(d, in, bd); in recon_and_store_8()
|
D | highbd_idct4x4_add_sse2.c | 156 d = add_clamp(d, dc, bd); in vpx_highbd_idct4x4_1_add_sse2()
|