Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.cc752 VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory() argument
758 if (lossPr255 > _shortMaxLossPr255) in UpdateMaxLossHistory()
760 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
769 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
776 _lossPrHistory[i + 1].lossPr255 = _lossPrHistory[i].lossPr255; in UpdateMaxLossHistory()
782 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
785 _lossPrHistory[0].lossPr255 = _shortMaxLossPr255; in UpdateMaxLossHistory()
811 if (_lossPrHistory[i].lossPr255 > maxFound) in MaxFilteredLossPr()
814 maxFound = _lossPrHistory[i].lossPr255; in MaxFilteredLossPr()
823 uint8_t lossPr255) { in FilteredLoss() argument
[all …]
Dmedia_opt_util.h89 VCMLossProbabilitySample() : lossPr255(0), timeMs(-1) {}; in VCMLossProbabilitySample()
91 uint8_t lossPr255; variable
360 uint8_t lossPr255);
368 void UpdateMaxLossHistory(uint8_t lossPr255, int64_t now);