Home
last modified time | relevance | path

Searched refs:adjusted_spatial_layer_rates (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator.cc60 std::vector<DataRate> adjusted_spatial_layer_rates; in AdjustAndVerify() local
77 return adjusted_spatial_layer_rates; in AdjustAndVerify()
82 adjusted_spatial_layer_rates.push_back(layer_rate); in AdjustAndVerify()
85 adjusted_spatial_layer_rates.push_back(max_rate); in AdjustAndVerify()
89 return adjusted_spatial_layer_rates; in AdjustAndVerify()