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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c1436 OMX_S32 Cost, MotionCost8x8 [4], MBCost, BestCost; local
1610 MBCost = 0;
1641 MBCost += Cost;
1644 if (MBCost <= BestCost)
1647 BestCost = MBCost;

Completed in 81 milliseconds