Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_quality_test.cc134 double overshoot_factor) in QualityTestVideoEncoder() argument
136 overshoot_factor_(overshoot_factor), in QualityTestVideoEncoder()
194 double overshoot_factor = overshoot_factor_; in SetRates() local
196 overshoot_factor * spatial_layer_bitrate_bps); in SetRates()
198 overshoot_factor = min_bitrate_bps / spatial_layer_bitrate_bps; in SetRates()
200 overshoot_factor = max_bitrate_bps / spatial_layer_bitrate_bps; in SetRates()
208 overshoot_factor * parameters.bitrate.GetBitrate(si, ti))); in SetRates()
355 double overshoot_factor = 1.0; in CreateVideoEncoder() local
361 overshoot_factor = params_.video[0].encoder_overshoot_factor; in CreateVideoEncoder()
364 overshoot_factor = params_.video[1].encoder_overshoot_factor; in CreateVideoEncoder()
[all …]
Dvideo_stream_encoder_unittest.cc5173 double overshoot_factor = 2.0; in TEST_F() local
5177 overshoot_factor *= 2; in TEST_F()
5179 fake_encoder_.SimulateOvershoot(overshoot_factor); in TEST_F()