Searched refs:lossPr255 (Results 1 – 2 of 2) sorted by relevance
522 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory() argument526 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 …]
84 VCMLossProbabilitySample() : lossPr255(0), timeMs(-1) {} in VCMLossProbabilitySample()86 uint8_t lossPr255; variable326 uint8_t lossPr255);334 void UpdateMaxLossHistory(uint8_t lossPr255, int64_t now);