Searched defs:pSrcOrgY (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c53 * pSrcOrgY - Pointer to the current position in original picture plane. If
85 * - any of the following pointers is NULL: pSrcOrgY, pSrcRefY,
93 const OMX_U8* pSrcOrgY,
115 armRetArgErrIf((iBlockWidth == 4) && (!armIs4ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
116 armRetArgErrIf((iBlockWidth == 8) && (!armIs8ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
117 armRetArgErrIf((iBlockWidth == 16) && (!armIs16ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
122 armRetArgErrIf(pSrcOrgY == NULL, OMX_Sts_BadArgErr);
159 pTempSrcOrgY = pSrcOrgY;
92 omxVCM4P10_BlockMatch_Half( const OMX_U8* pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector* pMVPred, OMXVCMotionVector* pSrcDstBestMV, OMX_S32* pBestCost ) argument
H A DomxVCM4P10_BlockMatch_Integer.c48 * pSrcOrgY - Pointer to the top-left corner of the current block. If
85 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
92 const OMX_U8 *pSrcOrgY,
119 armRetArgErrIf((iBlockWidth == 4) && (!armIs4ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
120 armRetArgErrIf((iBlockWidth == 8) && (!armIs8ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
121 armRetArgErrIf((iBlockWidth == 16) && (!armIs16ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
125 armRetArgErrIf(pSrcOrgY == NULL, OMX_Sts_BadArgErr);
186 pTempSrcOrgY = pSrcOrgY;
91 omxVCM4P10_BlockMatch_Integer( const OMX_U8 *pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8 *pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector *pMVPred, const OMXVCMotionVector *pMVCandidate, OMXVCMotionVector *pBestMV, OMX_S32 *pBestCost, void *pMESpec ) argument
H A DomxVCM4P10_BlockMatch_Quarter.c53 * pSrcOrgY - Pointer to the current position in original picture plane. If
86 * pSrcOrgY, pSrcRefY, pSrcDstBestMV, pMVPred, pBestCost
93 const OMX_U8* pSrcOrgY,
116 armRetArgErrIf((iBlockWidth == 4) && (!armIs4ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
117 armRetArgErrIf((iBlockWidth == 8) && (!armIs8ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
118 armRetArgErrIf((iBlockWidth == 16) && (!armIs16ByteAligned(pSrcOrgY)), OMX_Sts_BadArgErr);
123 armRetArgErrIf(pSrcOrgY == NULL, OMX_Sts_BadArgErr);
167 pTempSrcOrgY = pSrcOrgY;
92 omxVCM4P10_BlockMatch_Quarter( const OMX_U8* pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector* pMVPred, OMXVCMotionVector* pSrcDstBestMV, OMX_S32* pBestCost ) argument

Completed in 54 milliseconds