Home | History | Annotate | Download | only in encoder

Lines Matching refs:layer_id

1347         const int layer_id = (int)last_packet_for_layer->spatial_layer_id;
1349 if (layer_id >= 0 && layer_id < oxcf->ss_number_layers) {
1350 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer_id];
1361 stats_copy[layer_id] = lc->rc_twopass_stats_in.buf;
1366 const int layer_id = (int)stats[i].spatial_layer_id;
1367 if (layer_id >= 0 && layer_id < oxcf->ss_number_layers
1368 && stats_copy[layer_id] != NULL) {
1369 *stats_copy[layer_id] = stats[i];
1370 ++stats_copy[layer_id];