Searched refs:res_a (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | convolve_avx2.c | 112 __m256i res_a = _mm256_unpacklo_epi64(res_8b_lo, res_8b_hi); in av1_convolve_y_sr_avx2() local 114 const __m128i res_0 = _mm256_castsi256_si128(res_a); in av1_convolve_y_sr_avx2() 115 const __m128i res_1 = _mm256_extracti128_si256(res_a, 1); in av1_convolve_y_sr_avx2() 225 __m256i res_a = _mm256_unpacklo_epi64(res_8b_lo, res_8b_hi); in av1_convolve_y_sr_avx2() local 227 const __m128i res_0 = _mm256_castsi256_si128(res_a); in av1_convolve_y_sr_avx2() 228 const __m128i res_1 = _mm256_extracti128_si256(res_a, 1); in av1_convolve_y_sr_avx2()
|
D | convolve_2d_avx2.c | 140 __m256i res_a = convolve_4tap(s, coeffs_v + 1); in av1_convolve_2d_sr_avx2() local 144 res_a = in av1_convolve_2d_sr_avx2() 145 _mm256_sra_epi32(_mm256_add_epi32(res_a, sum_round_v), sum_shift_v); in av1_convolve_2d_sr_avx2() 150 _mm256_add_epi32(res_a, round_const_v), round_shift_v); in av1_convolve_2d_sr_avx2()
|
D | highbd_convolve_2d_avx2.c | 134 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_convolve_2d_sr_avx2() local 136 _mm256_add_epi32(res_a, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_avx2()
|
D | highbd_jnt_convolve_avx2.c | 353 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_dist_wtd_convolve_2d_avx2() local 356 _mm256_add_epi32(res_a, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_2d_avx2() 747 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_dist_wtd_convolve_y_avx2() local 749 __m256i res_a_round = _mm256_sll_epi32(res_a, round_shift_bits); in av1_highbd_dist_wtd_convolve_y_avx2()
|
D | jnt_convolve_avx2.c | 709 const __m256i res_a = convolve_4tap(s, coeffs_y + 1); in av1_dist_wtd_convolve_2d_avx2() local 711 _mm256_add_epi32(res_a, round_const_v), round_shift_v); in av1_dist_wtd_convolve_2d_avx2()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | convolve_avx2.h | 88 __m256i res_a = convolve(s, coeffs_v); \ 91 res_a = \ 92 _mm256_sra_epi32(_mm256_add_epi32(res_a, sum_round_v), sum_shift_v); \ 97 _mm256_add_epi32(res_a, round_const_v), round_shift_v); \ 170 const __m256i res_a = convolve(s, coeffs_y); \ 172 _mm256_add_epi32(res_a, round_const_v), round_shift_v); \
|
D | blend_mask_sse4.h | 36 const __m128i res_a = _mm_madd_epi16(s0_s1, m_max_minus_m); in blend_a64_d16_mask_w4_sse41() local 37 const __m128i res_c = _mm_sub_epi32(res_a, *v_round_offset); in blend_a64_d16_mask_w4_sse41()
|
D | highbd_convolve_avx2.c | 213 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_convolve_y_sr_avx2() local 216 _mm256_add_epi32(res_a, round_const_bits), round_shift_bits); in av1_highbd_convolve_y_sr_avx2() 1107 const __m256i res_a = convolve_4tap(s, ff); in aom_highbd_filter_block1d4_v4_avx2() local 1110 _mm256_add_epi32(res_a, round_const_bits), round_shift_bits); in aom_highbd_filter_block1d4_v4_avx2() 1168 const __m256i res_a = convolve_4tap(s, ff); in aom_highbd_filter_block1d8_v4_avx2() local 1171 _mm256_add_epi32(res_a, round_const_bits), round_shift_bits); in aom_highbd_filter_block1d8_v4_avx2()
|