Searched refs:load_line2_avx2 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | jnt_convolve_avx2.c | 32 static INLINE __m256i load_line2_avx2(const void *a, const void *b) { in load_line2_avx2() function 90 load_line2_avx2(&src_data[j], &src_data[j + src_stride]); in av1_dist_wtd_convolve_x_avx2() 101 load_line2_avx2(&dst_data[j], &dst_data[j + dst_stride]); in av1_dist_wtd_convolve_x_avx2() 143 load_line2_avx2(&src_data[j], &src_data[j + src_stride]); in av1_dist_wtd_convolve_x_avx2() 156 load_line2_avx2(&dst_data[j], &dst_data[j + dst_stride]); in av1_dist_wtd_convolve_x_avx2() 297 load_line2_avx2(&dst[i * dst_stride + j], in av1_dist_wtd_convolve_y_avx2() 354 load_line2_avx2(&dst[i * dst_stride + j], in av1_dist_wtd_convolve_y_avx2() 358 load_line2_avx2(&dst[i * dst_stride + j + 8], in av1_dist_wtd_convolve_y_avx2() 476 load_line2_avx2(&dst[i * dst_stride + j], in av1_dist_wtd_convolve_y_avx2() 533 load_line2_avx2(&dst[i * dst_stride + j], in av1_dist_wtd_convolve_y_avx2() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | convolve_avx2.h | 182 const __m256i data_ref_0 = load_line2_avx2( \ 210 const __m256i data_ref_0 = load_line2_avx2( \
|