Home
last modified time | relevance | path

Searched refs:totalSAD (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmotion_est.cpp158 Int totalSAD = 0; /* average SAD for rate control */ in MotionEstimation() local
198 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()
Dmp4lib_int.h412 Int totalSAD; /* So far total SAD for a frame */ member
Dvop.cpp91 video->totalSAD = 0; in EncodeVop()