Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc341 uint8_t rateIndexTable = rtc::saturated_cast<uint8_t>( in ProtectionFactor() local
349 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()
379 rateIndexTable = rtc::saturated_cast<uint8_t>(VCM_MAX( in ProtectionFactor()
382 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()