Home
last modified time | relevance | path

Searched refs:sumMAD (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h358 float sumMAD; /* SAD/MAD for frame */ member
Dmotion_est.cpp205 video->sumMAD = (float)totalSAD / (float)NumPixelMB; in MotionEstimation()
493 video->sumMAD = (float)totalSAD / (float)NumPixelMB; in MotionEstimation()
505 video->sumMAD = (float)totalSAD / (float)NumPixelMB; /* avg SAD */ in MotionEstimation()