Home
last modified time | relevance | path

Searched defs:nch (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.cpp163 int nch = color ? 3 : 1; in readData() local
Dgrfmt_pxm.cpp198 int nch = CV_MAT_CN(m_type); in readData() local
Dgrfmt_bmp.cpp192 int nch = color ? 3 : 1; in readData() local
/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp1183 int nch = 1; //cvtest::randInt(rng) % 3 + 1; in prepare_test_case() local
1223 int nch[CV_MAX_DIM]; in cvTsCalcHist() local
1394 int nch = 1; //cvtest::randInt(rng) % 3 + 1; in prepare_test_case() local
1456 int nch[CV_MAX_DIM]; in cvTsCalcBackProject() local
1626 int nch = 1; //cvtest::randInt(rng) % 3 + 1; in prepare_test_case() local
/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp183 int nch = color ? 3 : 1; in ReadData() local
Dgrfmt_pxm.cpp206 int nch = m_iscolor ? 3 : 1; in ReadData() local
Dgrfmt_bmp.cpp197 int nch = color ? 3 : 1; in ReadData() local
Dgrfmt_jpeg.cpp1117 int nch = color ? 3 : 1; in ProcessScan() local
/external/libedit/src/
Dtty.c61 Int nch, och; /* Internal and termio rep of chars */ member
/external/jhead/
Djpgfile.c51 int nch; in process_COM() local
/external/webrtc/webrtc/common_audio/
Dfft4g.c679 size_t j, nch; in makect() local
/external/opencv3/modules/videoio/src/
Dcap_dc1394_v2.cpp543 int i, nch; in grabFrame() local
Dcap_dc1394.cpp541 int nch = 3; in icvResizeFrame() local
/external/opencv/cv/src/
Dcvcontours.cpp44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \ argument
/external/opencv/cv/include/
Dcvtypes.h109 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \ argument
/external/llvm/lib/Support/
Dregcomp.c1196 nch(struct parse *p, cset *cs) in nch() function
/external/opencv3/modules/imgproc/src/
Dcontours.cpp44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \ argument
Ddrawing.cpp295 int nch = img.channels(); in LineAA() local
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h481 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \ argument
/external/opencv/cxcore/src/
Dcxdrawing.cpp308 int nch = CV_MAT_CN( img->type ); in icvLineAA() local