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

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CompareMV.c34 * [in] mvX x coordinate of the candidate motion vector
47 OMX_S16 mvX,
64 if ( (mvX * mvX + mvY * mvY) < (bestMVX*bestMVX+bestMVY*bestMVY) )
46 armVCM4P2_CompareMV( OMX_S16 mvX, OMX_S16 mvY, OMX_INT candSAD, OMX_S16 bestMVX, OMX_S16 bestMVY, OMX_INT bestSAD ) argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_CompareMotionCostToMV.c72 * [in] mvX x coordinate of the candidate motion vector in 1/4 pel units
91 OMX_S16 mvX,
113 bestMV->dx = mvX;
122 if ( (mvX * mvX + mvY * mvY) < ((bestMV->dx * bestMV->dx) + (bestMV->dy * bestMV->dy)) )
125 bestMV->dx = mvX;
90 armVCM4P10_CompareMotionCostToMV( OMX_S16 mvX, OMX_S16 mvY, OMXVCMotionVector diffMV, OMX_INT candSAD, OMXVCMotionVector *bestMV, OMX_U32 nLamda, OMX_S32 *pBestCost ) argument

Completed in 111 milliseconds