Searched refs:ts_periodicity (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c171 cfg->ts_periodicity = 1;
184 cfg->ts_periodicity = 2;
208 cfg->ts_periodicity = 3;
225 cfg->ts_periodicity = 6;
246 cfg->ts_periodicity = 4;
266 cfg->ts_periodicity = 4;
287 cfg->ts_periodicity = 4;
307 cfg->ts_periodicity = 16;
338 cfg->ts_periodicity = 2;
373 cfg->ts_periodicity
[all...]
H A Dvp8_multi_resolution_encoder.c194 cfg->ts_periodicity = 1;
208 cfg->ts_periodicity = 2;
261 cfg->ts_periodicity = 4;
626 layer_id = cfg[i].ts_layer_id[frame_cnt % cfg[i].ts_periodicity];
/external/libvpx/libvpx/test/
H A Derror_resilience_test.cc316 cfg_.ts_periodicity = 2;
361 cfg_.ts_periodicity = 2;
555 cfg_.ts_periodicity = 4;
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h722 * ts_periodicity = 8, then the frames are assigned to coding layers with a
725 unsigned int ts_periodicity; member in struct:vpx_codec_enc_cfg
732 * ts_periodicity=8, then ts_layer_id = (0,1,0,1,0,1,0,1).
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c237 RANGE_CHECK_HI(cfg, ts_periodicity, 16);
365 oxcf->periodicity = cfg.ts_periodicity;
1359 0, /* ts_periodicity */

Completed in 49 milliseconds