Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc483 _shortMaxLossPr255(0), in VCMLossProtectionLogic()
526 if (lossPr255 > _shortMaxLossPr255) { in UpdateMaxLossHistory()
527 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
533 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
541 if (_shortMaxLossPr255 == 0) { in UpdateMaxLossHistory()
542 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
545 _lossPrHistory[0].lossPr255 = _shortMaxLossPr255; in UpdateMaxLossHistory()
547 _shortMaxLossPr255 = 0; in UpdateMaxLossHistory()
552 uint8_t maxFound = _shortMaxLossPr255; in MaxFilteredLossPr()
673 _shortMaxLossPr255 = 0; in Reset()
Dmedia_opt_util.h350 uint8_t _shortMaxLossPr255; variable