Searched defs:pDstLeft (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateHalfHor_Luma.c57 * pDstLeft -Pointer to the interpolation buffer of the left -pel position
74 * pSrc, pDstLeft, or pDstRight
76 * - iWidth==4 but pDstLeft and/or pDstRight is/are not aligned on a 4-byte boundary
77 * - iWidth==8 but pDstLeft and/or pDstRight is/are not aligned on a 8-byte boundary
78 * - iWidth==16 but pDstLeft and/or pDstRight is/are not aligned on a 16-byte boundary
86 OMX_U8* pDstLeft,
97 armRetArgErrIf(pDstLeft == NULL, OMX_Sts_BadArgErr)
100 armNot4ByteAligned(pDstLeft) &&
103 armNot8ByteAligned(pDstLeft) &&
106 armNot16ByteAligned(pDstLeft)
83 omxVCM4P10_InterpolateHalfHor_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDstLeft, OMX_U8* pDstRight, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_ExpandFrame_I_s.s64 pDstLeft RN 9 label
170 SUB pDstLeft, pSrcDstPlane, Offset
171 SUB pDstLeft, pDstLeft, iExpandPels
187 VST1 dData0, [pDstLeft], #8
193 ADD pDstLeft, pDstLeft, Offset
208 VST1 dData0, [pDstLeft], #8
214 ADD pDstLeft, pDstLeft, Offse
[all...]

Completed in 195 milliseconds