Searched defs:factors (Results 1 - 4 of 4) sorted by relevance

/external/speex/libspeex/
H A D_kiss_fft_guts.h26 /* e.g. an fft of length 128 has 4 factors
34 int factors[2*MAXFACTORS]; member in struct:kiss_fft_state
H A Dkiss_fft.c327 int * factors,
331 const int p=*factors++; /* the radix */
332 const int m=*factors++; /* stage's fft length/p */
347 kf_shuffle( Fout , f, fstride*p, in_stride, factors,st);
360 int * factors,
369 const int p=*factors++; /* the radix */
370 const int m=*factors++; /* stage's fft length/p */
385 kf_work( Fout , f, fstride*p, in_stride, factors,st, N*p, fstride*in_stride, m);
416 kf_work( Fout , f, fstride*p, in_stride, factors,st, N*p, fstride*in_stride, m);
450 p = n; /* no more factors, ski
322 kf_shuffle( kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st ) argument
355 kf_work( kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st, int N, int s2, int m2 ) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxdxt.cpp177 icvDFTFactorize( int n, int* factors )
183 factors[0] = n;
190 factors[nf++] = f;
199 factors[nf++] = f;
211 factors[nf++] = n;
213 f = (factors[0] & 1) == 0;
215 CV_SWAP( factors[i], factors[nf-i-1+f], j );
221 icvDFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab ) argument
224 int n = factors[
[all...]
/external/icu4c/common/
H A Dunames.c782 writeFactorSuffix(const uint16_t *factors, uint16_t count, argument
791 /* write elements according to the factors */
795 * with the factors of this algorithm
801 factor=factors[i];
807 * guarantees here that code<=factors[0]
837 /* skip the rest of the strings for this factors[i] */
838 factor=(uint16_t)(factors[i]-indexes[i]-1);
914 const uint16_t *factors=(const uint16_t *)(range+1); local
916 const char *s=(const char *)(factors+count);
924 bufferPos+=writeFactorSuffix(factors, coun
1004 const uint16_t *factors=(const uint16_t *)(range+1); local
1133 const uint16_t *factors=(const uint16_t *)(range+1); local
1247 const uint16_t *factors=(const uint16_t *)(range+1); local
[all...]

Completed in 572 milliseconds