Searched defs:iBlockHeight (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.c67 * iBlockHeight - Height of the current block in terms of full pixels; must
87 * - iBlockWidth or iBlockHeight are equal to values other than 4, 8, or 16.
98 OMX_U8 iBlockHeight,
128 armRetArgErrIf(((iBlockHeight!=4)&&(iBlockHeight!=8)&&(iBlockHeight!=16)) , OMX_Sts_BadArgErr);
172 iBlockHeight,
183 iBlockHeight,
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.c65 * iBlockHeight - Height of the current block, expressed in terms of
86 * - Either iBlockWidth or iBlockHeight are values other than 4, 8, or 16.
99 OMX_U8 iBlockHeight,
132 armRetArgErrIf(((iBlockHeight!=4)&&(iBlockHeight!=8)&&(iBlockHeight!=16)) , OMX_Sts_BadArgErr);
195 iBlockHeight,
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.c67 * iBlockHeight - Height of the current block in terms of full pixels; must
87 * - iBlockWidth or iBlockHeight are equal to values other than 4, 8, or 16.
98 OMX_U8 iBlockHeight,
129 armRetArgErrIf(((iBlockHeight!=4)&&(iBlockHeight!=8)&&(iBlockHeight!=16)) , OMX_Sts_BadArgErr);
180 iBlockHeight,
191 iBlockHeight,
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 78 milliseconds