Home
last modified time | relevance | path

Searched refs:add_dc_clamp (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_inv_txfm_sse2.h20 static INLINE __m128i add_dc_clamp(const __m128i *const min, in add_dc_clamp() function
50 d = add_dc_clamp(&zero, &max, &dc, &d); in highbd_idct_1_add_kernel()
Dhighbd_idct4x4_add_sse2.c148 d = add_dc_clamp(&zero, &max, &dc, &d); in vpx_highbd_idct4x4_1_add_sse2()