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

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

Completed in 64 milliseconds