Home
last modified time | relevance | path

Searched refs:temporal_layer (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h296 int temporal_layer; /**< current temporal layer number - 0 = base */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c201 int temporal_layer = 0; in update_layer_buffer_level() local
203 for (temporal_layer = current_temporal_layer + 1; in update_layer_buffer_level()
204 temporal_layer < cpi->svc.number_temporal_layers; ++temporal_layer) { in update_layer_buffer_level()
205 LAYER_CONTEXT *lc = &cpi->svc.layer_context[temporal_layer]; in update_layer_buffer_level()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c772 svc_params.temporal_layer = 0; in set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c1056 cpi->svc.temporal_layer_id = params->temporal_layer; in vp9e_set_svc_parameters()