Searched refs:layer_idx (Results 1 – 4 of 4) sorted by relevance
98 for (size_t layer_idx = 0; layer_idx < num_layers; ++layer_idx) { in SplitBitrate() local99 denominator += std::pow(rate_scaling_factor, layer_idx); in SplitBitrate()103 for (size_t layer_idx = 0; layer_idx < num_layers; ++layer_idx) { in SplitBitrate() local184 for (size_t layer_idx = 0; layer_idx < codec.VP9().numberOfSpatialLayers; in SvcRateAllocator() local185 ++layer_idx) { in SvcRateAllocator()187 if (codec.spatialLayers[layer_idx].active) { in SvcRateAllocator()188 RTC_DCHECK_GT(codec.spatialLayers[layer_idx].maxBitrate, 0); in SvcRateAllocator()189 RTC_DCHECK_GE(codec.spatialLayers[layer_idx].maxBitrate, in SvcRateAllocator()190 codec.spatialLayers[layer_idx].minBitrate); in SvcRateAllocator()191 RTC_DCHECK_GE(codec.spatialLayers[layer_idx].targetBitrate, in SvcRateAllocator()[all …]
39 const size_t layer_idx = frame_stat.spatial_idx; in AddFrame() local40 RTC_DCHECK(rtp_timestamp_to_frame_num_[layer_idx].find(timestamp) == in AddFrame()41 rtp_timestamp_to_frame_num_[layer_idx].end()); in AddFrame()42 rtp_timestamp_to_frame_num_[layer_idx][timestamp] = frame_stat.frame_number; in AddFrame()43 layer_stats_[layer_idx].push_back(frame_stat); in AddFrame()47 size_t layer_idx) { in GetFrame() argument48 RTC_CHECK_LT(frame_num, layer_stats_[layer_idx].size()); in GetFrame()49 return &layer_stats_[layer_idx][frame_num]; in GetFrame()54 size_t layer_idx) { in GetFrameWithTimestamp() argument55 RTC_DCHECK(rtp_timestamp_to_frame_num_[layer_idx].find(timestamp) != in GetFrameWithTimestamp()[all …]
1263 const int layer_idx = i / num_params_weights_per_layer; in Compute() local1272 if (layer_idx == 0 && apply_on_input_state) { in Compute()1279 if (layer_idx <= 1) { in Compute()
5400 uint32_t layer_idx; in cmd_buffer_begin_subpass() local5401 for_each_bit(layer_idx, pending_clear_mask) { in cmd_buffer_begin_subpass()5403 iview->planes[0].isl.base_array_layer + layer_idx; in cmd_buffer_begin_subpass()5440 uint32_t layer_idx; in cmd_buffer_begin_subpass() local5441 for_each_bit(layer_idx, pending_clear_mask) { in cmd_buffer_begin_subpass()5443 iview->planes[0].isl.base_array_layer + layer_idx; in cmd_buffer_begin_subpass()