HomeSort by relevance Sort by last modified time
    Searched full:integermv (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Half.c 96 OMXVCMotionVector diffMV, candMV, integerMV;
125 integerMV.dx = pSrcDstBestMV->dx;
126 integerMV.dy = pSrcDstBestMV->dy;
135 pTempSrcRefY = pSrcRefY + (nSrcRefStep * (integerMV.dy/4)) + (integerMV.dx/4);
147 candMV.dx = integerMV.dx + x * 2;
148 candMV.dy = integerMV.dy + y * 2;

Completed in 39 milliseconds