Home
last modified time | relevance | path

Searched refs:LAYER_IDS_TO_IDX (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c56 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); in vp9_init_layer_context()
142 layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); in vp9_update_layer_context_change_config()
147 layer = LAYER_IDS_TO_IDX(sl, ((oxcf->ts_number_layers - 1) < 0 ? in vp9_update_layer_context_change_config()
728 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); in vp9_free_svc_cyclic_refresh()
Dvp9_ratectrl.c245 const int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, in update_layer_buffer_level()
1302 const int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, in vp9_rc_postencode_update()
1489 LAYER_IDS_TO_IDX(svc->spatial_layer_id, in calc_pframe_target_size_one_pass_cbr()
1527 const int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, in calc_iframe_target_size_one_pass_cbr()
1560 const int layer = LAYER_IDS_TO_IDX(cpi->svc.spatial_layer_id, in vp9_rc_get_svc_params()
2055 const int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, in vp9_encodedframe_overshoot()
Dvp9_encoder.h658 #define LAYER_IDS_TO_IDX(sl, tl, num_tl) ((sl) * (num_tl) + (tl)) macro
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c205 LAYER_IDS_TO_IDX(sl, tl, cfg->ts_number_layers); in validate_config()
1393 LAYER_IDS_TO_IDX(sl, tl, cpi->svc.number_temporal_layers); in ctrl_set_svc_parameters()