Searched refs:pSrcCandMV2 (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred.c55 * pSrcCandMV2 - pointer to the MV buffer containing the 4 MVs associated
90 const OMXVCMotionVector* pSrcCandMV2,
124 if(pSrcCandMV2 != NULL)
126 pCandMV2 = &pSrcCandMV2[2];
132 if ((pSrcCandMV1 == NULL) && (pSrcCandMV2 == NULL))
140 else if((pSrcCandMV2 == NULL) && (pSrcCandMV3 == NULL))
149 if(pSrcCandMV2 != NULL)
151 pCandMV2 = &pSrcCandMV2[3];
157 if((pSrcCandMV2 == NULL) && (pSrcCandMV3 == NULL))
87 omxVCM4P2_FindMVpred( const OMXVCMotionVector* pSrcMVCurMB, const OMXVCMotionVector* pSrcCandMV1, const OMXVCMotionVector* pSrcCandMV2, const OMXVCMotionVector* pSrcCandMV3, OMXVCMotionVector* pDstMVPred, OMXVCMotionVector* pDstMVPredME, OMX_INT iBlk ) argument
H A DomxVCM4P2_MotionEstimationMB.c311 OMXVCMotionVector* pSrcCandMV2[4]; local
355 pSrcCandMV2[index] = &(pMBInfo[1]->pMV0[y][x]);
359 pSrcCandMV2[index] = NULL;
393 pSrcCandMV2[0],
441 pSrcCandMV2[1],
463 pSrcCandMV2[2],
482 pSrcCandMV2[3],
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s51 pSrcCandMV2 RN 2 label
114 CMP pSrcCandMV2, #0
115 ADDNE pCandMV2, pSrcCandMV2, #8
125 CMPEQ pSrcCandMV2, #0
130 CMP pSrcCandMV2, #0
143 CMP pSrcCandMV2, #0
144 ADDNE pCandMV2, pSrcCandMV2, #12
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s51 pSrcCandMV2 RN 2 label
114 CMP pSrcCandMV2, #0
115 ADDNE pCandMV2, pSrcCandMV2, #8
125 CMPEQ pSrcCandMV2, #0
130 CMP pSrcCandMV2, #0
143 CMP pSrcCandMV2, #0
144 ADDNE pCandMV2, pSrcCandMV2, #12
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h629 * pSrcCandMV2 - pointer to the MV buffer containing the 4 MVs associated
663 const OMXVCMotionVector *pSrcCandMV2,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h629 * pSrcCandMV2 - pointer to the MV buffer containing the 4 MVs associated
663 const OMXVCMotionVector *pSrcCandMV2,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h629 * pSrcCandMV2 - pointer to the MV buffer containing the 4 MVs associated
663 const OMXVCMotionVector *pSrcCandMV2,

Completed in 237 milliseconds