Home
last modified time | relevance | path

Searched defs:res_a (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dconvolve_avx2.c112 __m256i res_a = _mm256_unpacklo_epi64(res_8b_lo, res_8b_hi); in av1_convolve_y_sr_avx2() local
225 __m256i res_a = _mm256_unpacklo_epi64(res_8b_lo, res_8b_hi); in av1_convolve_y_sr_avx2() local
Dhighbd_convolve_2d_avx2.c134 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_convolve_2d_sr_avx2() local
Dconvolve_2d_avx2.c140 __m256i res_a = convolve_4tap(s, coeffs_v + 1); in av1_convolve_2d_sr_avx2() local
Dhighbd_jnt_convolve_avx2.c353 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_dist_wtd_convolve_2d_avx2() local
747 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_dist_wtd_convolve_y_avx2() local
Djnt_convolve_avx2.c709 const __m256i res_a = convolve_4tap(s, coeffs_y + 1); in av1_dist_wtd_convolve_2d_avx2() local
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_avx2.c213 const __m256i res_a = convolve(s, coeffs_y); in av1_highbd_convolve_y_sr_avx2() local
1107 const __m256i res_a = convolve_4tap(s, ff); in aom_highbd_filter_block1d4_v4_avx2() local
1168 const __m256i res_a = convolve_4tap(s, ff); in aom_highbd_filter_block1d8_v4_avx2() local
Dblend_mask_sse4.h36 const __m128i res_a = _mm_madd_epi16(s0_s1, m_max_minus_m); in blend_a64_d16_mask_w4_sse41() local