Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_intrapred_intrin_ssse3.c150 __m128i avg3_2 = avg3_epu16(&A2, &B2, &C2); in vpx_highbd_d45_predictor_32x32_ssse3() local
157 _mm_store_si128((__m128i *)(dst + 16), avg3_2); in vpx_highbd_d45_predictor_32x32_ssse3()
162 avg3_1 = _mm_alignr_epi8(avg3_2, avg3_1, 2); in vpx_highbd_d45_predictor_32x32_ssse3()
163 avg3_2 = _mm_alignr_epi8(avg3_3, avg3_2, 2); in vpx_highbd_d45_predictor_32x32_ssse3()
167 _mm_store_si128((__m128i *)(dst + 16), avg3_2); in vpx_highbd_d45_predictor_32x32_ssse3()
283 const __m128i avg3_2 = avg3_epu16(&A2, &B2, &C2); in vpx_highbd_d117_predictor_32x32_ssse3() local
299 __m128i rowb_2 = avg3_2; in vpx_highbd_d117_predictor_32x32_ssse3()
416 const __m128i avg3_2 = avg3_epu16(&A2, &B2, &C2); in vpx_highbd_d135_predictor_32x32_ssse3() local
428 __m128i rowa_2 = avg3_2; in vpx_highbd_d135_predictor_32x32_ssse3()
577 const __m128i avg3_2 = avg3_epu16(&A2, &B2, &C2); in vpx_highbd_d153_predictor_32x32_ssse3() local
[all …]