Home | History | Annotate | Download | only in vp9

Lines Matching refs:SVC

1014   // CBR or two pass mode for SVC with both temporal and spatial layers
1032 SVC *const svc = &cpi->svc;
1033 svc->spatial_layer_id = data->spatial_layer_id;
1034 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) {
1040 if (svc->spatial_layer_id < 0 ||
1041 svc->spatial_layer_id >= (int)ctx->cfg.ss_number_layers) {
1055 cpi->svc.spatial_layer_id = params->spatial_layer;
1056 cpi->svc.temporal_layer_id = params->temporal_layer;