Searched refs:data_ref_0_hi (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_jnt_convolve_avx2.c | 75 const __m256i data_ref_0_hi = _mm256_unpackhi_epi16(data_0, zero); in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local 90 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_copy_avx2() 179 const __m256i data_ref_0_hi = _mm256_unpackhi_epi16(data_01, zero); in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local 194 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_copy_avx2() 416 const __m256i data_ref_0_hi = _mm256_unpackhi_epi16(data_01, zero); in av1_highbd_dist_wtd_convolve_2d_avx2() local 422 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_2d_avx2() 597 const __m256i data_ref_0_hi = _mm256_unpackhi_epi16(data_01, zero); in av1_highbd_dist_wtd_convolve_x_avx2() local 603 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_x_avx2() 811 const __m256i data_ref_0_hi = _mm256_unpackhi_epi16(data_01, zero); in av1_highbd_dist_wtd_convolve_y_avx2() local 817 highbd_comp_avg(&data_ref_0_hi, &res_unsigned_hi, &wt0, &wt1, in av1_highbd_dist_wtd_convolve_y_avx2()
|
D | highbd_convolve_2d_sse4.c | 72 const __m128i data_ref_0_hi = _mm_unpackhi_epi16(data_0, zero); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local 87 highbd_comp_avg_sse4_1(&data_ref_0_hi, &res_unsigned_hi, &wt0, in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 395 const __m128i data_ref_0_hi = _mm_cvtepu16_epi32(data_hi); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local 401 highbd_comp_avg_sse4_1(&data_ref_0_hi, &res_unsigned_hi, &wt0, in av1_highbd_dist_wtd_convolve_2d_sse4_1()
|
D | jnt_convolve_avx2.c | 357 const __m256i data_ref_0_hi = in av1_dist_wtd_convolve_y_avx2() local 365 &data_ref_0_hi, &res_hi_unsigned, &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_y_avx2() 536 const __m256i data_ref_0_hi = in av1_dist_wtd_convolve_y_avx2() local 544 &data_ref_0_hi, &res_hi_unsigned, &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_y_avx2()
|
D | highbd_jnt_convolve_sse4.c | 362 const __m128i data_ref_0_hi = _mm_unpackhi_epi16(data_0, zero); in av1_highbd_dist_wtd_convolve_x_sse4_1() local 368 highbd_comp_avg_sse4_1(&data_ref_0_hi, &res_unsigned_hi, &wt0, in av1_highbd_dist_wtd_convolve_x_sse4_1()
|
D | convolve_2d_sse2.c | 410 const __m128i data_ref_0_hi = in av1_dist_wtd_convolve_2d_copy_sse2() local 420 &data_ref_0_hi, &res_unsigned_hi, &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_2d_copy_sse2()
|