Searched defs:pSrcRefY (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c57 * pSrcRefY - Pointer to the top-left corner of the co-located block in the
85 * - any of the following pointers is NULL: pSrcOrgY, pSrcRefY,
95 const OMX_U8* pSrcRefY,
118 armRetArgErrIf((iBlockWidth == 4) && (!armIs4ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
119 armRetArgErrIf((iBlockWidth == 8) && (!armIs8ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
120 armRetArgErrIf((iBlockWidth == 16) && (!armIs16ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
123 armRetArgErrIf(pSrcRefY == NULL, OMX_Sts_BadArgErr);
150 pTempSrcRefY = pSrcRefY + (nSrcRefStep * (integerMV.dy/4)) + (integerMV.dx/4);
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.c52 * pSrcRefY - Pointer to the top-left corner of the co-located block in the
85 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
94 const OMX_U8 *pSrcRefY,
122 armRetArgErrIf((iBlockWidth == 4) && (!armIs4ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
123 armRetArgErrIf((iBlockWidth == 8) && (!armIs8ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
124 armRetArgErrIf((iBlockWidth == 16) && (!armIs16ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
126 armRetArgErrIf(pSrcRefY == NULL, OMX_Sts_BadArgErr);
185 pTempSrcRefY = pSrcRefY + (nSrcRefStep * y) + x;
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.c57 * pSrcRefY - Pointer to the top-left corner of the co-located block in the
86 * pSrcOrgY, pSrcRefY, pSrcDstBestMV, pMVPred, pBestCost
95 const OMX_U8* pSrcRefY,
119 armRetArgErrIf((iBlockWidth == 4) && (!armIs4ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
120 armRetArgErrIf((iBlockWidth == 8) && (!armIs8ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
121 armRetArgErrIf((iBlockWidth == 16) && (!armIs16ByteAligned(pSrcRefY)), OMX_Sts_BadArgErr);
124 armRetArgErrIf(pSrcRefY == NULL, OMX_Sts_BadArgErr);
151 pTempSrcRefY = pSrcRefY + (nSrcRefStep * (initialMV.dy/4)) + (initialMV.dx/4);
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
H A DomxVCM4P10_MotionEstimationMB.c769 * [in] pSrcRefY - Pointer to the start of luma component of co-located reference MB
770 * [in] nSrcRefStep - Step size for the pointer pSrcRefY
796 const OMX_U8* pSrcRefY,
845 pSrcRefY,
871 pSrcRefY,
887 pSrcRefY,
918 * [in] nSrcRefStep - Step size for the pointer pSrcRefY
1373 * [in] SrcRefStep - Step size for the pointer pSrcRefY
793 armVCM4P10_BlockMotionSearch( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void* pMESpec, OMX_S32 nLamda, OMX_S32* pBestCost, OMXVCMotionVector *pBestMV, OMX_U32 BlockStartX, OMX_U32 BlockStartY, OMX_U32 BlockSizeX, OMX_U32 BlockSizeY, OMX_S32 RefFrame, OMX_S32 pRefFrArr [][6], OMXVCMotionVector pMVArr [][12], OMXVCMotionVector *pMVPred ) argument

Completed in 144 milliseconds