Searched refs:pMVPred (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c70 * pMVPred - Predicted MV, represented in terms of 1/4-pel units; used to
86 * pSrcDstBestMV, pMVPred, pBestCost
100 const OMXVCMotionVector* pMVPred,
124 armRetArgErrIf(pMVPred == NULL, OMX_Sts_BadArgErr);
186 diffMV.dx = candMV.dx - pMVPred->dx;
187 diffMV.dy = candMV.dy - pMVPred->dy;
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.c70 * pMVPred - Predicted MV, represented in terms of 1/4-pel units; used to
86 * pSrcOrgY, pSrcRefY, pSrcDstBestMV, pMVPred, pBestCost
100 const OMXVCMotionVector* pMVPred,
125 armRetArgErrIf(pMVPred == NULL, OMX_Sts_BadArgErr);
194 diffMV.dx = candMV.dx - pMVPred->dx;
195 diffMV.dy = candMV.dy - pMVPred->dy;
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_BlockMatch_Integer.c68 * pMVPred - Predicted MV; used to compute motion cost, expressed in terms
85 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
101 const OMXVCMotionVector *pMVPred,
127 armRetArgErrIf(pMVPred == NULL, OMX_Sts_BadArgErr);
198 diffMV.dx = (x * 4) - pMVPred->dx;
199 diffMV.dy = (y * 4) - pMVPred->dy;
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_MotionEstimationMB.c610 * [out] pMVPred - Pointer to predicted MVs
625 OMXVCMotionVector *pMVPred
717 pMVPred->dx = pMVArr [BlockY][BlockX - 1].dx;
718 pMVPred->dy = pMVArr [BlockY][BlockX - 1].dy;
722 pMVPred->dx =
726 pMVPred->dy =
734 pMVPred->dx = pMVArr [BlockY][BlockX - 1].dx;
735 pMVPred->dy = pMVArr [BlockY][BlockX - 1].dy;
738 pMVPred->dx = pMVArr [BlockY - 1][BlockX].dx;
739 pMVPred
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MotionEstimationMB.c260 * - pMVPred[2][2] - predicted motion vectors; represented
395 &(pSrcDstMBCurr->pMVPred[0][0]),
406 &(pSrcDstMBCurr->pMVPred[0][0]),
430 &(pSrcDstMBCurr->pMVPred[0][0]), NULL,
443 &(pSrcDstMBCurr->pMVPred[0][1]),
450 &(pSrcDstMBCurr->pMVPred[0][1]), NULL,
465 &(pSrcDstMBCurr->pMVPred[1][0]),
471 &(pSrcDstMBCurr->pMVPred[1][0]), NULL,
484 &(pSrcDstMBCurr->pMVPred[1][1]),
490 &(pSrcDstMBCurr->pMVPred[
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h602 OMXVCMotionVector pMVPred[2][2]; /* motion vector prediction, represented using 1/2-pel units, member in struct:__anon540
603 * pMVPred[blocky][blockx] (blocky = 0~1, blockx = 0~1)
1099 * - pMVPred[2][2] - predicted motion vectors; represented
2335 OMXVCMotionVector pMVPred[4][4]; /* motion vector prediction, Represented using 1/4-pel units, pMVPred[blocky][blockx] (blocky = 0~3, blockx = 0~3) */ member in struct:__anon548
3409 * pMVPred - Predicted MV; used to compute motion cost, expressed in terms
3426 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
3441 const OMXVCMotionVector *pMVPred,
3481 * pMVPred - Predicted MV, represented in terms of 1/4-pel units; used to
3497 * pSrcDstBestMV, pMVPred, pBestCos
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h602 OMXVCMotionVector pMVPred[2][2]; /* motion vector prediction, represented using 1/2-pel units, member in struct:__anon584
603 * pMVPred[blocky][blockx] (blocky = 0~1, blockx = 0~1)
1099 * - pMVPred[2][2] - predicted motion vectors; represented
2335 OMXVCMotionVector pMVPred[4][4]; /* motion vector prediction, Represented using 1/4-pel units, pMVPred[blocky][blockx] (blocky = 0~3, blockx = 0~3) */ member in struct:__anon592
3409 * pMVPred - Predicted MV; used to compute motion cost, expressed in terms
3426 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
3441 const OMXVCMotionVector *pMVPred,
3481 * pMVPred - Predicted MV, represented in terms of 1/4-pel units; used to
3497 * pSrcDstBestMV, pMVPred, pBestCos
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h602 OMXVCMotionVector pMVPred[2][2]; /* motion vector prediction, represented using 1/2-pel units, member in struct:__anon628
603 * pMVPred[blocky][blockx] (blocky = 0~1, blockx = 0~1)
1099 * - pMVPred[2][2] - predicted motion vectors; represented
2335 OMXVCMotionVector pMVPred[4][4]; /* motion vector prediction, Represented using 1/4-pel units, pMVPred[blocky][blockx] (blocky = 0~3, blockx = 0~3) */ member in struct:__anon636
3409 * pMVPred - Predicted MV; used to compute motion cost, expressed in terms
3426 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
3441 const OMXVCMotionVector *pMVPred,
3481 * pMVPred - Predicted MV, represented in terms of 1/4-pel units; used to
3497 * pSrcDstBestMV, pMVPred, pBestCos
[all...]

Completed in 97 milliseconds