Home
last modified time | relevance | path

Searched refs:VCM_MAX (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc231 ratio = VCM_MAX(boostRateKey, ratio); in BoostCodeRateKey()
308 uint8_t rateIndexTable = (uint8_t)VCM_MAX( in ProtectionFactor()
356 rateIndexTable = (uint8_t)VCM_MAX( in ProtectionFactor()
378 VCM_MAX(packetLoss, VCM_MAX(boostKeyProt, codeRateKey))); in ProtectionFactor()
Dinternal_defines.h24 #define VCM_MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
Djitter_estimator.cc142 _varFrameSize = VCM_MAX(_phi * _varFrameSize + in UpdateEstimate()
150 VCM_MAX(_psi * _maxFrameSize, static_cast<double>(frameSizeBytes)); in UpdateEstimate()
Drtt_filter.cc85 _maxRtt = VCM_MAX(rttMs, _maxRtt); in Update()
Dreceiver.cc151 static_cast<uint16_t>(VCM_MAX(available_wait_time, 0)); in FrameForDecoding()
Dvideo_sender.cc126 _nextFrameTypes.resize(VCM_MAX(sendCodec->numberOfSimulcastStreams, 1), in RegisterSendCodec()