Searched refs:VCM_MAX (Results 1 – 6 of 6) sorted by relevance
231 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()
24 #define VCM_MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
142 _varFrameSize = VCM_MAX(_phi * _varFrameSize + in UpdateEstimate()150 VCM_MAX(_psi * _maxFrameSize, static_cast<double>(frameSizeBytes)); in UpdateEstimate()
85 _maxRtt = VCM_MAX(rttMs, _maxRtt); in Update()
151 static_cast<uint16_t>(VCM_MAX(available_wait_time, 0)); in FrameForDecoding()
126 _nextFrameTypes.resize(VCM_MAX(sendCodec->numberOfSimulcastStreams, 1), in RegisterSendCodec()