/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
complex_fft.c | 31 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...] |
complex_fft_mips.c | 26 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] \n\t [all...] |
/external/opencv/cv/src/ |
cvsegmentation.cpp | 107 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/ |
cxutils.cpp | 1065 int istep = idx ? idx->step/sizeof(int) : 0; local [all...] |