Home
last modified time | relevance | path

Searched refs:res_b_round (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_convolve_2d_avx2.c143 __m256i res_b_round = _mm256_sra_epi32( in av1_highbd_convolve_2d_sr_avx2() local
145 res_b_round = in av1_highbd_convolve_2d_sr_avx2()
146 _mm256_sra_epi32(_mm256_add_epi32(res_b_round, round_const_bits), in av1_highbd_convolve_2d_sr_avx2()
149 __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in av1_highbd_convolve_2d_sr_avx2()
Dhighbd_jnt_convolve_avx2.c402 const __m256i res_b_round = _mm256_sra_epi32( in av1_highbd_dist_wtd_convolve_2d_avx2() local
405 __m256i res_unsigned_hi = _mm256_add_epi32(res_b_round, offset_const); in av1_highbd_dist_wtd_convolve_2d_avx2()
796 __m256i res_b_round = _mm256_sll_epi32(res_b, round_shift_bits); in av1_highbd_dist_wtd_convolve_y_avx2() local
797 res_b_round = _mm256_sra_epi32( in av1_highbd_dist_wtd_convolve_y_avx2()
798 _mm256_add_epi32(res_b_round, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_y_avx2()
800 __m256i res_unsigned_hi = _mm256_add_epi32(res_b_round, offset_const); in av1_highbd_dist_wtd_convolve_y_avx2()
Dconvolve_2d_avx2.c151 const __m256i res_b_round = _mm256_sra_epi32( in av1_convolve_2d_sr_avx2() local
156 const __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in av1_convolve_2d_sr_avx2()
Djnt_convolve_avx2.c715 const __m256i res_b_round = _mm256_sra_epi32( in av1_dist_wtd_convolve_2d_avx2() local
717 const __m256i res_16b = _mm256_packs_epi32(res_a_round, res_b_round); in av1_dist_wtd_convolve_2d_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h98 const __m256i res_b_round = _mm256_sra_epi32( \
101 const __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); \
176 const __m256i res_b_round = _mm256_sra_epi32( \
178 const __m256i res_16b = _mm256_packs_epi32(res_a_round, res_b_round); \
Dhighbd_convolve_avx2.c220 __m256i res_b_round = _mm256_sra_epi32( in av1_highbd_convolve_y_sr_avx2() local
223 __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in av1_highbd_convolve_y_sr_avx2()
1174 __m256i res_b_round = _mm256_sra_epi32( in aom_highbd_filter_block1d8_v4_avx2() local
1177 __m256i res_16bit = _mm256_packs_epi32(res_a_round, res_b_round); in aom_highbd_filter_block1d8_v4_avx2()