Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h37 int temporal_layer_id; member
Dvp9_svc_layercontext.c22 cpi->svc.temporal_layer_id = 0; in vp9_init_layer_context()
113 &svc->layer_context[svc->temporal_layer_id] : in get_layer_context()
118 const int layer = cpi->svc.temporal_layer_id; in vp9_update_temporal_layer_framerate()
Dvp9_aq_cyclicrefresh.c189 (cpi->svc.temporal_layer_id > 0)) { in vp9_cyclic_refresh_setup()
Dvp9_ratectrl.c202 int current_temporal_layer = cpi->svc.temporal_layer_id; in update_layer_buffer_level()
1246 int current_temporal_layer = cpi->svc.temporal_layer_id; in calc_pframe_target_size_one_pass_cbr()
Dvp9_onyx_if.c2838 lc = &cpi->svc.layer_context[cpi->svc.temporal_layer_id];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h315 int temporal_layer_id; /**< Temporal layer id number. */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c1034 svc->temporal_layer_id = data->temporal_layer_id; in vp9e_set_svc_layer_id()
1036 if (svc->temporal_layer_id < 0 || in vp9e_set_svc_layer_id()
1037 svc->temporal_layer_id >= (int)ctx->cfg.ts_number_layers) { in vp9e_set_svc_layer_id()
1056 cpi->svc.temporal_layer_id = params->temporal_layer; in vp9e_set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c602 layer_id.temporal_layer_id = in main()
610 ++rc.layer_input_frames[layer_id.temporal_layer_id]; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddatarate_test.cc287 layer_id.temporal_layer_id = SetLayerId(video->frame(), in PreEncodeFrameHook()