Home
last modified time | relevance | path

Searched refs:ts_periodicity (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c253 cfg->ts_periodicity = 1; in set_temporal_layer_pattern()
266 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
292 cfg->ts_periodicity = 3; in set_temporal_layer_pattern()
310 cfg->ts_periodicity = 6; in set_temporal_layer_pattern()
330 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
351 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
373 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
394 cfg->ts_periodicity = 16; in set_temporal_layer_pattern()
418 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
453 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
[all …]
Dvp8_multi_resolution_encoder.c174 cfg->ts_periodicity = 1; in set_temporal_layer_pattern()
187 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
235 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
571 layer_id = cfg[i].ts_layer_id[frame_cnt % cfg[i].ts_periodicity]; in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers.cc56 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
69 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
95 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
129 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
Drealtime_temporal_layers.cc130 cfg->ts_periodicity = layer_ids_length_; in ConfigureBitrates()
152 cfg->ts_periodicity = layer_ids_length_; in ConfigureBitrates()
175 cfg->ts_periodicity = layer_ids_length_; in ConfigureBitrates()
/external/libvpx/libvpx/test/
Derror_resilience_test.cc305 cfg_.ts_periodicity = 2;
352 cfg_.ts_periodicity = 2;
547 cfg_.ts_periodicity = 4; in TEST_P()
Dencode_api_test.cc172 cfg[i].ts_periodicity = 2; in TEST()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h667 unsigned int ts_periodicity; member
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc340 config_->ts_periodicity = 1; in InitEncode()
348 config_->ts_periodicity = 2; in InitEncode()
358 config_->ts_periodicity = 4; in InitEncode()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c233 RANGE_CHECK_HI(cfg, ts_periodicity, 16); in validate_config()
346 oxcf->periodicity = cfg.ts_periodicity; in set_vp8e_config()