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.c55 * pMVPred - Predicted MV, represented in terms of 1/4-pel units; used to
71 * pSrcDstBestMV, pMVPred, pBestCost
85 const OMXVCMotionVector* pMVPred,
109 armRetArgErrIf(pMVPred == NULL, OMX_Sts_BadArgErr);
171 diffMV.dx = candMV.dx - pMVPred->dx;
172 diffMV.dy = candMV.dy - pMVPred->dy;
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.c55 * pMVPred - Predicted MV, represented in terms of 1/4-pel units; used to
71 * pSrcOrgY, pSrcRefY, pSrcDstBestMV, pMVPred, pBestCost
85 const OMXVCMotionVector* pMVPred,
110 armRetArgErrIf(pMVPred == NULL, OMX_Sts_BadArgErr);
179 diffMV.dx = candMV.dx - pMVPred->dx;
180 diffMV.dy = candMV.dy - pMVPred->dy;
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
H A DomxVCM4P10_BlockMatch_Integer.c53 * pMVPred - Predicted MV; used to compute motion cost, expressed in terms
70 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
86 const OMXVCMotionVector *pMVPred,
112 armRetArgErrIf(pMVPred == NULL, OMX_Sts_BadArgErr);
183 diffMV.dx = (x * 4) - pMVPred->dx;
184 diffMV.dy = (y * 4) - pMVPred->dy;
76 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.c595 * [out] pMVPred - Pointer to predicted MVs
610 OMXVCMotionVector *pMVPred
702 pMVPred->dx = pMVArr [BlockY][BlockX - 1].dx;
703 pMVPred->dy = pMVArr [BlockY][BlockX - 1].dy;
707 pMVPred->dx =
711 pMVPred->dy =
719 pMVPred->dx = pMVArr [BlockY][BlockX - 1].dx;
720 pMVPred->dy = pMVArr [BlockY][BlockX - 1].dy;
723 pMVPred->dx = pMVArr [BlockY - 1][BlockX].dx;
724 pMVPred
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MotionEstimationMB.c245 * - pMVPred[2][2] - predicted motion vectors; represented
380 &(pSrcDstMBCurr->pMVPred[0][0]),
391 &(pSrcDstMBCurr->pMVPred[0][0]),
415 &(pSrcDstMBCurr->pMVPred[0][0]), NULL,
428 &(pSrcDstMBCurr->pMVPred[0][1]),
435 &(pSrcDstMBCurr->pMVPred[0][1]), NULL,
450 &(pSrcDstMBCurr->pMVPred[1][0]),
456 &(pSrcDstMBCurr->pMVPred[1][0]), NULL,
469 &(pSrcDstMBCurr->pMVPred[1][1]),
475 &(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:__anon491
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:__anon499
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:__anon535
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:__anon543
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:__anon579
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:__anon587
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 1065 milliseconds