Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc505 _shortMaxLossPr255(0), in VCMLossProtectionLogic()
548 if (lossPr255 > _shortMaxLossPr255) { in UpdateMaxLossHistory()
549 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
555 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
563 if (_shortMaxLossPr255 == 0) { in UpdateMaxLossHistory()
564 _shortMaxLossPr255 = lossPr255; in UpdateMaxLossHistory()
567 _lossPrHistory[0].lossPr255 = _shortMaxLossPr255; in UpdateMaxLossHistory()
569 _shortMaxLossPr255 = 0; in UpdateMaxLossHistory()
574 uint8_t maxFound = _shortMaxLossPr255; in MaxFilteredLossPr()
696 _shortMaxLossPr255 = 0; in Reset()
Dmedia_opt_util.h339 uint8_t _shortMaxLossPr255; variable