Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Drate_control.cpp74 rc[n]->encoded_frames = 0; in RC_Initialize()
205 if (video->rc[currLayer]->encoded_frames == 0) /* rc[currLayer]->totalFrameNumber*/ in RC_VopQPSetting()
313 pMP->encoded_frames++; in RC_VopUpdateStat()
501 pMP[n]->encoded_frames_prev = pMP[n]->encoded_frames; in RC_UpdateBXRCParams()
510 pMP[n]->encoded_frames = pMP[n]->re_encoded_frames = pMP[n]->re_encoded_times = 0; in RC_UpdateBXRCParams()
566 …if (pMP->encoded_frames >= 0) /* pMP->encoded_frames is set to -1 initially, so forget about the v… in targetBitCalculation()
567 … pMP->aver_mad = (pMP->aver_mad * pMP->encoded_frames + curr_mad) / (pMP->encoded_frames + 1); in targetBitCalculation()
786 aver_QP = (pMP->encoded_frames == 0 ? 0 : pMP->sum_QP / (float)pMP->encoded_frames); in calculateQuantizer_Multipass()
787 …average_mad = (pMP->encoded_frames == 0 ? 0 : pMP->sum_mad / (float)pMP->encoded_frames); /* this … in calculateQuantizer_Multipass()
821 rc->encoded_frames++; in updateRateControl()
[all …]
Drate_control.h86 Int encoded_frames; /* counter for all encoded frames */ member
Dmp4lib_int.h279 Int encoded_frames; /* counter for all encoded frames */ member
Dmp4enc_api.cpp857 video->pMP[idx]->encoded_frames = -1; /* forget about the very first I frame */ in PVInitVideoEncoder()