Searched defs:Cost (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c486 * [in] pBestCost - Cost for the Best Intra 4x4 mode
504 OMX_S32 Cost, BestCost; local
546 Cost = BestCost = ARM_VCM4P10_MAX_COST;
568 &Cost,
572 if (Cost < BestCost)
574 BestCost = Cost;
818 OMX_S32 Cost; local
855 &Cost,
859 /**pBestCost = Cost;
878 &Cost);
1142 OMX_S32 Cost; local
1243 OMX_S32 Cost; local
1436 OMX_S32 Cost, MotionCost8x8 [4], MBCost, BestCost; local
1778 OMX_U32 Cost, i, IntraFlag = 1; local
[all...]

Completed in 85 milliseconds