Home | History | Annotate | Download | only in src

Lines Matching refs:totalSAD

258     int totalSAD = 0;   /* average SAD for rate control */
398 totalSAD += (int) rateCtrl->MADofMB[mbnum];//mot_mb_16x16->sad;
413 totalSAD += abe_cost;
450 rateCtrl->totalSAD = totalSAD * 2; /* SAD */
460 rateCtrl->totalSAD = totalSAD; /* SAD */