Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Ddyadic_decimator.h26 bool odd_sequence) { in GetOutLengthToDyadicDecimate() argument
29 if (in_length % 2 == 1 && !odd_sequence) { in GetOutLengthToDyadicDecimate()
50 bool odd_sequence, in DyadicDecimate() argument
53 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence); in DyadicDecimate()
60 size_t index_adjustment = odd_sequence ? 1 : 0; in DyadicDecimate()