Home
last modified time | relevance | path

Searched refs:res_odd1 (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_convolve_2d_ssse3.c90 __m128i res_odd1 = _mm_packs_epi32(res_odd, res_odd); in av1_highbd_convolve_2d_sr_ssse3() local
91 __m128i res = _mm_unpacklo_epi16(res_even1, res_odd1); in av1_highbd_convolve_2d_sr_ssse3()
Dhighbd_convolve_2d_avx2.c99 __m256i res_odd1 = _mm256_packs_epi32(res_odd, res_odd); in av1_highbd_convolve_2d_sr_avx2() local
100 __m256i res = _mm256_unpacklo_epi16(res_even1, res_odd1); in av1_highbd_convolve_2d_sr_avx2()
Dhighbd_jnt_convolve_avx2.c318 __m256i res_odd1 = _mm256_packs_epi32(res_odd, res_odd); in av1_highbd_dist_wtd_convolve_2d_avx2() local
319 __m256i res = _mm256_unpacklo_epi16(res_even1, res_odd1); in av1_highbd_dist_wtd_convolve_2d_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_ssse3.c235 __m128i res_odd1 = _mm_packs_epi32(res_odd, res_odd); in av1_highbd_convolve_x_sr_ssse3() local
236 __m128i res = _mm_unpacklo_epi16(res_even1, res_odd1); in av1_highbd_convolve_x_sr_ssse3()
Dhighbd_convolve_avx2.c335 __m256i res_odd1 = _mm256_packs_epi32(res_odd, res_odd); in av1_highbd_convolve_x_sr_avx2() local
337 __m256i res = _mm256_unpacklo_epi16(res_even1, res_odd1); in av1_highbd_convolve_x_sr_avx2()