Searched refs:threshold_kbps_ (Results 1 – 2 of 2) sorted by relevance
24 memset(threshold_kbps_, 0, sizeof(threshold_kbps_)); in ScreenshareLayersVP9()38 threshold_kbps_[layer_id] = threshold_kbps; in ConfigureBitrate()64 0.f, bits_used_[layer_id] - time_diff * threshold_kbps_[layer_id]); in GetSuperFrameSettings()66 total_threshold_kbps += threshold_kbps_[layer_id]; in GetSuperFrameSettings()
50 float threshold_kbps_[kMaxVp9NumberOfSpatialLayers - 1]; variable