Searched refs:temporal_layer_id (Results 1 - 18 of 18) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h37 int temporal_layer_id; member in struct:__anon24978
H A Dvp9_svc_layercontext.c23 svc->temporal_layer_id = 0;
115 &svc->layer_context[svc->temporal_layer_id] :
124 const int layer = svc->temporal_layer_id;
221 ? &svc->layer_context[svc->temporal_layer_id]
H A Dvp9_aq_cyclicrefresh.c189 (cpi->svc.temporal_layer_id > 0)) {
H A Dvp9_ratectrl.c148 int current_temporal_layer = svc->temporal_layer_id;
1242 int current_temporal_layer = svc->temporal_layer_id;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h47 int temporal_layer_id; member in struct:__anon13207
H A Dvp9_svc_layercontext.c25 svc->temporal_layer_id = 0;
136 &cpi->svc.layer_context[cpi->svc.temporal_layer_id] :
145 const int layer = svc->temporal_layer_id;
223 &cpi->svc.layer_context[cpi->svc.temporal_layer_id] :
263 cpi->svc.temporal_layer_id = 0;
265 ++cpi->svc.temporal_layer_id;
H A Dvp9_aq_cyclicrefresh.c189 (cpi->svc.temporal_layer_id > 0)) {
H A Dvp9_ratectrl.c229 int current_temporal_layer = svc->temporal_layer_id;
1318 int current_temporal_layer = svc->temporal_layer_id;
1349 const LAYER_CONTEXT *lc = &svc->layer_context[svc->temporal_layer_id];
H A Dvp9_firstpass.c2158 if (cpi->svc.temporal_layer_id > 0) {
H A Dvp9_encoder.c2170 cpi->svc.temporal_layer_id;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvp8cx.h317 int temporal_layer_id; /**< Temporal layer id number. */ member in struct:vpx_svc_layer_id
/external/libvpx/libvpx/vpx/
H A Dvp8cx.h315 int temporal_layer_id; /**< Temporal layer id number. */ member in struct:vpx_svc_layer_id
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c1034 svc->temporal_layer_id = data->temporal_layer_id;
1036 if (svc->temporal_layer_id < 0 ||
1037 svc->temporal_layer_id >= (int)ctx->cfg.ts_number_layers) {
1056 cpi->svc.temporal_layer_id = params->temporal_layer;
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c612 layer_id.temporal_layer_id =
620 ++rc.layer_input_frames[layer_id.temporal_layer_id];
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c602 layer_id.temporal_layer_id =
610 ++rc.layer_input_frames[layer_id.temporal_layer_id];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c1185 svc->temporal_layer_id = data->temporal_layer_id;
1187 if (svc->temporal_layer_id < 0 ||
1188 svc->temporal_layer_id >= (int)ctx->cfg.ts_number_layers) {
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddatarate_test.cc327 layer_id.temporal_layer_id = SetLayerId(video->frame(),
/external/libvpx/libvpx/test/
H A Ddatarate_test.cc287 layer_id.temporal_layer_id = SetLayerId(video->frame(),

Completed in 353 milliseconds