/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 184 size_t i, nplanes = it.nplanes; in add() local 195 for( i = 0; i < nplanes; i++, ++it) in add() 302 size_t i, nplanes = it.nplanes; in convert() local 304 for( i = 0; i < nplanes; i++, ++it) in convert() 346 size_t i, nplanes = it.nplanes; in copy() local 349 for( i = 0; i < nplanes; i++, ++it ) in copy() 362 size_t i, nplanes = it.nplanes; in copy() local 364 for( i = 0; i < nplanes; i++, ++it) in copy() 391 size_t i, nplanes = it.nplanes; in set() local 399 for( i = 0; i < nplanes; i++, ++it ) in set() [all …]
|
/external/opencv3/modules/core/test/ |
D | test_arithm.cpp | 560 size_t i, nplanes = it.nplanes; in inRange() local 563 for( i = 0; i < nplanes; i++, ++it ) in inRange() 608 size_t i, nplanes = it.nplanes; in inRangeS() local 615 for( i = 0; i < nplanes; i++, ++it ) in inRangeS() 903 size_t i, nplanes = it.nplanes; in exp() local 906 for( i = 0; i < nplanes; i++, ++it ) in exp() 932 size_t i, nplanes = it.nplanes; in log() local 935 for( i = 0; i < nplanes; i++, ++it ) in log() 1022 size_t i, nplanes = it.nplanes; in cartToPolar() local 1026 for( i = 0; i < nplanes; i++, ++it ) in cartToPolar()
|
/external/opencv3/modules/core/src/ |
D | mathfuncs.cpp | 187 for( size_t i = 0; i < it.nplanes; i++, ++it ) in magnitude() 233 for( size_t i = 0; i < it.nplanes; i++, ++it ) in phase() 367 for( size_t i = 0; i < it.nplanes; i++, ++it ) in cartToPolar() 674 for( size_t i = 0; i < it.nplanes; i++, ++it ) in polarToCart() 804 for( size_t i = 0; i < it.nplanes; i++, ++it ) in exp() 871 for( size_t i = 0; i < it.nplanes; i++, ++it ) in log() 1405 for( size_t i = 0; i < it.nplanes; i++, ++it ) in pow() 1414 for( size_t i = 0; i < it.nplanes; i++, ++it ) in pow() 1438 for( size_t i = 0; i < it.nplanes; i++, ++it ) in pow() 1621 for ( size_t i = 0; i < it.nplanes; i++, ++it ) in checkRange() [all …]
|
D | copy.cpp | 352 for( size_t i = 0; i < it.nplanes; i++, ++it ) in copyTo() 393 for( size_t i = 0; i < it.nplanes; i++, ++it ) in copyTo() 437 for( size_t i = 0; i < it.nplanes; i++, ++it ) in operator =() 442 if( it.nplanes > 0 ) in operator =() 455 for( size_t i = 1; i < it.nplanes; i++ ) in operator =() 567 for( size_t i = 0; i < it.nplanes; i++, ++it ) in setTo()
|
D | stat.cpp | 1228 for( size_t i = 0; i < it.nplanes; i++, ++it ) in sum() 1235 … if( blockSum && (count + blockSize >= intSumBlockSize || (i+1 >= it.nplanes && j+bsz >= total)) ) in sum() 1348 for( size_t i = 0; i < it.nplanes; i++, ++it ) in countNonZero() 1476 for( size_t i = 0; i < it.nplanes; i++, ++it ) in mean() 1484 … if( blockSum && (count + blockSize >= intSumBlockSize || (i+1 >= it.nplanes && j+bsz >= total)) ) in mean() 1774 for( size_t i = 0; i < it.nplanes; i++, ++it ) in meanStdDev() 1782 … if( blockSum && (count + blockSize >= intSumBlockSize || (i+1 >= it.nplanes && j+bsz >= total)) ) in meanStdDev() 2314 for( size_t i = 0; i < it.nplanes; i++, ++it, startidx += planeSize ) in minMaxIdx() 2868 for( size_t i = 0; i < it.nplanes; i++, ++it ) in norm() 2905 for( size_t i = 0; i < it.nplanes; i++, ++it ) in norm() [all …]
|
D | matrix.cpp | 94 for( j = 0; j < it.nplanes; j++, ++it ) in download() 125 for( j = 0; j < it.nplanes; j++, ++it ) in upload() 158 for( j = 0; j < it.nplanes; j++, ++it ) in copy() 4270 : arrays(0), planes(0), ptrs(0), narrays(0), nplanes(0), size(0), iterdepth(0), idx(0) in NAryMatIterator() 4275 : arrays(0), planes(0), ptrs(0), narrays(0), nplanes(0), size(0), iterdepth(0), idx(0) in NAryMatIterator() 4281 : arrays(0), planes(0), ptrs(0), narrays(0), nplanes(0), size(0), iterdepth(0), idx(0) in NAryMatIterator() 4295 nplanes = 0; in init() 4357 nplanes = 1; in init() 4359 nplanes *= arrays[i0]->size[j]; in init() 4387 if( idx >= nplanes-1 ) in operator ++()
|
D | convert.cpp | 850 for( size_t i = 0; i < it.nplanes; i++, ++it ) in split() 997 for( i = 0; i < it.nplanes; i++, ++it ) in merge() 1227 for( i = 0; i < it.nplanes; i++, ++it ) in mixChannels() 5563 for( size_t i = 0; i < it.nplanes; i++, ++it ) in convertScaleAbs() 5607 for( size_t i = 0; i < it.nplanes; i++, ++it ) in convertTo() 5900 for( size_t i = 0; i < it.nplanes; i++, ++it ) in operator ()() 5975 for( size_t i = 0; i < it.nplanes; i++, ++it ) in LUT()
|
D | arithm.cpp | 1636 for( size_t i = 0; i < it.nplanes; i++, ++it ) in binary_op() 1668 for( size_t i = 0; i < it.nplanes; i++, ++it ) in binary_op() 2096 for( size_t i = 0; i < it.nplanes; i++, ++it ) in arithm_op() 2161 for( size_t i = 0; i < it.nplanes; i++, ++it ) in arithm_op() 5045 for( size_t i = 0; i < it.nplanes; i++, ++it ) in compare() 5093 for( size_t i = 0; i < it.nplanes; i++, ++it ) in compare() 5762 for( size_t i = 0; i < it.nplanes; i++, ++it ) in inRange()
|
D | rand.cpp | 712 for( size_t i = 0; i < it.nplanes; i++, ++it ) in fill()
|
D | matmul.cpp | 2010 for( i = 0; i < it.nplanes; i++, ++it ) in transform() 2155 for( i = 0; i < it.nplanes; i++, ++it ) in perspectiveTransform() 2352 for( i = 0; i < it.nplanes; i++, ++it ) in scaleAdd() 3259 for( size_t i = 0; i < it.nplanes; i++, ++it ) in dot()
|
D | ocl.cpp | 4829 for( j = 0; j < it.nplanes; j++, ++it ) in download() 4941 for( j = 0; j < it.nplanes; j++, ++it ) in upload() 5081 for( j = 0; j < it.nplanes; j++, ++it ) in copy()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_regions.h | 152 int nplanes; member
|
D | intel_screen.c | 510 for (i = 0; i < f->nplanes; i++) { in intel_create_image_from_names() 532 if (plane >= f->nplanes) in intel_from_planar()
|
/external/opencv/ml/src/ |
D | mlcnn.cpp | 899 const int nplanes = layer->n_input_planes; 913 CV_ASSERT(X->rows == nplanes*Xsize && X->cols == 1); 914 CV_ASSERT(layer->exp2ssumWX->cols == 1 && layer->exp2ssumWX->rows == nplanes*Ysize); 925 for( ni = 0; ni < nplanes; ni++, Xplane += Xsize ) 936 for( ni = 0; ni < nplanes; ni++, w += 2 )
|
/external/opencv3/modules/imgproc/src/ |
D | accum.cpp | 927 for( size_t i = 0; i < it.nplanes; i++, ++it ) in accumulate() 1010 for( size_t i = 0; i < it.nplanes; i++, ++it ) in accumulateSquare() 1098 for( size_t i = 0; i < it.nplanes; i++, ++it ) in accumulateProduct() 1184 for( size_t i = 0; i < it.nplanes; i++, ++it ) in accumulateWeighted()
|
D | histogram.cpp | 2291 for( size_t i = 0; i < it.nplanes; i++, ++it ) in compareHist()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 510 for (i = 0; i < f->nplanes; i++) { in intel_create_image_from_names() 532 if (plane >= f->nplanes) in intel_from_planar()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 510 for (i = 0; i < f->nplanes; i++) { in intel_create_image_from_names() 532 if (plane >= f->nplanes) in intel_from_planar()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1163 int nplanes; member 1196 if (plane < 0 || plane >= f->nplanes) { in dri2_create_image_wayland_wl_buffer()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | mat.hpp | 3149 size_t nplanes; member in cv::NAryMatIterator
|