HomeSort by relevance Sort by last modified time
    Searched refs:nplanes (Results 1 - 18 of 18) sorted by null

  /external/opencv3/modules/ts/src/
ts_func.cpp 184 size_t i, nplanes = it.nplanes; local
195 for( i = 0; i < nplanes; i++, ++it)
302 size_t i, nplanes = it.nplanes; local
304 for( i = 0; i < nplanes; i++, ++it)
346 size_t i, nplanes = it.nplanes; local
349 for( i = 0; i < nplanes; i++, ++it )
362 size_t i, nplanes = it.nplanes local
391 size_t i, nplanes = it.nplanes; local
423 size_t i, nplanes = it.nplanes; local
448 size_t i, nplanes = it.nplanes; local
473 size_t i, nplanes = it.nplanes; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 152 int nplanes; member in struct:intel_image_format
intel_screen.c 510 for (i = 0; i < f->nplanes; i++) {
532 if (plane >= f->nplanes)
    [all...]
  /external/opencv3/modules/core/test/
test_arithm.cpp 560 size_t i, nplanes = it.nplanes;
563 for( i = 0; i < nplanes; i++, ++it )
608 size_t i, nplanes = it.nplanes;
615 for( i = 0; i < nplanes; i++, ++it )
903 size_t i, nplanes = it.nplanes;
906 for( i = 0; i < nplanes; i++, ++it )
932 size_t i, nplanes = it.nplanes
    [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp 187 for( size_t i = 0; i < it.nplanes; i++, ++it )
233 for( size_t i = 0; i < it.nplanes; i++, ++it )
367 for( size_t i = 0; i < it.nplanes; i++, ++it )
674 for( size_t i = 0; i < it.nplanes; i++, ++it )
804 for( size_t i = 0; i < it.nplanes; i++, ++it )
871 for( size_t i = 0; i < it.nplanes; i++, ++it )
    [all...]
copy.cpp 352 for( size_t i = 0; i < it.nplanes; i++, ++it )
393 for( size_t i = 0; i < it.nplanes; i++, ++it )
437 for( size_t i = 0; i < it.nplanes; i++, ++it )
442 if( it.nplanes > 0 )
455 for( size_t i = 1; i < it.nplanes; i++ )
567 for( size_t i = 0; i < it.nplanes; i++, ++it )
    [all...]
stat.cpp     [all...]
matrix.cpp 94 for( j = 0; j < it.nplanes; j++, ++it )
125 for( j = 0; j < it.nplanes; j++, ++it )
158 for( j = 0; j < it.nplanes; j++, ++it )
    [all...]
matmul.cpp     [all...]
rand.cpp 712 for( size_t i = 0; i < it.nplanes; i++, ++it )
arithm.cpp     [all...]
convert.cpp     [all...]
ocl.cpp     [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
accum.cpp 927 for( size_t i = 0; i < it.nplanes; i++, ++it )
    [all...]
histogram.cpp     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 1163 int nplanes; member in struct:wl_drm_components_descriptor
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 3149 size_t nplanes; member in class:cv::NAryMatIterator
    [all...]

Completed in 788 milliseconds