Searched refs:pu1_HorzPixelUV (Results 1 - 1 of 1) sorted by relevance

/external/libavc/common/x86/
H A Dih264_deblk_chroma_ssse3.c287 UWORD8 *pu1_HorzPixelUV; /*! < Pointer to the first pixel of the boundary */ local
298 pu1_HorzPixelUV = pu1_src_uv - (src_strd << 1);
306 p1_uv_16x8 = _mm_loadu_si128((__m128i *)(pu1_HorzPixelUV + i16_posP1));
307 p0_uv_16x8 = _mm_loadu_si128((__m128i *)(pu1_HorzPixelUV + i16_posP0));
380 _mm_storeu_si128((__m128i *)(pu1_HorzPixelUV + i16_posP0), p0_uv_8x16_1);
662 UWORD8 *pu1_HorzPixelUV; /*! < Pointer to the first pixel of the boundary */ local
673 pu1_HorzPixelUV = pu1_src_uv - (src_strd << 1);
692 p1_uv_16x8 = _mm_loadu_si128((__m128i *)(pu1_HorzPixelUV + i16_posP1));
693 p0_uv_16x8 = _mm_loadu_si128((__m128i *)(pu1_HorzPixelUV + i16_posP0));
785 _mm_storeu_si128((__m128i *)(pu1_HorzPixelUV
[all...]

Completed in 178 milliseconds