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.c32 * vector referenced by the input parameter pSrcDstBestMV, i.e., the initial
57 * pSrcDstBestMV - The best MV resulting from a prior integer search,
62 * pSrcDstBestMV - Best MV resulting from the half-pel search, expressed in
71 * pSrcDstBestMV, pMVPred, pBestCost
86 OMXVCMotionVector* pSrcDstBestMV,
110 armRetArgErrIf(pSrcDstBestMV == NULL, OMX_Sts_BadArgErr);
125 integerMV.dx = pSrcDstBestMV->dx;
126 integerMV.dy = pSrcDstBestMV->dy;
180 pSrcDstBestMV,
77 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.c32 * motion vector referenced by the input parameter pSrcDstBestMV, i.e., the
57 * pSrcDstBestMV - The best MV resulting from a prior half-pel search,
62 * pSrcDstBestMV - Best MV resulting from the quarter-pel search, expressed
71 * pSrcOrgY, pSrcRefY, pSrcDstBestMV, pMVPred, pBestCost
86 OMXVCMotionVector* pSrcDstBestMV,
111 armRetArgErrIf(pSrcDstBestMV == NULL, OMX_Sts_BadArgErr);
126 initialMV.dx = pSrcDstBestMV->dx;
127 initialMV.dy = pSrcDstBestMV->dy;
188 pSrcDstBestMV,
77 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 38 milliseconds