Searched refs:round_const_x (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_convolve_2d_ssse3.c | 40 const __m128i round_const_x = _mm_set1_epi32( in av1_highbd_convolve_2d_sr_ssse3() local 76 res_even = _mm_sra_epi32(_mm_add_epi32(res_even, round_const_x), in av1_highbd_convolve_2d_sr_ssse3() 87 _mm_sra_epi32(_mm_add_epi32(res_odd, round_const_x), round_shift_x); in av1_highbd_convolve_2d_sr_ssse3()
|
D | highbd_convolve_2d_avx2.c | 44 const __m256i round_const_x = _mm256_set1_epi32( in av1_highbd_convolve_2d_sr_avx2() local 85 res_even = _mm256_sra_epi32(_mm256_add_epi32(res_even, round_const_x), in av1_highbd_convolve_2d_sr_avx2() 95 res_odd = _mm256_sra_epi32(_mm256_add_epi32(res_odd, round_const_x), in av1_highbd_convolve_2d_sr_avx2()
|
D | highbd_jnt_convolve_avx2.c | 260 const __m256i round_const_x = _mm256_set1_epi32( in av1_highbd_dist_wtd_convolve_2d_avx2() local 304 res_even = _mm256_sra_epi32(_mm256_add_epi32(res_even, round_const_x), in av1_highbd_dist_wtd_convolve_2d_avx2() 314 res_odd = _mm256_sra_epi32(_mm256_add_epi32(res_odd, round_const_x), in av1_highbd_dist_wtd_convolve_2d_avx2() 491 const __m256i round_const_x = in av1_highbd_dist_wtd_convolve_x_avx2() local 527 res_even = _mm256_sra_epi32(_mm256_add_epi32(res_even, round_const_x), in av1_highbd_dist_wtd_convolve_x_avx2() 537 res_odd = _mm256_sra_epi32(_mm256_add_epi32(res_odd, round_const_x), in av1_highbd_dist_wtd_convolve_x_avx2()
|
D | highbd_jnt_convolve_sse4.c | 286 const __m128i round_const_x = in av1_highbd_dist_wtd_convolve_x_sse4_1() local 320 _mm_sra_epi32(_mm_add_epi32(res_even, round_const_x), round_shift_x); in av1_highbd_dist_wtd_convolve_x_sse4_1() 330 _mm_sra_epi32(_mm_add_epi32(res_odd, round_const_x), round_shift_x); in av1_highbd_dist_wtd_convolve_x_sse4_1()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_convolve_ssse3.c | 186 const __m128i round_const_x = in av1_highbd_convolve_x_sr_ssse3() local 216 res_even = _mm_sra_epi32(_mm_add_epi32(res_even, round_const_x), in av1_highbd_convolve_x_sr_ssse3() 227 _mm_sra_epi32(_mm_add_epi32(res_odd, round_const_x), round_shift_x); in av1_highbd_convolve_x_sr_ssse3()
|
D | highbd_convolve_avx2.c | 281 const __m256i round_const_x = in av1_highbd_convolve_x_sr_avx2() local 316 res_even = _mm256_sra_epi32(_mm256_add_epi32(res_even, round_const_x), in av1_highbd_convolve_x_sr_avx2() 326 res_odd = _mm256_sra_epi32(_mm256_add_epi32(res_odd, round_const_x), in av1_highbd_convolve_x_sr_avx2()
|