Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc269 int drop_this = rand(); in Lost() local
270 return (drop_this < loss_rate_ * RAND_MAX); in Lost()