Home
last modified time | relevance | path

Searched refs:number_temporal_layers (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c141 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) && in vp9_init_layer_context()
196 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()
197 layer_end = svc->number_temporal_layers; in vp9_update_layer_context_change_config()
220 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()
237 cpi->svc.number_temporal_layers + in get_layer_context()
240 return (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) in get_layer_context()
251 const int st_idx = svc->spatial_layer_id * svc->number_temporal_layers + in vp9_update_temporal_layer_framerate()
303 if (cpi->svc.number_temporal_layers > 1 || in vp9_restore_layer_context()
373 cpi->svc.number_temporal_layers]; in vp9_inc_frame_in_layer()
384 cpi->svc.number_temporal_layers + in vp9_is_upper_layer_key_frame()
[all …]
Dvp9_ratectrl.c255 for (i = current_temporal_layer + 1; i < svc->number_temporal_layers; ++i) { in update_layer_buffer_level()
257 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers); in update_layer_buffer_level()
681 unsigned int num_frames_weight_key = 5 * cpi->svc.number_temporal_layers; in calc_active_worst_quality_one_pass_cbr()
696 cpi->svc.number_temporal_layers); in calc_active_worst_quality_one_pass_cbr()
1381 for (i = 0; i < svc->number_temporal_layers; ++i) { in vp9_rc_postencode_update()
1383 svc->number_temporal_layers); in vp9_rc_postencode_update()
1610 svc->number_temporal_layers); in calc_pframe_target_size_one_pass_cbr()
1645 if (svc->number_temporal_layers > 1 && oxcf->rc_mode == VPX_CBR) { in calc_iframe_target_size_one_pass_cbr()
1649 svc->number_temporal_layers); in calc_iframe_target_size_one_pass_cbr()
1668 cpi->svc.number_temporal_layers); in vp9_rc_get_svc_params()
[all …]
Dvp9_svc_layercontext.h56 int number_temporal_layers; member
Dvp9_firstpass.c1671 (svc->number_spatial_layers > 1) || (svc->number_temporal_layers > 1); in vp9_init_second_pass()
2153 is_two_pass_svc(cpi) && cpi->svc.number_temporal_layers > 1; in allocate_gf_group_bits()
2160 if (has_temporal_layers) alt_frame_index = cpi->svc.number_temporal_layers; in allocate_gf_group_bits()
2199 cpi->svc.number_temporal_layers); in allocate_gf_group_bits()
2544 if (is_two_pass_svc(cpi) && cpi->svc.number_temporal_layers > 1) { in define_gf_group()
2545 int count = (1 << (cpi->svc.number_temporal_layers - 1)) - 1; in define_gf_group()
2878 if (is_two_pass_svc(cpi) && cpi->svc.number_temporal_layers > 1) { in find_next_key_frame()
2879 int count = (1 << (cpi->svc.number_temporal_layers - 1)) - 1; in find_next_key_frame()
Dvp9_encoder.c1286 cpi->svc.number_temporal_layers = oxcf->ts_number_layers; in init_config()
1288 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) || in init_config()
1289 ((cpi->svc.number_temporal_layers > 1 || in init_config()
1907 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) || in vp9_change_config()
1908 ((cpi->svc.number_temporal_layers > 1 || in vp9_change_config()
2185 cpi->svc.number_temporal_layers > 1) { in vp9_create_compressor()
2523 cpi->svc.number_temporal_layers] in generate_psnr_packet()
2920 cpi->svc.number_temporal_layers);
4010 (cpi->svc.number_temporal_layers == 1 &&
4377 cpi->svc.spatial_layer_id * cpi->svc.number_temporal_layers +
[all …]
Dvp9_speed_features.c539 (cpi->svc.temporal_layer_id == cpi->svc.number_temporal_layers - 1) in set_rt_speed_feature_framesize_independent()
549 if (cpi->svc.number_temporal_layers > 2 && in set_rt_speed_feature_framesize_independent()
Dvp9_aq_cyclicrefresh.c446 (4 * cpi->svc.number_temporal_layers) * (100 / cr->percent_refresh)) { in vp9_cyclic_refresh_update_parameters()
Dvp9_bitstream.c1115 ((cpi->svc.number_temporal_layers > 1 && in write_frame_size_with_refs()
1122 cpi->svc.number_temporal_layers + 1))) { in write_frame_size_with_refs()
Dvp9_encodeframe.c896 cpi->svc.number_temporal_layers); in copy_partitioning()
899 (cpi->svc.temporal_layer_id != cpi->svc.number_temporal_layers - 1 && in copy_partitioning()
900 cpi->svc.number_temporal_layers > 1)) in copy_partitioning()
Dvp9_pickmode.c1555 cpi->svc.number_temporal_layers); in vp9_pick_inter_mode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1051 cpi->svc.number_temporal_layers + in get_frame_pkt_flags()
1080 (svc->number_spatial_layers > 1) || (svc->number_temporal_layers > 1); in encoder_encode()
1201 cpi->svc.number_temporal_layers] in encoder_encode()
1280 &cpi->svc.layer_context[sl * cpi->svc.number_temporal_layers]; in encoder_encode()
1514 for (tl = 0; tl < cpi->svc.number_temporal_layers; ++tl) { in ctrl_set_svc_parameters()
1516 LAYER_IDS_TO_IDX(sl, tl, cpi->svc.number_temporal_layers); in ctrl_set_svc_parameters()