Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_intrapred_intrin_ssse3.c220 const __m128i avg2_1 = _mm_avg_epu16(A1, B1); in vpx_highbd_d117_predictor_16x16_ssse3() local
232 __m128i rowa_1 = avg2_1; in vpx_highbd_d117_predictor_16x16_ssse3()
270 const __m128i avg2_1 = _mm_avg_epu16(A1, B1); in vpx_highbd_d117_predictor_32x32_ssse3() local
294 __m128i rowa_1 = avg2_1; in vpx_highbd_d117_predictor_32x32_ssse3()
720 const __m128i avg2_1 = _mm_avg_epu16(A1, B1); in vpx_highbd_d207_predictor_16x16_ssse3() local
723 const __m128i out_c = _mm_unpacklo_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_16x16_ssse3()
724 const __m128i out_d = _mm_unpackhi_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_16x16_ssse3()
781 const __m128i avg2_1 = _mm_avg_epu16(A1, B1); in vpx_highbd_d207_predictor_32x32_ssse3() local
786 const __m128i out_c = _mm_unpacklo_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_32x32_ssse3()
787 const __m128i out_d = _mm_unpackhi_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_32x32_ssse3()
[all …]