OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAYER_IDS_TO_IDX
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c
56
int layer =
LAYER_IDS_TO_IDX
(sl, tl, oxcf->ts_number_layers);
142
layer =
LAYER_IDS_TO_IDX
(sl, tl, oxcf->ts_number_layers);
147
layer =
LAYER_IDS_TO_IDX
(sl, ((oxcf->ts_number_layers - 1) < 0 ?
728
int layer =
LAYER_IDS_TO_IDX
(sl, tl, oxcf->ts_number_layers);
vp9_ratectrl.c
245
const int layer =
LAYER_IDS_TO_IDX
(svc->spatial_layer_id, i,
[
all
...]
vp9_encoder.h
658
#define
LAYER_IDS_TO_IDX
(sl, tl, num_tl) ((sl) * (num_tl) + (tl))
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
205
LAYER_IDS_TO_IDX
(sl, tl, cfg->ts_number_layers);
[
all
...]
Completed in 989 milliseconds