Searched refs:pDstMVPred (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred.c44 * returned in pDstMVPred. If the parameter pDstMVPredME if is not NULL then
70 * pDstMVPred - pointer to the predicted motion vector
82 * - the pointer pDstMVPred is NULL
92 OMXVCMotionVector* pDstMVPred,
104 armRetArgErrIf(pDstMVPred == NULL, OMX_Sts_BadArgErr);
183 pDstMVPred->dx = armMedianOf3 (pCandMV1->dx, pCandMV2->dx, pCandMV3->dx);
184 pDstMVPred->dy = armMedianOf3 (pCandMV1->dy, pCandMV2->dy, pCandMV3->dy);
87 omxVCM4P2_FindMVpred( const OMXVCMotionVector* pSrcMVCurMB, const OMXVCMotionVector* pSrcCandMV1, const OMXVCMotionVector* pSrcCandMV2, const OMXVCMotionVector* pSrcCandMV3, OMXVCMotionVector* pDstMVPred, OMXVCMotionVector* pDstMVPredME, OMX_INT iBlk ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s53 pDstMVPred RN 4 label
196 M_LDR pDstMVPred, ppDstMVPred
200 STRH CandMV3dx, [pDstMVPred], #2
201 STRH CandMV3dy, [pDstMVPred]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s53 pDstMVPred RN 4 label
196 M_LDR pDstMVPred, ppDstMVPred
200 STRH CandMV3dx, [pDstMVPred], #2
201 STRH CandMV3dy, [pDstMVPred]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h618 * returned in pDstMVPred. If the parameter pDstMVPredME if is not NULL then
644 * pDstMVPred - pointer to the predicted motion vector
656 * - the pointer pDstMVPred is NULL
665 OMXVCMotionVector *pDstMVPred,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h618 * returned in pDstMVPred. If the parameter pDstMVPredME if is not NULL then
644 * pDstMVPred - pointer to the predicted motion vector
656 * - the pointer pDstMVPred is NULL
665 OMXVCMotionVector *pDstMVPred,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h618 * returned in pDstMVPred. If the parameter pDstMVPredME if is not NULL then
644 * pDstMVPred - pointer to the predicted motion vector
656 * - the pointer pDstMVPred is NULL
665 OMXVCMotionVector *pDstMVPred,

Completed in 1493 milliseconds