Home
last modified time | relevance | path

Searched refs:nrows (Results 1 – 25 of 34) sorted by relevance

12

/external/javasqlite/src/main/java/SQLite/
DTableResult.java42 public int nrows; field in TableResult
99 ncolumns = nrows = 0; in clear()
126 if (maxrows > 0 && nrows >= maxrows) { in newrow()
131 nrows++; in newrow()
148 for (i = 0; i < nrows; i++) { in toString()
DDatabase.java310 while (ret.nrows < ret.maxrows && vm.step(ret)) { in get_table()
363 while (ret.nrows < ret.maxrows && vm.step(ret)) { in get_table()
416 while (tbl.nrows < tbl.maxrows && vm.step(tbl)) { in get_table()
DShell.java401 for (i = 0; i < t.nrows; i++) { in do_meta()
670 for (int i = 0; i < t.nrows; i++) { in newrow()
/external/opencv3/modules/cudaimgproc/src/
Dmssegmentation.cpp231 const int nrows = src.rows; in meanShiftSegmentation() local
245 Graph<SegmLinkVal> g(nrows * ncols, 4 * (nrows - 1) * (ncols - 1) in meanShiftSegmentation()
246 + (nrows - 1) + (ncols - 1)); in meanShiftSegmentation()
255 for (int y = 0; y < nrows - 1; ++y) in meanShiftSegmentation()
295 for (int y = 0; y < nrows - 1; ++y) in meanShiftSegmentation()
307 r1 = rmap.at<Vec4b>(nrows - 1, x); in meanShiftSegmentation()
308 r2[0] = rmap.at<Vec4b>(nrows - 1, x + 1); in meanShiftSegmentation()
309 sp1 = spmap.at<Vec2s>(nrows - 1, x); in meanShiftSegmentation()
310 sp2[0] = spmap.at<Vec2s>(nrows - 1, x + 1); in meanShiftSegmentation()
313 … g.addEdge(pix(nrows - 1, x, ncols), pix(nrows - 1, x + 1, ncols), SegmLinkVal(dr[0], dsp[0])); in meanShiftSegmentation()
[all …]
/external/opencv3/3rdparty/libtiff/
Dtif_strip.c78 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64() argument
82 if (nrows==(uint32)(-1)) in TIFFVStripSize64()
83 nrows=td->td_imagelength; in TIFFVStripSize64()
121 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVStripSize64()
127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64()
130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize() argument
135 m=TIFFVStripSize64(tif,nrows); in TIFFVStripSize()
Dtif_dumpmode.c113 DumpModeSeek(TIFF* tif, uint32 nrows) in DumpModeSeek() argument
115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek()
116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
Dtif_tile.c178 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() argument
217 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVTileSize64()
223 return(_TIFFMultiply64(tif,nrows,TIFFTileRowSize64(tif),module)); in TIFFVTileSize64()
226 TIFFVTileSize(TIFF* tif, uint32 nrows) in TIFFVTileSize() argument
231 m=TIFFVTileSize64(tif,nrows); in TIFFVTileSize()
Dtif_jpeg.c1172 tmsize_t nrows; in JPEGDecode() local
1185 nrows = cc / sp->bytesperline; in JPEGDecode()
1189 if( nrows > (tmsize_t) sp->cinfo.d.image_height ) in JPEGDecode()
1190 nrows = sp->cinfo.d.image_height; in JPEGDecode()
1193 if (nrows) in JPEGDecode()
1267 } while (--nrows > 0); in JPEGDecode()
1303 tmsize_t nrows; in JPEGDecodeRaw() local
1307 if ( (nrows = sp->cinfo.d.image_height) ) { in JPEGDecodeRaw()
1422 nrows -= sp->v_sampling; in JPEGDecodeRaw()
1423 } while (nrows > 0); in JPEGDecodeRaw()
[all …]
Dtiffio.h355 extern uint64 TIFFVStripSize64(TIFF* tif, uint32 nrows);
356 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows);
361 extern uint64 TIFFVTileSize64(TIFF* tif, uint32 nrows);
362 extern tmsize_t TIFFVTileSize(TIFF* tif, uint32 nrows);
/external/pdfium/third_party/libtiff/
Dtif_strip.c78 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64() argument
82 if (nrows==(uint32)(-1)) in TIFFVStripSize64()
83 nrows=td->td_imagelength; in TIFFVStripSize64()
121 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVStripSize64()
127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64()
130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize() argument
135 m=TIFFVStripSize64(tif,nrows); in TIFFVStripSize()
Dtif_dumpmode.c113 DumpModeSeek(TIFF* tif, uint32 nrows) in DumpModeSeek() argument
115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek()
116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
Dtif_tile.c201 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() argument
240 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVTileSize64()
246 return(_TIFFMultiply64(tif,nrows,TIFFTileRowSize64(tif),module)); in TIFFVTileSize64()
249 TIFFVTileSize(TIFF* tif, uint32 nrows) in TIFFVTileSize() argument
254 m=TIFFVTileSize64(tif,nrows); in TIFFVTileSize()
Dtif_jpeg.c1196 tmsize_t nrows; in JPEGDecode() local
1209 nrows = cc / sp->bytesperline; in JPEGDecode()
1214 if( nrows > (tmsize_t) sp->cinfo.d.image_height ) in JPEGDecode()
1215 nrows = sp->cinfo.d.image_height; in JPEGDecode()
1218 if (nrows) in JPEGDecode()
1234 } while (--nrows > 0); in JPEGDecode()
1252 tmsize_t nrows; in JPEGDecode() local
1265 nrows = cc / sp->bytesperline; in JPEGDecode()
1270 if( nrows > (tmsize_t) sp->cinfo.d.image_height ) in JPEGDecode()
1271 nrows = sp->cinfo.d.image_height; in JPEGDecode()
[all …]
Dtiffio.h362 extern uint64 TIFFVStripSize64(TIFF* tif, uint32 nrows);
363 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows);
368 extern uint64 TIFFVTileSize64(TIFF* tif, uint32 nrows);
369 extern tmsize_t TIFFVTileSize(TIFF* tif, uint32 nrows);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java612 if (rs0.tr.nrows < 1) { in getColumns()
635 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) { in getColumns()
644 for (int i = 0; i < rs0.tr.nrows; i++) { in getColumns()
765 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0 && in getBestRowIdentifier()
766 rs1 != null && rs1.tr != null && rs1.tr.nrows > 0) { in getBestRowIdentifier()
775 for (int i = 0; i < rs0.tr.nrows; i++) { in getBestRowIdentifier()
794 if (rs2 == null || rs2.tr == null || rs2.tr.nrows <= 0) { in getBestRowIdentifier()
802 for (int k = 0; k < rs2.tr.nrows; k++) { in getBestRowIdentifier()
806 for (int m = 0; m < rs1.tr.nrows; m++) { in getBestRowIdentifier()
825 if (tr.nrows <= 0) { in getBestRowIdentifier()
[all …]
DTableResultX.java29 this.nrows = tr.nrows; in TableResultX()
DJDBCResultSet.java104 if (pk.tr.nrows > 0) {
106 pkcols = new String[pk.tr.nrows];
107 pkcoli = new int[pk.tr.nrows];
108 for (int i = 0; i < pk.tr.nrows; i++) {
148 return row < tr.nrows;
178 row = tr.nrows + 1 + row;
181 if (row < 0 || row > tr.nrows) {
192 if (this.row + row < 0 || this.row + row >= tr.nrows) {
759 if (tr == null || tr.nrows <= 0) {
773 if (tr == null || tr.nrows <= 0) {
[all …]
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp556 int nrows = 4*npoints; in estimate() local
559 nrows += 2; in estimate()
561 nrows += 3; in estimate()
563 nrows += 4; in estimate()
584 rowlb_.assign(nrows, -INF); in estimate()
585 rowub_.assign(nrows, INF); in estimate()
630 A.setDimensions(nrows, ncols); in estimate()
Dmotion_stabilizing.cpp155 int nrows = 8*N + 2*6*(N-1) + 2*6*(N-2) + 2*6*(N-3); in stabilize() local
247 rowlb_.assign(nrows, -INF); in stabilize()
248 rowub_.assign(nrows, INF); in stabilize()
521 A.setDimensions(nrows, ncols); in stabilize()
/external/autotest/tko/
Dnightly.py12 nrows = perf.db_cur.execute(cmd)
28 nrows = perf.db_cur.execute(cmd)
55 nrows = perf.db_cur.execute(cmd, args)
186 nrows = perf.db_cur.execute(cmd)
187 assert nrows == 1
/external/opencv3/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/
Dpy_fourier_transform.markdown192 In [19]: nrows = cv2.getOptimalDFTSize(rows)
194 In [21]: print nrows, ncols
201 nimg = np.zeros((nrows,ncols))
207 bottom = nrows - rows
215 In [23]: %timeit fft2 = np.fft.fft2(img,[nrows,ncols])
/external/opencv/cxcore/src/
Dcxmatrix.cpp551 int i, j, nrows; in cvCompleteSymm() local
555 nrows = matrix->rows; in cvCompleteSymm()
561 int j0 = 0, j1 = nrows; in cvCompleteSymm()
562 for( i = 0; i < nrows; i++ ) in cvCompleteSymm()
573 int j0 = 0, j1 = nrows; in cvCompleteSymm()
574 for( i = 0; i < nrows; i++ ) in cvCompleteSymm()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrixImpl.java854 final int nrows = this.getRowDimension(); in getColumnAsDoubleArray() local
855 final double[] out = new double[nrows]; in getColumnAsDoubleArray()
856 for (int i=0;i<nrows;i++) { in getColumnAsDoubleArray()
/external/opencv3/3rdparty/libpng/
Dpngwrite.c824 png_set_flush(png_structp png_ptr, int nrows) in png_set_flush() argument
831 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
/external/pdfium/third_party/lpng_v163/
Dpngwrite.c820 png_set_flush(png_structrp png_ptr, int nrows) in png_set_flush() argument
827 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()

12