Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c52 __m256i filt[4], coeffs_h[4], coeffs_v[4]; in av1_convolve_2d_sr_avx2() local
57 prepare_coeffs_lowbd(filter_params_x, subpel_x_q4, coeffs_h); in av1_convolve_2d_sr_avx2()
61 if (!(_mm256_extract_epi32(_mm256_or_si256(coeffs_h[0], coeffs_h[3]), 0))) in av1_convolve_2d_sr_avx2()
87 __m256i res = convolve_lowbd_x_4tap(data, coeffs_h + 1, filt); in av1_convolve_2d_sr_avx2()
97 __m256i res = convolve_lowbd_x_4tap(data_1, coeffs_h + 1, filt); in av1_convolve_2d_sr_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h47 __m256i res = convolve_lowbd_x(data, coeffs_h, filt); \
56 __m256i res = convolve_lowbd_x(data_1, coeffs_h, filt); \