Searched defs:istep (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | complex_fft.c | 31 int i, j, l, k, istep, n, m; in WebRtcSpl_ComplexFFT() local 160 size_t i, j, l, istep, n, m; in WebRtcSpl_ComplexIFFT() local
|
D | complex_fft_mips.c | 26 int istep = 0; in WebRtcSpl_ComplexFFT() local 153 int istep = 0, n = 0, m = 0; in WebRtcSpl_ComplexIFFT() local
|
/external/opencv/cv/src/ |
D | cvsegmentation.cpp | 107 int mstep, istep; in cvWatershed() local
|
/external/opencv3/modules/imgproc/src/ |
D | segmentation.cpp | 165 int istep = int(src.step/sizeof(img[0])); in watershed() local
|
D | drawing.cpp | 174 size_t istep = img.step; in LineIterator() local
|
D | imgwarp.cpp | 6309 int step = (int)(matM.step/sizeof(M[0])), istep = (int)(_iM.step/sizeof(iM[0])); in invertAffineTransform() local 6324 int step = (int)(matM.step/sizeof(M[0])), istep = (int)(_iM.step/sizeof(iM[0])); in invertAffineTransform() local
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 1065 int istep = idx ? idx->step/sizeof(int) : 0; in cvSort() local
|
/external/opencv3/modules/ml/src/ |
D | data.cpp | 442 int istep = data.isContinuous() ? 1 : (int)data.step1(); in preprocessCategorical() local
|