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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c47 * vector referenced by the input parameter pSrcDstBestMV, i.e., the initial
72 * pSrcDstBestMV - The best MV resulting from a prior integer search,
77 * pSrcDstBestMV - Best MV resulting from the half-pel search, expressed in
86 * pSrcDstBestMV, pMVPred, pBestCost
101 OMXVCMotionVector* pSrcDstBestMV,
125 armRetArgErrIf(pSrcDstBestMV == NULL, OMX_Sts_BadArgErr);
140 integerMV.dx = pSrcDstBestMV->dx;
141 integerMV.dy = pSrcDstBestMV->dy;
195 pSrcDstBestMV,
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_Quarter.c47 * motion vector referenced by the input parameter pSrcDstBestMV, i.e., the
72 * pSrcDstBestMV - The best MV resulting from a prior half-pel search,
77 * pSrcDstBestMV - Best MV resulting from the quarter-pel search, expressed
86 * pSrcOrgY, pSrcRefY, pSrcDstBestMV, pMVPred, pBestCost
101 OMXVCMotionVector* pSrcDstBestMV,
126 armRetArgErrIf(pSrcDstBestMV == NULL, OMX_Sts_BadArgErr);
141 initialMV.dx = pSrcDstBestMV->dx;
142 initialMV.dy = pSrcDstBestMV->dy;
203 pSrcDstBestMV,
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 21 milliseconds