Searched refs:temporal_layer_id (Results 1 – 8 of 8) sorted by relevance
25 svc->temporal_layer_id = 0; in vp9_init_layer_context()133 &svc->layer_context[svc->temporal_layer_id] : in get_layer_context()142 const int layer = svc->temporal_layer_id; in vp9_update_temporal_layer_framerate()219 ? &svc->layer_context[svc->temporal_layer_id] in vp9_inc_frame_in_layer()272 cpi->svc.temporal_layer_id = layer_param->temporal_layer; in copy_svc_params()
41 int temporal_layer_id; member
189 (cpi->svc.temporal_layer_id > 0)) { in vp9_cyclic_refresh_setup()
152 int current_temporal_layer = svc->temporal_layer_id; in update_layer_buffer_level()1184 int current_temporal_layer = svc->temporal_layer_id; in calc_pframe_target_size_one_pass_cbr()1215 const LAYER_CONTEXT *lc = &svc->layer_context[svc->temporal_layer_id]; in calc_iframe_target_size_one_pass_cbr()
325 int temporal_layer_id; /**< Temporal layer id number. */ member
1194 svc->temporal_layer_id = data->temporal_layer_id; in ctrl_set_svc_layer_id()1196 if (svc->temporal_layer_id < 0 || in ctrl_set_svc_layer_id()1197 svc->temporal_layer_id >= (int)ctx->cfg.ts_number_layers) { in ctrl_set_svc_layer_id()
610 layer_id.temporal_layer_id = in main()618 ++rc.layer_input_frames[layer_id.temporal_layer_id]; in main()
287 layer_id.temporal_layer_id = SetLayerId(video->frame(), in PreEncodeFrameHook()