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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CompareMV.c49 * [in] mvX x coordinate of the candidate motion vector
62 OMX_S16 mvX,
79 if ( (mvX * mvX + mvY * mvY) < (bestMVX*bestMVX+bestMVY*bestMVY) )
61 armVCM4P2_CompareMV( OMX_S16 mvX, OMX_S16 mvY, OMX_INT candSAD, OMX_S16 bestMVX, OMX_S16 bestMVY, OMX_INT bestSAD ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_CompareMotionCostToMV.c87 * [in] mvX x coordinate of the candidate motion vector in 1/4 pel units
106 OMX_S16 mvX,
128 bestMV->dx = mvX;
137 if ( (mvX * mvX + mvY * mvY) < ((bestMV->dx * bestMV->dx) + (bestMV->dy * bestMV->dy)) )
140 bestMV->dx = mvX;
105 armVCM4P10_CompareMotionCostToMV( OMX_S16 mvX, OMX_S16 mvY, OMXVCMotionVector diffMV, OMX_INT candSAD, OMXVCMotionVector *bestMV, OMX_U32 nLamda, OMX_S32 *pBestCost ) argument

Completed in 481 milliseconds