Home
last modified time | relevance | path

Searched defs:expanded_length (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dmerge.cc38 int expanded_length = GetExpandedSignal(&old_length, &expand_period); in Process() local
247 const int16_t* expanded_signal, int expanded_length) { in Downsample()