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

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddelay_manager.cc60 // Set temp_prob to (slightly more than) 1 in Q14. This ensures that the sum
62 uint16_t temp_prob = 0x4002; // 16384 + 2 = 100000000000010 binary. local
65 temp_prob >>= 1;
66 (*it) = temp_prob << 16;

Completed in 92 milliseconds