Searched refs:odd_sequence (Results 1 – 1 of 1) sorted by relevance
26 bool odd_sequence) { in GetOutLengthToDyadicDecimate() argument29 if (in_length % 2 == 1 && !odd_sequence) { in GetOutLengthToDyadicDecimate()50 bool odd_sequence, in DyadicDecimate() argument53 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence); in DyadicDecimate()60 size_t index_adjustment = odd_sequence ? 1 : 0; in DyadicDecimate()