Home
last modified time | relevance | path

Searched refs:rc_dropframe_thresh (Results 1 – 25 of 31) sorted by relevance

12

/external/libaom/libaom/test/
Ddatarate_test.cc69 cfg_.rc_dropframe_thresh = 1; in BasicRateTargetingCBRTest()
91 cfg_.rc_dropframe_thresh = 1; in BasicRateTargetingCBRPeriodicKeyFrameTest()
116 cfg_.rc_dropframe_thresh = 0; in BasicRateTargetingAQModeOnOffCBRTest()
147 cfg_.rc_dropframe_thresh = 1; in BasicRateTargeting444CBRTest()
192 cfg_.rc_dropframe_thresh = 10; in ChangingDropFrameThreshTest()
210 cfg_.rc_dropframe_thresh = i; in ChangingDropFrameThreshTest()
295 cfg_.rc_dropframe_thresh = 10; in ChangingSpeedTest()
305 cfg_.rc_dropframe_thresh = 0; in ChangingSpeedTest()
Dsvc_datarate_test.cc348 cfg_.rc_dropframe_thresh = 0; in BasicRateTargetingSVC3TL1SLTest()
377 cfg_.rc_dropframe_thresh = 0; in BasicRateTargetingSVC1TL2SLTest()
406 cfg_.rc_dropframe_thresh = 0; in BasicRateTargetingSVC1TL3SLTest()
436 cfg_.rc_dropframe_thresh = 0; in BasicRateTargetingSVC3TL3SLTest()
478 cfg_.rc_dropframe_thresh = 0; in BasicRateTargetingSVC3TL3SLHDTest()
519 cfg_.rc_dropframe_thresh = 0; in BasicRateTargetingSVC3TL3SLKfTest()
Dmonochrome_test.cc108 cfg_.rc_dropframe_thresh = 1; in TEST_P()
Dencode_perf_test.cc75 cfg_.rc_dropframe_thresh = 0; in SetUp()
Ddecode_perf_test.cc115 cfg_.rc_dropframe_thresh = 0; in SetUp()
Dresize_test.cc420 cfg_.rc_dropframe_thresh = 1; in DefaultConfig()
516 cfg_.rc_dropframe_thresh = 0; in TEST_P()
Dmetadata_test.cc187 cfg_.rc_dropframe_thresh = 1; in TEST_P()
/external/libvpx/libvpx/test/
Dvp9_datarate_test.cc345 cfg_.rc_dropframe_thresh = 1; in TEST_P()
370 cfg_.rc_dropframe_thresh = 1; in TEST_P()
401 cfg_.rc_dropframe_thresh = 1; in TEST_P()
429 cfg_.rc_dropframe_thresh = 10; in TEST_P()
450 cfg_.rc_dropframe_thresh = i; in TEST_P()
475 cfg_.rc_dropframe_thresh = 1; in TEST_P()
521 cfg_.rc_dropframe_thresh = 1; in TEST_P()
589 cfg_.rc_dropframe_thresh = 30; in TEST_P()
617 cfg_.rc_dropframe_thresh = 20; in TEST_P()
668 cfg_.rc_dropframe_thresh = 0; in TEST_P()
[all …]
Dvp8_datarate_test.cc140 cfg_.rc_dropframe_thresh = 1; in DenoiserLevelsTest()
164 cfg_.rc_dropframe_thresh = 1; in DenoiserOffOnTest()
186 cfg_.rc_dropframe_thresh = 1; in BasicBufferModelTest()
232 cfg_.rc_dropframe_thresh = i; in ChangingDropFrameThreshTest()
246 cfg_.rc_dropframe_thresh = 30; in DropFramesMultiThreadsTest()
330 cfg_.rc_dropframe_thresh = 0; in TEST_P()
391 cfg_.rc_dropframe_thresh = 0; in TEST_P()
Dsvc_datarate_test.cc606 cfg_.rc_dropframe_thresh = 10; in TEST_P()
636 cfg_.rc_dropframe_thresh = 30; in TEST_P()
667 cfg_.rc_dropframe_thresh = 30; in TEST_P()
701 cfg_.rc_dropframe_thresh = 30; in TEST_P()
739 cfg_.rc_dropframe_thresh = 0; in TEST_P()
775 cfg_.rc_dropframe_thresh = 30; in TEST_P()
817 cfg_.rc_dropframe_thresh = 10; in TEST_P()
876 cfg_.rc_dropframe_thresh = 30; in TEST_P()
928 cfg_.rc_dropframe_thresh = 30; in TEST_P()
959 cfg_.rc_dropframe_thresh = 30; in TEST_P()
[all …]
Dsvc_end_to_end_test.cc92 cfg_.rc_dropframe_thresh = 10; in TEST_P()
230 cfg_.rc_dropframe_thresh = 30; in SetConfig()
Derror_resilience_test.cc533 cfg_.rc_dropframe_thresh = 1; in TEST_P()
537 cfg_.rc_dropframe_thresh = 1; in TEST_P()
Dencode_perf_test.cc73 cfg_.rc_dropframe_thresh = 0; in SetUp()
Dencode_api_test.cc144 cfg[0].rc_dropframe_thresh = 0; in TEST()
Ddecode_perf_test.cc130 cfg_.rc_dropframe_thresh = 0; in SetUp()
Dresize_test.cc535 cfg_.rc_dropframe_thresh = 1; in DefaultConfig()
660 cfg_.rc_dropframe_thresh = 0; in TEST_P()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc86 uint32_t rc_dropframe_thresh; member
135 settings.rc_dropframe_thresh = in GetRateSettings()
136 Interpolate(low_settings.rc_dropframe_thresh, in GetRateSettings()
137 high_settings.rc_dropframe_thresh, bandwidth_headroom_factor); in GetRateSettings()
147 config->rc_dropframe_thresh = new_settings.rc_dropframe_thresh; in UpdateRateSettings()
571 vpx_configs_[0].rc_dropframe_thresh = FrameDropThreshold(0); in InitEncode()
668 vpx_configs_[0].rc_dropframe_thresh = FrameDropThreshold(stream_idx_cfg_0); in InitEncode()
680 vpx_configs_[i].rc_dropframe_thresh = FrameDropThreshold(stream_idx); in InitEncode()
1239 (vpx_configs_.empty() || vpx_configs_[0].rc_dropframe_thresh > 0) && in GetEncoderInfo()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc70 uint32_t rc_dropframe_thresh; member
199 settings.rc_dropframe_thresh = in GetRateSettings()
200 Interpolate(low_settings.rc_dropframe_thresh, in GetRateSettings()
201 high_settings.rc_dropframe_thresh, bandwidth_headroom_factor); in GetRateSettings()
211 config->rc_dropframe_thresh = new_settings.rc_dropframe_thresh; in UpdateRateSettings()
560 config_->rc_dropframe_thresh = inst->VP9().frameDroppingOn ? 30 : 0; in InitEncode()
793 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in InitAndSetControlSettings()
809 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in InitAndSetControlSettings()
1528 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in DeliverBufferedFrame()
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc187 Field(&vpx_codec_enc_cfg_t::rc_dropframe_thresh, 30u)))) in TEST_F()
220 Field(&vpx_codec_enc_cfg_t::rc_dropframe_thresh, 40u)))) in TEST_F()
234 Field(&vpx_codec_enc_cfg_t::rc_dropframe_thresh, 5u)))) in TEST_F()
250 Field(&vpx_codec_enc_cfg_t::rc_dropframe_thresh, 23u)))) in TEST_F()
/external/libaom/libaom/aom/
Daom_encoder.h517 unsigned int rc_dropframe_thresh; member
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h391 unsigned int rc_dropframe_thresh; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c183 RANGE_CHECK_HI(cfg, rc_dropframe_thresh, 100); in validate_config()
320 oxcf->allow_df = (cfg.rc_dropframe_thresh > 0); in set_vp8e_config()
321 oxcf->drop_frames_water_mark = cfg.rc_dropframe_thresh; in set_vp8e_config()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc88 config_.rc_dropframe_thresh = 0; // The encoder may not drop any frames.
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c344 enc_cfg->rc_dropframe_thresh = arg_parse_uint(&arg); in parse_command_line()
1055 svc_drop_frame.framedrop_thresh[sl] = enc_cfg.rc_dropframe_thresh; in main()
Dvp8_multi_resolution_encoder.c414 cfg[0].rc_dropframe_thresh = 0; in main()

12