Searched refs:candMV (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c111 OMXVCMotionVector diffMV, candMV, integerMV; local
162 candMV.dx = integerMV.dx + x * 2;
163 candMV.dy = integerMV.dy + y * 2;
186 diffMV.dx = candMV.dx - pMVPred->dx;
187 diffMV.dy = candMV.dy - pMVPred->dy;
191 candMV.dx,
192 candMV.dy,
H A DomxVCM4P10_BlockMatch_Quarter.c111 OMXVCMotionVector diffMV, candMV, initialMV; local
170 candMV.dx = initialMV.dx + x;
171 candMV.dy = initialMV.dy + y;
194 diffMV.dx = candMV.dx - pMVPred->dx;
195 diffMV.dy = candMV.dy - pMVPred->dy;
199 candMV.dx,
200 candMV.dy,

Completed in 670 milliseconds