Home
last modified time | relevance | path

Searched refs:temporal_layer_id (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c25 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()
Dvp9_svc_layercontext.h41 int temporal_layer_id; member
Dvp9_aq_cyclicrefresh.c189 (cpi->svc.temporal_layer_id > 0)) { in vp9_cyclic_refresh_setup()
Dvp9_ratectrl.c152 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()
/external/libvpx/libvpx/vpx/
Dvp8cx.h325 int temporal_layer_id; /**< Temporal layer id number. */ member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1194 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()
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c610 layer_id.temporal_layer_id = in main()
618 ++rc.layer_input_frames[layer_id.temporal_layer_id]; in main()
/external/libvpx/libvpx/test/
Ddatarate_test.cc287 layer_id.temporal_layer_id = SetLayerId(video->frame(), in PreEncodeFrameHook()