Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c181 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) && in vp9_init_layer_context()
238 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()
239 layer_end = svc->number_temporal_layers; in vp9_update_layer_context_change_config()
262 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) { in vp9_update_layer_context_change_config()
279 cpi->svc.number_temporal_layers + in get_layer_context()
282 return (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) in get_layer_context()
293 const int st_idx = svc->spatial_layer_id * svc->number_temporal_layers + in vp9_update_temporal_layer_framerate()
346 if (cpi->svc.number_temporal_layers > 1 || in vp9_restore_layer_context()
418 cpi->svc.number_temporal_layers]; in vp9_inc_frame_in_layer()
487 cpi->svc.number_temporal_layers] in set_flags_and_fb_idx_for_temporal_mode3()
[all …]
Dvp9_ratectrl.c272 for (i = svc->temporal_layer_id; i < svc->number_temporal_layers; ++i) { in update_buffer_level_svc_preencode()
274 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers); in update_buffer_level_svc_preencode()
278 svc->number_temporal_layers == 1 && ts_delta > 0 && in update_buffer_level_svc_preencode()
303 for (i = current_temporal_layer + 1; i < svc->number_temporal_layers; ++i) { in update_layer_buffer_level_postencode()
305 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers); in update_layer_buffer_level_postencode()
452 svc->number_temporal_layers); in check_buffer_above_thresh()
480 svc->number_temporal_layers); in check_buffer_below_thresh()
584 for (tl = 0; tl < svc->number_temporal_layers; ++tl) { in post_encode_drop_cbr()
586 LAYER_IDS_TO_IDX(sl, tl, svc->number_temporal_layers); in post_encode_drop_cbr()
928 unsigned int num_frames_weight_key = 5 * cpi->svc.number_temporal_layers; in calc_active_worst_quality_one_pass_cbr()
[all …]
Dvp9_svc_layercontext.h78 int number_temporal_layers; member
Dvp9_speed_features.c680 if (svc->number_temporal_layers > 2 && svc->temporal_layer_id == 0 && in set_rt_speed_feature_framesize_independent()
705 if (svc->number_temporal_layers > 1 && in set_rt_speed_feature_framesize_independent()
706 svc->temporal_layer_id == svc->number_temporal_layers - 1) in set_rt_speed_feature_framesize_independent()
Dvp9_denoiser.c621 svc->number_temporal_layers + in vp9_denoiser_alloc()
799 svc->number_temporal_layers); in vp9_denoiser_update_ref_frame()
Dvp9_encoder.c1455 cpi->svc.number_temporal_layers = oxcf->ts_number_layers; in init_config()
1457 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) || in init_config()
1458 ((cpi->svc.number_temporal_layers > 1 || in init_config()
1999 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) || in vp9_change_config()
2000 ((cpi->svc.number_temporal_layers > 1 || in vp9_change_config()
2305 cpi->svc.number_temporal_layers > 1) { in vp9_create_compressor()
2676 cpi->svc.number_temporal_layers] in generate_psnr_packet()
3757 svc->temporal_layer_id < svc->number_temporal_layers - 1 ||
4358 (cpi->svc.number_temporal_layers == 1 &&
4939 cpi->svc.number_temporal_layers +
[all …]
Dvp9_aq_cyclicrefresh.c505 (4 * cpi->svc.number_temporal_layers) * (100 / cr->percent_refresh)) { in vp9_cyclic_refresh_update_parameters()
Dvp9_bitstream.c1132 ((cpi->svc.number_temporal_layers > 1 && in write_frame_size_with_refs()
Dvp9_pickmode.c1719 svc->number_temporal_layers); in vp9_pick_inter_mode()
Dvp9_encodeframe.c925 cpi->svc.number_temporal_layers); in copy_partitioning()
/external/libaom/libaom/av1/decoder/
Dobu.h29 unsigned int *number_temporal_layers);
Dobu.c49 unsigned int *number_temporal_layers) { in aom_get_num_layers_from_operating_point_idc() argument
52 if (!number_spatial_layers || !number_temporal_layers) in aom_get_num_layers_from_operating_point_idc()
56 *number_temporal_layers = 1; in aom_get_num_layers_from_operating_point_idc()
60 *number_temporal_layers = 0; in aom_get_num_layers_from_operating_point_idc()
66 *number_temporal_layers += (operating_point_idc >> j) & 0x1; in aom_get_num_layers_from_operating_point_idc()
245 &cm->number_temporal_layers) != AOM_CODEC_OK) { in read_sequence_header_obu()
/external/libaom/libaom/aom/
Daom_decoder.h81 unsigned int number_temporal_layers; /**< Number of temporal layers */ member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1061 cpi->svc.number_temporal_layers + in get_frame_pkt_flags()
1493 for (tl = 0; tl < cpi->svc.number_temporal_layers; ++tl) { in ctrl_set_svc_parameters()
1495 LAYER_IDS_TO_IDX(sl, tl, cpi->svc.number_temporal_layers); in ctrl_set_svc_parameters()
/external/libaom/libaom/av1/common/
Donyxc_int.h540 unsigned int number_temporal_layers; member
/external/libaom/libaom/av1/
Dav1_dx_iface.c251 &si->number_temporal_layers) != AOM_CODEC_OK) { in parse_operating_points()