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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred.c58 * pSrcCandMV3 - pointer to the MV buffer containing the 4 MVs associated
91 const OMXVCMotionVector* pSrcCandMV3,
128 if(pSrcCandMV3 != NULL)
130 pCandMV3 = &pSrcCandMV3[2];
136 else if((pSrcCandMV1 == NULL) && (pSrcCandMV3 == NULL))
140 else if((pSrcCandMV2 == NULL) && (pSrcCandMV3 == NULL))
153 if(pSrcCandMV3 != NULL)
155 pCandMV3 = &pSrcCandMV3[2];
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.c312 OMXVCMotionVector* pSrcCandMV3[4]; local
363 pSrcCandMV3[index] = &(pMBInfo[3]->pMV0[y][x]);
367 pSrcCandMV3[index] = NULL;
394 pSrcCandMV3[0],
442 pSrcCandMV3[1],
464 pSrcCandMV3[2],
483 pSrcCandMV3[3],
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s52 pSrcCandMV3 RN 3 label
117 CMP pSrcCandMV3, #0
118 ADDNE pCandMV3, pSrcCandMV3, #8
131 CMPEQ pSrcCandMV3, #0
140 CMP pSrcCandMV3, #0
141 ADDNE pCandMV3, pSrcCandMV3, #8
146 CMPEQ pSrcCandMV3, #0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s52 pSrcCandMV3 RN 3 label
117 CMP pSrcCandMV3, #0
118 ADDNE pCandMV3, pSrcCandMV3, #8
131 CMPEQ pSrcCandMV3, #0
140 CMP pSrcCandMV3, #0
141 ADDNE pCandMV3, pSrcCandMV3, #8
146 CMPEQ pSrcCandMV3, #0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h632 * pSrcCandMV3 - pointer to the MV buffer containing the 4 MVs associated
664 const OMXVCMotionVector *pSrcCandMV3,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h632 * pSrcCandMV3 - pointer to the MV buffer containing the 4 MVs associated
664 const OMXVCMotionVector *pSrcCandMV3,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h632 * pSrcCandMV3 - pointer to the MV buffer containing the 4 MVs associated
664 const OMXVCMotionVector *pSrcCandMV3,

Completed in 70 milliseconds