Searched refs:totalSAD (Results 1 – 3 of 3) sorted by relevance
158 Int totalSAD = 0; /* average SAD for rate control */ in MotionEstimation() local198 totalSAD += mot_mb[0].sad; in MotionEstimation()205 video->sumMAD = (float)totalSAD / (float)NumPixelMB; in MotionEstimation()416 totalSAD += mot_mb[0].sad; in MotionEstimation()433 totalSAD += sad8; in MotionEstimation()453 totalSAD += mot_mb[0].sad; in MotionEstimation()472 totalSAD = 0; in MotionEstimation()486 totalSAD += mot_mb[0].sad; in MotionEstimation()493 video->sumMAD = (float)totalSAD / (float)NumPixelMB; in MotionEstimation()505 video->sumMAD = (float)totalSAD / (float)NumPixelMB; /* avg SAD */ in MotionEstimation()
412 Int totalSAD; /* So far total SAD for a frame */ member
91 video->totalSAD = 0; in EncodeVop()