Home | History | Annotate | Download | only in celt

Lines Matching refs:factors

459          opus_int16 * factors,
463 const int p=*factors++; /* the radix */
464 const int m=*factors++; /* stage's fft length/p */
479 compute_bitrev_table( Fout , f, fstride*p, in_stride, factors,st);
504 p = n; /* no more factors, skip to end */
547 size_t memneeded = sizeof(struct kiss_fft_state); /* twiddle factors*/
577 if (!kf_factor(nfft,st->factors))
586 compute_bitrev_table(0, bitrev, 1,1, st->factors,st);
638 p = st->factors[2*L];
639 m = st->factors[2*L+1];
643 m = st->factors[2*L-1];
647 m2 = st->factors[2*i-1];
650 switch (st->factors[2*i])
690 p = st->factors[2*L];
691 m = st->factors[2*L+1];
695 m = st->factors[2*L-1];
699 m2 = st->factors[2*i-1];
702 switch (st->factors[2*i])