Home
last modified time | relevance | path

Searched refs:res_unsigned_16b (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_convolve_2d_sse4.c101 const __m128i res_unsigned_16b = in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
105 res_unsigned_16b); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
156 const __m128i res_unsigned_16b = in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local
159 const __m128i res_1 = _mm_srli_si128(res_unsigned_16b, 8); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
162 res_unsigned_16b); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1()
Dhighbd_jnt_convolve_avx2.c104 const __m256i res_unsigned_16b = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
108 res_unsigned_16b); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
159 const __m256i res_unsigned_16b = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
162 const __m128i res_0 = _mm256_castsi256_si128(res_unsigned_16b); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
163 const __m128i res_1 = _mm256_extracti128_si256(res_unsigned_16b, 1); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
216 const __m256i res_unsigned_16b = in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local
218 const __m128i res_0 = _mm256_castsi256_si128(res_unsigned_16b); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
219 const __m128i res_1 = _mm256_extracti128_si256(res_unsigned_16b, 1); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()