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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CompareMV.c 51 * [in] candSAD Candidate SAD
64 OMX_INT candSAD,
70 if (candSAD < bestSAD)
74 if (candSAD > bestSAD)
armVCM4P2_BlockMatch_Half.c 92 OMX_INT candSAD, refSAD = 0;
165 for (outer = 0, count = 0, candSAD = 0,index = 0;
179 candSAD += armAbs (tempPel - pSrcCurrBuf[count]);
184 if (armVCM4P2_CompareMV (x, y, candSAD, halfPelX, halfPelY, minSAD))
186 *pDstSAD = candSAD;
187 minSAD = candSAD;
armVCM4P2_BlockMatch_Integer.c 99 OMX_INT candSAD;
156 for (outer = 0, count = 0, index = 0, candSAD = 0;
162 candSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
167 if (armVCM4P2_CompareMV (x, y, candSAD, pDstMV->dx/2, pDstMV->dy/2, minSAD))
169 *pDstSAD = candSAD;
170 minSAD = candSAD;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_CompareMotionCostToMV.c 90 * [in] candSAD Candidate SAD
109 OMX_INT candSAD,
122 candCost = candSAD + (nLamda * sizeCodeNum);
omxVCM4P10_BlockMatch_Half.c 106 OMX_INT candSAD;
182 &candSAD,
194 candSAD,
omxVCM4P10_BlockMatch_Integer.c 109 OMX_INT candSAD;
194 &candSAD,
202 armVCM4P10_CompareMotionCostToMV ((x * 4), (y * 4), diffMV, candSAD, pBestMV, nLamda, pBestCost);
omxVCM4P10_BlockMatch_Quarter.c 106 OMX_INT candSAD;
190 &candSAD,
202 candSAD,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 70 * [in] candSAD Candidate SAD
83 OMX_INT candSAD,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 70 * [in] candSAD Candidate SAD
83 OMX_INT candSAD,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 70 * [in] candSAD Candidate SAD
83 OMX_INT candSAD,
    [all...]

Completed in 1674 milliseconds