Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc308 uint8_t rateIndexTable = (uint8_t)VCM_MAX( in ProtectionFactor() local
316 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()
356 rateIndexTable = (uint8_t)VCM_MAX( in ProtectionFactor()
359 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()