Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c125 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) in vp9_init_layer_context()
179 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()
180 layer_end = svc->number_temporal_layers; in vp9_update_layer_context_change_config()
203 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()
220 cpi->svc.number_temporal_layers + cpi->svc.temporal_layer_id]; in get_layer_context()
222 return (cpi->svc.number_temporal_layers > 1 && in get_layer_context()
234 const int st_idx = svc->spatial_layer_id * svc->number_temporal_layers + in vp9_update_temporal_layer_framerate()
280 if (cpi->svc.number_temporal_layers > 1) { in vp9_restore_layer_context()
351 cpi->svc.number_temporal_layers]; in vp9_inc_frame_in_layer()
360 cpi->svc.number_temporal_layers + in vp9_is_upper_layer_key_frame()
[all …]
Dvp9_ratectrl.c244 i < svc->number_temporal_layers; ++i) { in update_layer_buffer_level()
246 svc->number_temporal_layers); in update_layer_buffer_level()
646 unsigned int num_frames_weight_key = 5 * cpi->svc.number_temporal_layers; in calc_active_worst_quality_one_pass_cbr()
1301 for (i = 0; i < svc->number_temporal_layers; ++i) { in vp9_rc_postencode_update()
1303 svc->number_temporal_layers); in vp9_rc_postencode_update()
1490 svc->temporal_layer_id, svc->number_temporal_layers); in calc_pframe_target_size_one_pass_cbr()
1524 if (svc->number_temporal_layers > 1 && in calc_iframe_target_size_one_pass_cbr()
1528 svc->temporal_layer_id, svc->number_temporal_layers); in calc_iframe_target_size_one_pass_cbr()
1550 lc = &cpi->svc.layer_context[sl * cpi->svc.number_temporal_layers]; in reset_temporal_layer_to_zero()
1561 cpi->svc.temporal_layer_id, cpi->svc.number_temporal_layers); in vp9_rc_get_svc_params()
[all …]
Dvp9_svc_layercontext.h55 int number_temporal_layers; member
Dvp9_firstpass.c1272 (svc->number_temporal_layers > 1); in vp9_init_second_pass()
1707 cpi->svc.number_temporal_layers > 1; in allocate_gf_group_bits()
1711 alt_frame_index = cpi->svc.number_temporal_layers; in allocate_gf_group_bits()
1754 cpi->svc.number_temporal_layers); in allocate_gf_group_bits()
2055 if (is_two_pass_svc(cpi) && cpi->svc.number_temporal_layers > 1) { in define_gf_group()
2056 int count = (1 << (cpi->svc.number_temporal_layers - 1)) - 1; in define_gf_group()
2391 if (is_two_pass_svc(cpi) && cpi->svc.number_temporal_layers > 1) { in find_next_key_frame()
2392 int count = (1 << (cpi->svc.number_temporal_layers - 1)) - 1; in find_next_key_frame()
Dvp9_encoder.c792 cpi->svc.number_temporal_layers = oxcf->ts_number_layers; in init_config()
794 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) || in init_config()
795 ((cpi->svc.number_temporal_layers > 1 || in init_config()
1537 if ((cpi->svc.number_temporal_layers > 1 && in vp9_change_config()
1539 ((cpi->svc.number_temporal_layers > 1 || in vp9_change_config()
1778 || cpi->svc.number_temporal_layers > 1) { in vp9_create_compressor()
2379 cpi->svc.number_temporal_layers].psnr_pkt = pkt.data.psnr; in generate_psnr_packet()
3616 (cpi->svc.number_temporal_layers == 1 &&
3770 cpi->svc.spatial_layer_id * cpi->svc.number_temporal_layers +
3781 if (cpi->svc.number_temporal_layers == 1) {
[all …]
Dvp9_speed_features.c401 if (cpi->svc.number_temporal_layers > 2 && in set_rt_speed_feature()
Dvp9_aq_cyclicrefresh.c488 rc->frames_since_key < (4 * cpi->svc.number_temporal_layers) * in vp9_cyclic_refresh_update_parameters()
Dvp9_bitstream.c1000 ((cpi->svc.number_temporal_layers > 1 && in write_frame_size_with_refs()
1007 cpi->svc.number_temporal_layers + 1))) { in write_frame_size_with_refs()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c955 cpi->svc.number_temporal_layers + in get_frame_pkt_flags()
1075 cpi->svc.number_temporal_layers].layer_size += size; in encoder_encode()
1157 &cpi->svc.layer_context[sl * cpi->svc.number_temporal_layers]; in encoder_encode()
1391 for (tl = 0; tl < cpi->svc.number_temporal_layers; ++tl) { in ctrl_set_svc_parameters()
1393 LAYER_IDS_TO_IDX(sl, tl, cpi->svc.number_temporal_layers); in ctrl_set_svc_parameters()