Searched defs:bestMV (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_CompareMotionCostToMV.c91 * [in] bestMV Best MV, contains best MV till the previous interation.
98 * [out] bestMV Finally will have the best MV after the judgement.
110 OMXVCMotionVector *bestMV,
128 bestMV->dx = mvX;
129 bestMV->dy = mvY;
137 if ( (mvX * mvX + mvY * mvY) < ((bestMV->dx * bestMV->dx) + (bestMV->dy * bestMV->dy)) )
140 bestMV
105 armVCM4P10_CompareMotionCostToMV( OMX_S16 mvX, OMX_S16 mvY, OMXVCMotionVector diffMV, OMX_INT candSAD, OMXVCMotionVector *bestMV, OMX_U32 nLamda, OMX_S32 *pBestCost ) argument
[all...]

Completed in 6 milliseconds