Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Drate_control.cpp247 pMP->mad = video->sumMAD / (float)currVol->nTotalMB; in RC_VopQPSetting()
555 curr_mad = video->sumMAD / (float)currVol->nTotalMB; in targetBitCalculation()
717 if (rc->T <= 0 || video->sumMAD == 0) in calculateQuantizer_Multipass()
726 curr_mad = video->sumMAD / (float)currVol->nTotalMB; in calculateQuantizer_Multipass()
Dmp4lib_int.h359 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()
Dmp4enc_api.cpp812 video->sumMAD = 0; in PVInitVideoEncoder()