Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc522 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory() argument
526 if (lossPr255 > _shortMaxLossPr255) { in UpdateMaxLossHistory()
527 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
533 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
537 _lossPrHistory[i + 1].lossPr255 = _lossPrHistory[i].lossPr255; in UpdateMaxLossHistory()
542 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
545 _lossPrHistory[0].lossPr255 = _shortMaxLossPr255; in UpdateMaxLossHistory()
565 if (_lossPrHistory[i].lossPr255 > maxFound) { in MaxFilteredLossPr()
567 maxFound = _lossPrHistory[i].lossPr255; in MaxFilteredLossPr()
575 uint8_t lossPr255) { in FilteredLoss() argument
[all …]
Dmedia_opt_util.h84 VCMLossProbabilitySample() : lossPr255(0), timeMs(-1) {} in VCMLossProbabilitySample()
86 uint8_t lossPr255; variable
326 uint8_t lossPr255);
334 void UpdateMaxLossHistory(uint8_t lossPr255, int64_t now);