Searched defs:src34 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libaom/third_party/SVT-AV1/ |
H A D | convolve_avx2.h | 1161 const __m128i src34 = _mm_unpacklo_epi16(s_16[3], s_16[2]); in y_convolve_4tap_2x2_ssse3() local 1174 const __m128i src34 = _mm_unpacklo_epi32(s_32[3], s_32[2]); in y_convolve_4tap_4x2_ssse3() local 1187 const __m256i src34 = _mm256_setr_m128i(s_64[3], s_64[2]); in y_convolve_4tap_8x2_avx2() local 1200 const __m256i src34 = _mm256_setr_m128i(s_128[3], s_128[2]); in y_convolve_4tap_16x2_avx2() local 1581 const __m128i src34 = _mm_unpacklo_epi32(s_32[3], s_32[2]); in xy_y_convolve_4tap_2x2_sse2() local 2511 const __m128i src34 = _mm_unpacklo_epi16(s_16[3], s_16[4]); in av1_convolve_y_sr_specialized_avx2() local 2542 const __m128i src34 = _mm_unpacklo_epi32(s_32[3], s_32[4]); in av1_convolve_y_sr_specialized_avx2() local 2577 const __m256i src34 = _mm256_setr_m128i(s_64[3], s_64[4]); in av1_convolve_y_sr_specialized_avx2() local 2608 const __m256i src34 = _mm256_setr_m128i(s_128[3], s_128[4]); in av1_convolve_y_sr_specialized_avx2() local 2704 const __m128i src34 = _mm_unpacklo_epi16(s_16[3], s_16[4]); in av1_convolve_y_sr_specialized_avx2() local [all …]
|
H A D | convolve_2d_avx2.h | 790 const __m128i src34 = _mm_unpacklo_epi32(s_32[3], s_32[4]); in convolve_2d_sr_ver_6tap_avx2() local 974 const __m128i src34 = _mm_unpacklo_epi32(s_32[3], s_32[4]); in convolve_2d_sr_ver_8tap_avx2() local
|