Searched defs:pDstRight (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.c47 * pDstRight -Pointer to the interpolation buffer of the right -pel
59 * pSrc, pDstLeft, or pDstRight
61 * - iWidth==4 but pDstLeft and/or pDstRight is/are not aligned on a 4-byte boundary
62 * - iWidth==8 but pDstLeft and/or pDstRight is/are not aligned on a 8-byte boundary
63 * - iWidth==16 but pDstLeft and/or pDstRight is/are not aligned on a 16-byte boundary
72 OMX_U8* pDstRight,
83 armRetArgErrIf(pDstRight == NULL, OMX_Sts_BadArgErr)
86 armNot4ByteAligned(pDstRight), OMX_Sts_BadArgErr)
89 armNot8ByteAligned(pDstRight), OMX_Sts_BadArgErr)
92 armNot16ByteAligned(pDstRight), OMX_Sts_BadArgEr
68 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.s51 pDstRight RN 10 label
154 SUB pDstRight, Temp, Offset
175 VST1 dData1, [pDstRight], #8
180 ADD pDstRight, pDstRight, Offset
196 VST1 dData1, [pDstRight], #8
201 ADD pDstRight, pDstRight, Offset
215 VST1 dData1, [pDstRight], #8
220 ADD pDstRight, pDstRigh
[all...]

Completed in 128 milliseconds