Searched refs:num_spatial_streams (Results 1 – 2 of 2) sorted by relevance
210 const int num_spatial_streams = in DistributeAllocationToTemporalLayers() local215 for (int simulcast_id = 0; simulcast_id < num_spatial_streams; in DistributeAllocationToTemporalLayers()233 ((num_spatial_streams == 1 && num_temporal_streams == 2) || // Legacy. in DistributeAllocationToTemporalLayers()234 (num_spatial_streams > 1 && simulcast_id == 0 && in DistributeAllocationToTemporalLayers()246 } else if (num_spatial_streams == 1) { in DistributeAllocationToTemporalLayers()
61 int num_spatial_streams, in SetUpFor() argument73 config_.number_of_streams = num_spatial_streams; in SetUpFor()80 vp9_settings.numberOfSpatialLayers = num_spatial_streams; in SetUpFor()