HomeSort by relevance Sort by last modified time
    Searched refs:minSAD (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 78 OMX_INT minSAD, fromX, toX, fromY, toY;
105 /* Set the minSad as reference SAD */
106 minSAD = refSAD;
169 if (armVCM4P2_CompareMV (x, y, candSAD, halfPelX, halfPelY, minSAD))
172 minSAD = candSAD;
armVCM4P2_BlockMatch_Integer.c 86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY;
152 if (armVCM4P2_CompareMV (x, y, candSAD, pDstMV->dx/2, pDstMV->dy/2, minSAD))
155 minSAD = candSAD;

Completed in 5123 milliseconds