Home
last modified time | relevance | path

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

/dports/audio/aubio/aubio-0.4.9/src/
H A Dmathutils.h318 uint_t aubio_is_power_of_two(uint_t a);
H A Dmathutils.c580 aubio_is_power_of_two (uint_t a) in aubio_is_power_of_two() function
/dports/audio/py-aubio/aubio-0.4.9/src/
H A Dmathutils.h318 uint_t aubio_is_power_of_two(uint_t a);
H A Dmathutils.c580 aubio_is_power_of_two (uint_t a)
/dports/audio/aubio/aubio-0.4.9/src/spectral/
H A Ddct_accelerate.c45 if ((sint_t)size < 16 || !aubio_is_power_of_two(size)) { in new_aubio_dct_accelerate()
H A Ddct_plain.c40 if (aubio_is_power_of_two (size) == 1 && size > 16) { in new_aubio_dct_plain()
H A Ddct_ooura.c41 if (aubio_is_power_of_two(size) != 1 || (sint_t)size <= 0) { in new_aubio_dct_ooura()
H A Ddct.c133 if (aubio_is_power_of_two(size) != 1 || size == 1) { in new_aubio_dct()
H A Dfft.c249 if (winsize <= 4 || aubio_is_power_of_two(winsize) != 1) in new_aubio_fft()
280 if (aubio_is_power_of_two(winsize) != 1) { in new_aubio_fft()
/dports/audio/py-aubio/aubio-0.4.9/src/spectral/
H A Ddct_accelerate.c45 if ((sint_t)size < 16 || !aubio_is_power_of_two(size)) { in new_aubio_dct_accelerate()
H A Ddct_plain.c40 if (aubio_is_power_of_two (size) == 1 && size > 16) { in new_aubio_dct_plain()
H A Ddct_ooura.c41 if (aubio_is_power_of_two(size) != 1 || (sint_t)size <= 0) { in new_aubio_dct_ooura()
H A Ddct.c133 if (aubio_is_power_of_two(size) != 1 || size == 1) { in new_aubio_dct()
H A Dfft.c249 if (winsize <= 4 || aubio_is_power_of_two(winsize) != 1) in new_aubio_fft()
280 if (aubio_is_power_of_two(winsize) != 1) { in new_aubio_fft()