Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc544 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory() argument
548 if (lossPr255 > _shortMaxLossPr255) { in UpdateMaxLossHistory()
549 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
555 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
559 _lossPrHistory[i + 1].lossPr255 = _lossPrHistory[i].lossPr255; in UpdateMaxLossHistory()
564 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
567 _lossPrHistory[0].lossPr255 = _shortMaxLossPr255; in UpdateMaxLossHistory()
587 if (_lossPrHistory[i].lossPr255 > maxFound) { in MaxFilteredLossPr()
589 maxFound = _lossPrHistory[i].lossPr255; in MaxFilteredLossPr()
597 uint8_t lossPr255) { in FilteredLoss() argument
[all …]
Dmedia_opt_util.h75 VCMLossProbabilitySample() : lossPr255(0), timeMs(-1) {} in VCMLossProbabilitySample()
77 uint8_t lossPr255; variable
315 uint8_t lossPr255);
323 void UpdateMaxLossHistory(uint8_t lossPr255, int64_t now);