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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_CompareMotionCostToMV.c 81 * computed as SAD+Lamda*BitsUsedByMV, if the candCost is less
82 * than the best cost passed then the *pBestCost will be equal to candCost
100 OMX_S32 candCost;
107 candCost = candSAD + (nLamda * sizeCodeNum);
109 /* Calculate candCost */
110 if (candCost < *pBestCost)
112 *pBestCost = candCost;
117 if (candCost > *pBestCost)
124 *pBestCost = candCost;

Completed in 46 milliseconds