Searched refs:candCost (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_CompareMotionCostToMV.c96 * computed as SAD+Lamda*BitsUsedByMV, if the candCost is less
97 * than the best cost passed then the *pBestCost will be equal to candCost
115 OMX_S32 candCost; local
122 candCost = candSAD + (nLamda * sizeCodeNum);
124 /* Calculate candCost */
125 if (candCost < *pBestCost)
127 *pBestCost = candCost;
132 if (candCost > *pBestCost)
139 *pBestCost = candCost;

Completed in 463 milliseconds