Searched refs:AXL0 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 515 const __m128i AXL0 = _mm_alignr_epi8(XL0, _mm_slli_si128(A0, 12), 14); in vpx_highbd_d153_predictor_16x16_ssse3() local 518 const __m128i avg3_left_0 = avg3_epu16(&L0, &XL0, &AXL0); in vpx_highbd_d153_predictor_16x16_ssse3() 587 const __m128i AXL0 = _mm_alignr_epi8(XL0, _mm_slli_si128(A0, 12), 14); in vpx_highbd_d153_predictor_32x32_ssse3() local 591 const __m128i avg3_left_0 = avg3_epu16(&L0, &XL0, &AXL0); in vpx_highbd_d153_predictor_32x32_ssse3()
|