Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dhighbd_jnt_convolve_sse4.c125 highbd_comp_avg_sse4_1(&data_ref_0, &res_unsigned_lo_0, &wt0, in av1_highbd_dist_wtd_convolve_y_sse4_1()
128 highbd_comp_avg_sse4_1(&data_ref_1, &res_unsigned_lo_1, &wt0, in av1_highbd_dist_wtd_convolve_y_sse4_1()
190 highbd_comp_avg_sse4_1(&data_ref_0_lo_0, &res_unsigned_lo_0, in av1_highbd_dist_wtd_convolve_y_sse4_1()
193 highbd_comp_avg_sse4_1(&data_ref_0_lo_1, &res_unsigned_lo_1, in av1_highbd_dist_wtd_convolve_y_sse4_1()
196 highbd_comp_avg_sse4_1(&data_ref_0_hi_0, &res_unsigned_hi_0, in av1_highbd_dist_wtd_convolve_y_sse4_1()
199 highbd_comp_avg_sse4_1(&data_ref_0_hi_1, &res_unsigned_hi_1, in av1_highbd_dist_wtd_convolve_y_sse4_1()
343 const __m128i comp_avg_res = highbd_comp_avg_sse4_1( in av1_highbd_dist_wtd_convolve_x_sse4_1()
365 highbd_comp_avg_sse4_1(&data_ref_0_lo, &res_unsigned_lo, &wt0, in av1_highbd_dist_wtd_convolve_x_sse4_1()
368 highbd_comp_avg_sse4_1(&data_ref_0_hi, &res_unsigned_hi, &wt0, in av1_highbd_dist_wtd_convolve_x_sse4_1()
Dhighbd_convolve_2d_sse4.c79 highbd_comp_avg_sse4_1(&data_ref_0_lo, &res_unsigned_lo, &wt0, in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
87 highbd_comp_avg_sse4_1(&data_ref_0_hi, &res_unsigned_hi, &wt0, in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
136 const __m128i comp_avg_res_lo = highbd_comp_avg_sse4_1( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
138 const __m128i comp_avg_res_hi = highbd_comp_avg_sse4_1( in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
365 highbd_comp_avg_sse4_1(&data_ref_0, &res_unsigned_lo, &wt0, in av1_highbd_dist_wtd_convolve_2d_sse4_1()
398 highbd_comp_avg_sse4_1(&data_ref_0_lo, &res_unsigned_lo, &wt0, in av1_highbd_dist_wtd_convolve_2d_sse4_1()
401 highbd_comp_avg_sse4_1(&data_ref_0_hi, &res_unsigned_hi, &wt0, in av1_highbd_dist_wtd_convolve_2d_sse4_1()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_sse4_1.h34 static INLINE __m128i highbd_comp_avg_sse4_1(const __m128i *const data_ref_0, in highbd_comp_avg_sse4_1() function