Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h114 constexpr size_t UNROLL_LOOPS = (CHANNELS >= UNROLL_CHANNEL_LOWER_LIMIT && in process() local
117 if constexpr (UNROLL_LOOPS > 1) { in process()
118 remainder = frames % UNROLL_LOOPS; in process()
119 frames /= UNROLL_LOOPS; in process()
158 for (size_t i = 0; i < UNROLL_LOOPS; ++i) { in process()
163 if constexpr (UNROLL_LOOPS > 1) { in process()
291 constexpr size_t UNROLL_LOOPS = (CHANNELS >= UNROLL_CHANNEL_LOWER_LIMIT && in process() local
341 if constexpr (UNROLL_LOOPS > 1) { in process()
342 remainder = frames % UNROLL_LOOPS; in process()
343 frames /= UNROLL_LOOPS; in process()
[all …]