Searched refs:number_temporal_layers (Results 1 – 16 of 16) sorted by relevance
181 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 …]
272 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 …]
78 int number_temporal_layers; member
680 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()
621 svc->number_temporal_layers + in vp9_denoiser_alloc()799 svc->number_temporal_layers); in vp9_denoiser_update_ref_frame()
1455 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 …]
505 (4 * cpi->svc.number_temporal_layers) * (100 / cr->percent_refresh)) { in vp9_cyclic_refresh_update_parameters()
1132 ((cpi->svc.number_temporal_layers > 1 && in write_frame_size_with_refs()
1719 svc->number_temporal_layers); in vp9_pick_inter_mode()
925 cpi->svc.number_temporal_layers); in copy_partitioning()
29 unsigned int *number_temporal_layers);
49 unsigned int *number_temporal_layers) { in aom_get_num_layers_from_operating_point_idc() argument52 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()
81 unsigned int number_temporal_layers; /**< Number of temporal layers */ member
1061 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()
540 unsigned int number_temporal_layers; member
251 &si->number_temporal_layers) != AOM_CODEC_OK) { in parse_operating_points()