OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_number_layers
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/
vp8_scalable_patterns.c
220
cfg.
ts_number_layers
= 1;
236
cfg.
ts_number_layers
= 2;
265
cfg.
ts_number_layers
= 2;
288
cfg.
ts_number_layers
= 3;
314
cfg.
ts_number_layers
= 3;
341
cfg.
ts_number_layers
= 3;
369
cfg.
ts_number_layers
= 3;
395
cfg.
ts_number_layers
= 5;
432
cfg.
ts_number_layers
= 2;
484
cfg.
ts_number_layers
= 3
[
all
...]
/external/libvpx/libvpx/vpx/
vpx_encoder.h
617
unsigned int
ts_number_layers
;
member in struct:vpx_codec_enc_cfg
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
236
RANGE_CHECK(cfg,
ts_number_layers
, 1, 5);
238
if (cfg->
ts_number_layers
> 1)
243
for (i=1; i<cfg->
ts_number_layers
; i++)
247
RANGE_CHECK(cfg, ts_rate_decimator[cfg->
ts_number_layers
-1], 1, 1);
248
for (i=cfg->
ts_number_layers
-2; i>0; i--)
252
RANGE_CHECK_HI(cfg, ts_layer_id[i], cfg->
ts_number_layers
-1);
367
oxcf->number_of_layers = cfg.
ts_number_layers
;
[
all
...]
Completed in 182 milliseconds