Searched refs:avg3_3 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 151 __m128i avg3_3 = avg3_epu16(&A3, &B3, &C3); in vpx_highbd_d45_predictor_32x32_ssse3() local 158 _mm_store_si128((__m128i *)(dst + 24), avg3_3); 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() 164 avg3_3 = _mm_alignr_epi8(AR, avg3_3, 2); in vpx_highbd_d45_predictor_32x32_ssse3() 168 _mm_store_si128((__m128i *)(dst + 24), avg3_3); in vpx_highbd_d45_predictor_32x32_ssse3() 284 const __m128i avg3_3 = avg3_epu16(&A3, &B3, &C3); in vpx_highbd_d117_predictor_32x32_ssse3() local 300 __m128i rowb_3 = avg3_3; in vpx_highbd_d117_predictor_32x32_ssse3() 417 const __m128i avg3_3 = avg3_epu16(&A3, &B3, &C3); in vpx_highbd_d135_predictor_32x32_ssse3() local 429 __m128i rowa_3 = avg3_3; in vpx_highbd_d135_predictor_32x32_ssse3() 578 const __m128i avg3_3 = avg3_epu16(&A3, &B3, &C3); in vpx_highbd_d153_predictor_32x32_ssse3() local [all …]
|