HomeSort by relevance Sort by last modified time
    Searched defs:candSAD (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Half.c 91 OMX_INT candSAD;
167 &candSAD,
179 candSAD,
omxVCM4P10_BlockMatch_Integer.c 94 OMX_INT candSAD;
179 &candSAD,
187 armVCM4P10_CompareMotionCostToMV ((x * 4), (y * 4), diffMV, candSAD, pBestMV, nLamda, pBestCost);
omxVCM4P10_BlockMatch_Quarter.c 91 OMX_INT candSAD;
175 &candSAD,
187 candSAD,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Integer.c 84 OMX_INT candSAD;
141 for (outer = 0, count = 0, index = 0, candSAD = 0;
147 candSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
152 if (armVCM4P2_CompareMV (x, y, candSAD, pDstMV->dx/2, pDstMV->dy/2, minSAD))
154 *pDstSAD = candSAD;
155 minSAD = candSAD;
armVCM4P2_BlockMatch_Half.c 77 OMX_INT candSAD, refSAD = 0;
150 for (outer = 0, count = 0, candSAD = 0,index = 0;
164 candSAD += armAbs (tempPel - pSrcCurrBuf[count]);
169 if (armVCM4P2_CompareMV (x, y, candSAD, halfPelX, halfPelY, minSAD))
171 *pDstSAD = candSAD;
172 minSAD = candSAD;

Completed in 65 milliseconds