Searched refs:abe_cost (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp260 int abe_cost; local
369 abe_cost = encvid->min_cost[mbnum] = mot_mb_16x16->sad;
383 if (false == IntraDecisionABE(&abe_cost, cur, pitch, true))
390 rateCtrl->MADofMB[mbnum] = abe_cost;
406 abe_cost = encvid->min_cost[mbnum] = 0x7FFFFFFF; /* max value for int */
410 IntraDecisionABE(&abe_cost, cur, pitch, false);
412 rateCtrl->MADofMB[mbnum] = abe_cost;
413 totalSAD += abe_cost;

Completed in 5819 milliseconds