Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c159 if (lsx_is_power_of_2(p->L)) { /* F-domain */ in dft_stage_fn()
224 int k = phase == 50 && lsx_is_power_of_2(L) && Fn == L? L << 1 : 4; in dft_stage_init()
H A Dsox_i.h92 #define lsx_is_power_of_2(x) !(x < 2 || (x & (x - 1))) macro
H A Deffects_i_dsp.c188 assert(lsx_is_power_of_2(len)); in update_fft_cache()