Home | History | Annotate | Download | only in video_coding

Lines Matching defs:bitRate

138   // Bitrate below which we turn off FEC, regardless of reported packet loss.
211 // nackCost = (bitRate - nackCost) * (lossPr)
253 // FEC PROTECTION SETTINGS: varies with packet loss and bitrate
287 // (for fixed bitRate and packetLoss) based on system size.
341 codeRateDelta, parameters->bitRate, parameters->frameRate,
416 codeRateKey, parameters->bitRate, packetLoss, 0);
419 codeRateDelta, parameters->bitRate, packetLoss, 1);
431 float bitRate = parameters->bitRate * bitRateRatio;
438 return static_cast<int>(adjustmentFactor * bitRate / frameRate);
605 void VCMLossProtectionLogic::UpdateBitRate(float bitRate) {
606 _bitRate = bitRate;
641 _currentParameters.bitRate = _bitRate;