Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c103 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); in vp9_init_layer_context()
200 layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); in vp9_update_layer_context_change_config()
205 layer = LAYER_IDS_TO_IDX( in vp9_update_layer_context_change_config()
931 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); in vp9_free_svc_cyclic_refresh()
969 int layer = LAYER_IDS_TO_IDX(sl, svc->number_temporal_layers - 1, in vp9_svc_check_reset_layer_rc_flag()
977 int layer = LAYER_IDS_TO_IDX(sl, tl, svc->number_temporal_layers); in vp9_svc_check_reset_layer_rc_flag()
1115 LAYER_IDS_TO_IDX(cpi->svc.spatial_layer_id, cpi->svc.temporal_layer_id, in vp9_denoise_svc_non_key()
Dvp9_ratectrl.c274 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers); in update_buffer_level_svc_preencode()
305 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers); in update_layer_buffer_level_postencode()
451 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id, in check_buffer_above_thresh()
479 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id, in check_buffer_below_thresh()
586 LAYER_IDS_TO_IDX(sl, tl, svc->number_temporal_layers); in post_encode_drop_cbr()
944 int layer = LAYER_IDS_TO_IDX(0, cpi->svc.temporal_layer_id, in calc_active_worst_quality_one_pass_cbr()
1778 const int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, in vp9_rc_postencode_update()
1860 const int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, in vp9_rc_postencode_update()
1896 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id, in vp9_rc_postencode_update()
2057 int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, svc->temporal_layer_id, in calc_pframe_target_size_one_pass_cbr()
[all …]
Dvp9_encoder.h1093 #define LAYER_IDS_TO_IDX(sl, tl, num_tl) ((sl) * (num_tl) + (tl)) macro
Dvp9_denoiser.c798 LAYER_IDS_TO_IDX(svc->spatial_layer_id, svc->temporal_layer_id, in vp9_denoiser_update_ref_frame()
Dvp9_pickmode.c1718 LAYER_IDS_TO_IDX(svc->spatial_layer_id - 1, svc->temporal_layer_id, in vp9_pick_inter_mode()
Dvp9_encodeframe.c924 int layer = LAYER_IDS_TO_IDX(0, cpi->svc.temporal_layer_id, in copy_partitioning()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c229 const int layer = LAYER_IDS_TO_IDX(sl, tl, cfg->ts_number_layers); in validate_config()
1495 LAYER_IDS_TO_IDX(sl, tl, cpi->svc.number_temporal_layers); in ctrl_set_svc_parameters()
/external/libaom/libaom/av1/encoder/
Dencoder.h1228 #define LAYER_IDS_TO_IDX(sl, tl, num_tl) ((sl) * (num_tl) + (tl)) macro