Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1414 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/
Dlibvpx_vp9_encoder.cc1884 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()