Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h307 int temporal_layer; /**< current temporal layer number - 0 = base */ member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c151 int temporal_layer = 0; in update_layer_buffer_level() local
153 for (temporal_layer = current_temporal_layer + 1; in update_layer_buffer_level()
154 temporal_layer < svc->number_temporal_layers; ++temporal_layer) { in update_layer_buffer_level()
155 LAYER_CONTEXT *lc = &svc->layer_context[temporal_layer]; in update_layer_buffer_level()
Dvp9_svc_layercontext.c272 cpi->svc.temporal_layer_id = layer_param->temporal_layer; in copy_svc_params()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c589 svc_params.temporal_layer = 0; in set_svc_parameters()