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

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

Completed in 92 milliseconds