Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Drate_control.cpp240 pMP->diff_counter = pMP->counter_BTdst; in RC_VopQPSetting()
332 pMP->diff_counter -= diff_BTCounter; in RC_VopUpdateStat()
427 Int diff_counter; in RC_UpdateBXRCParams() local
484 diff_counter = (Int)((float)(rc[n]->VBV_fullness - rc[n]->TMN_W) / in RC_UpdateBXRCParams()
488 if (diff_counter > 0) in RC_UpdateBXRCParams()
489 pMP[n]->counter_BTdst = diff_counter; in RC_UpdateBXRCParams()
491 else if (diff_counter < 0) in RC_UpdateBXRCParams()
492 pMP[n]->counter_BTsrc = -diff_counter; in RC_UpdateBXRCParams()
558 pMP->diff_counter = 0; in targetBitCalculation()
658 pMP->diff_counter = 0; in targetBitCalculation()
[all …]
Dmp4lib_int.h295 Int diff_counter; /* diff_counter = -diff_counter_BTdst, or diff_counter_BTsrc */ member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Drate_control.cpp372 pMP->diff_counter = pMP->counter_BTdst; in RCInitFrameQP()
512 if (pMP->diff_counter == 0 && in calculateQuantizer_Multipass()
519 pMP->diff_counter--; in calculateQuantizer_Multipass()
546 pMP->diff_counter = 0; in targetBitCalculation()
643 pMP->diff_counter = 0; in targetBitCalculation()
648 pMP->diff_counter = -diff_counter_BTsrc; in targetBitCalculation()
653 pMP->diff_counter = diff_counter_BTdst; in targetBitCalculation()
677 pMP->counter_BTdst -= pMP->diff_counter; in updateRC_PostProc()
832 pMP->diff_counter -= diff_BTCounter; in RCUpdateFrame()
Davcenc_int.h192 int diff_counter; /* diff_counter = -diff_counter_BTdst, or diff_counter_BTsrc */ member