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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c504 OMX_S32 Cost, BestCost; local
546 Cost = BestCost = ARM_VCM4P10_MAX_COST;
572 if (Cost < BestCost)
574 BestCost = Cost;
592 *pBestCost = BestCost;
962 OMX_S32 BlockCost, PartitionCost, BestCost; local
969 BestCost = ARM_VCM4P10_MAX_COST;
1040 if (PartitionCost <= BestCost)
1042 BestCost = PartitionCost;
1093 *pCost = BestCost;
1436 OMX_S32 Cost, MotionCost8x8 [4], MBCost, BestCost; local
[all...]

Completed in 33 milliseconds