Searched refs:undershoot_percentage (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_encoder.cc | 1414 FieldTrialParameter<int> undershoot_percentage("undershoot", 30); in ParseVariableFramerateConfig() local 1415 ParseFieldTrial({&disabled, &framerate_limit, &qp, &undershoot_percentage}, in ParseVariableFramerateConfig() 1421 config.steady_state_undershoot_percentage = undershoot_percentage.Get(); in ParseVariableFramerateConfig()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | libvpx_vp9_encoder.cc | 1884 FieldTrialParameter<int> undershoot_percentage("undershoot", 30); in ParseVariableFramerateConfig() local 1887 ParseFieldTrial({&enabled, &framerate_limit, &qp, &undershoot_percentage, in ParseVariableFramerateConfig() 1894 config.steady_state_undershoot_percentage = undershoot_percentage.Get(); in ParseVariableFramerateConfig()
|