Searched refs:current_temporal_layer (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c148 int current_temporal_layer = svc->temporal_layer_id; local
149 for (temporal_layer = current_temporal_layer + 1;
1242 int current_temporal_layer = svc->temporal_layer_id; local
1243 const LAYER_CONTEXT *lc = &svc->layer_context[current_temporal_layer];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c229 int current_temporal_layer = svc->temporal_layer_id; local
230 for (temporal_layer = current_temporal_layer + 1;
1318 int current_temporal_layer = svc->temporal_layer_id; local
1319 const LAYER_CONTEXT *lc = &svc->layer_context[current_temporal_layer];

Completed in 107 milliseconds