Searched defs:istep (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_fft.c31 int i, j, l, k, istep, n, m; local
51 istep = l << 1;
64 for (i = m; i < n; i += istep)
84 l = istep;
93 istep = l << 1;
112 for (i = m; i < n; i += istep)
156 l = istep;
164 int i, j, l, k, istep, n, m, scale, shift; local
202 istep = l << 1;
218 for (i = m; i < n; i += istep)
[all...]
H A Dcomplex_fft_mips.c26 int istep = 0; local
52 "sll %[istep], %[l], 1 \n\t"
79 "addu %[i], %[i], %[istep] \n\t"
130 "move %[l], %[istep] \n\t"
139 [m] "=&r" (m), [istep] "=&r" (istep), [l] "=&r" (l), [k] "=&r" (k),
150 int istep = 0, n = 0, m = 0; local
225 "sll %[istep], %[l], 1 \n\t"
251 "addu %[i], %[i], %[istep] \n\t"
304 "move %[l], %[istep] \
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dcomplex_fft.c161 int i, j, l, k, istep, n, m; local
181 istep = l << 1;
194 for (i = m; i < n; i += istep)
214 l = istep;
223 istep = l << 1;
243 for (i = m; i < n; i += istep)
281 l = istep;
289 int i, j, l, k, istep, n, m, scale, shift; local
327 istep = l << 1;
343 for (i = m; i < n; i += istep)
[all...]
/external/opencv/cv/src/
H A Dcvsegmentation.cpp107 int mstep, istep; local
170 istep = src->step;
190 img += istep; mask += mstep;
210 c_diff( ptr, ptr - istep, t );
215 c_diff( ptr, ptr + istep, t );
219 ws_push( idx, i*mstep + j, i*istep + j*3 );
301 c_diff( ptr, ptr - istep, t );
302 ws_push( t, mofs - mstep, iofs - istep );
309 ws_push( t, mofs + mstep, iofs + istep );
/external/opencv/cxcore/src/
H A Dcxutils.cpp1065 int istep = idx ? idx->step/sizeof(int) : 0; local
1132 idxptr += istep*(src->rows - 1);
1133 istep = -istep;
1147 icvCopy1D( tidx, 1, idxptr + i, istep, len, sizeof(int) );
1180 int* idx_ = idx->data.i + istep*i;

Completed in 169 milliseconds