Home
last modified time | relevance | path

Searched refs:res_16bit1 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_convolve_2d_ssse3.c163 __m128i res_16bit1 = _mm_packs_epi32(res_a_round1, res_b_round1); in av1_highbd_convolve_2d_sr_ssse3() local
164 res_16bit1 = _mm_min_epi16(res_16bit1, clip_pixel); in av1_highbd_convolve_2d_sr_ssse3()
165 res_16bit1 = _mm_max_epi16(res_16bit1, zero); in av1_highbd_convolve_2d_sr_ssse3()
169 res_16bit1); in av1_highbd_convolve_2d_sr_ssse3()
Dhighbd_jnt_convolve_sse4.c233 __m128i res_16bit1 = in av1_highbd_dist_wtd_convolve_y_sse4_1() local
237 res_16bit1); in av1_highbd_dist_wtd_convolve_y_sse4_1()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_ssse3.c110 __m128i res_16bit1 = _mm_packs_epi32(res_a_round1, res_b_round1); in av1_highbd_convolve_y_sr_ssse3() local
111 res_16bit1 = _mm_min_epi16(res_16bit1, clip_pixel); in av1_highbd_convolve_y_sr_ssse3()
112 res_16bit1 = _mm_max_epi16(res_16bit1, zero); in av1_highbd_convolve_y_sr_ssse3()
116 res_16bit1); in av1_highbd_convolve_y_sr_ssse3()