Lines Matching refs:factors
323 opus_int16 * factors, in compute_bitrev_table() argument
327 const int p=*factors++; /* the radix */ in compute_bitrev_table()
328 const int m=*factors++; /* stage's fft length/p */ in compute_bitrev_table()
343 compute_bitrev_table( Fout , f, fstride*p, in_stride, factors,st); in compute_bitrev_table()
477 if (!kf_factor(nfft,st->factors)) in opus_fft_alloc_twiddles()
486 compute_bitrev_table(0, bitrev, 1,1, st->factors,st); in opus_fft_alloc_twiddles()
536 p = st->factors[2*L]; in opus_fft_impl()
537 m = st->factors[2*L+1]; in opus_fft_impl()
541 m = st->factors[2*L-1]; in opus_fft_impl()
545 m2 = st->factors[2*i-1]; in opus_fft_impl()
548 switch (st->factors[2*i]) in opus_fft_impl()