Home
last modified time | relevance | path

Searched refs:numrows (Results 1 – 25 of 29) sorted by relevance

12

/external/opencv3/3rdparty/libjasper/
Djpc_qmfb.c108 void jpc_ft_fwdlift_col(jpc_fix_t *a, int numrows, int stride,
110 void jpc_ft_fwdlift_colgrp(jpc_fix_t *a, int numrows, int stride,
112 void jpc_ft_fwdlift_colres(jpc_fix_t *a, int numrows, int numcols,
116 void jpc_ft_invlift_col(jpc_fix_t *a, int numrows, int stride,
118 void jpc_ft_invlift_colgrp(jpc_fix_t *a, int numrows, int stride,
120 void jpc_ft_invlift_colres(jpc_fix_t *a, int numrows, int numcols,
124 void jpc_ns_fwdlift_colgrp(jpc_fix_t *a, int numrows, int stride, int parity);
125 void jpc_ns_fwdlift_colres(jpc_fix_t *a, int numrows, int numcols, int stride,
128 void jpc_ns_invlift_colgrp(jpc_fix_t *a, int numrows, int stride, int parity);
129 void jpc_ns_invlift_colres(jpc_fix_t *a, int numrows, int numcols, int stride,
[all …]
Djpc_mct.c89 int numrows; in jpc_rct() local
97 numrows = jas_matrix_numrows(c0); in jpc_rct()
101 assert(jas_matrix_numrows(c1) == numrows && jas_matrix_numcols(c1) == numcols in jpc_rct()
102 && jas_matrix_numrows(c2) == numrows && jas_matrix_numcols(c2) == numcols); in jpc_rct()
104 for (i = 0; i < numrows; i++) { in jpc_rct()
132 int numrows; in jpc_irct() local
140 numrows = jas_matrix_numrows(c0); in jpc_irct()
144 assert(jas_matrix_numrows(c1) == numrows && jas_matrix_numcols(c1) == numcols in jpc_irct()
145 && jas_matrix_numrows(c2) == numrows && jas_matrix_numcols(c2) == numcols); in jpc_irct()
147 for (i = 0; i < numrows; i++) { in jpc_irct()
[all …]
Djas_seq.c100 jas_matrix_t *jas_matrix_create(int numrows, int numcols) in jas_matrix_create() argument
109 matrix->numrows_ = numrows; in jas_matrix_create()
112 matrix->maxrows_ = numrows; in jas_matrix_create()
114 matrix->datasize_ = numrows * numcols; in jas_matrix_create()
132 for (i = 0; i < numrows; ++i) { in jas_matrix_create()
342 int jas_matrix_resize(jas_matrix_t *matrix, int numrows, int numcols) in jas_matrix_resize() argument
347 size = numrows * numcols; in jas_matrix_resize()
348 if (size > matrix->datasize_ || numrows > matrix->maxrows_) { in jas_matrix_resize()
352 matrix->numrows_ = numrows; in jas_matrix_resize()
355 for (i = 0; i < numrows; ++i) { in jas_matrix_resize()
[all …]
/external/opencv3/3rdparty/libjpeg/
Djcprepct.c135 int numrows, ci; in pre_process_data() local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data()
144 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data()
148 numrows); in pre_process_data()
149 *in_row_ctr += numrows; in pre_process_data()
150 prep->next_buf_row += numrows; in pre_process_data()
151 prep->rows_to_go -= numrows; in pre_process_data()
176 numrows = (compptr->v_samp_factor * compptr->DCT_v_scaled_size) / in pre_process_data()
180 (int) (*out_row_group_ctr * numrows), in pre_process_data()
181 (int) (out_row_groups_avail * numrows)); in pre_process_data()
[all …]
Djmemmgr.c397 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
411 if (ltemp < (long) numrows) in alloc_sarray()
414 rowsperchunk = numrows; in alloc_sarray()
419 (size_t) (numrows * SIZEOF(JSAMPROW))); in alloc_sarray()
423 while (currow < numrows) { in alloc_sarray()
424 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
445 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument
459 if (ltemp < (long) numrows) in alloc_barray()
462 rowsperchunk = numrows; in alloc_barray()
467 (size_t) (numrows * SIZEOF(JBLOCKROW))); in alloc_barray()
[all …]
Djpeglib.h816 JDIMENSION numrows));
819 JDIMENSION numrows));
824 JDIMENSION numrows,
830 JDIMENSION numrows,
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcprepct.c135 int numrows, ci; in pre_process_data() local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data()
144 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data()
148 numrows); in pre_process_data()
149 *in_row_ctr += numrows; in pre_process_data()
150 prep->next_buf_row += numrows; in pre_process_data()
151 prep->rows_to_go -= numrows; in pre_process_data()
202 int numrows, ci; in pre_process_context() local
210 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context()
211 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_context()
[all …]
Dfpdfapi_jmemmgr.c398 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
412 if (ltemp < (long) numrows) in alloc_sarray()
415 rowsperchunk = numrows; in alloc_sarray()
420 (size_t) (numrows * SIZEOF(JSAMPROW))); in alloc_sarray()
424 while (currow < numrows) { in alloc_sarray()
425 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
446 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument
460 if (ltemp < (long) numrows) in alloc_barray()
463 rowsperchunk = numrows; in alloc_barray()
468 (size_t) (numrows * SIZEOF(JBLOCKROW))); in alloc_barray()
[all …]
Djpeglib.h866 JDIMENSION numrows));
869 JDIMENSION numrows));
874 JDIMENSION numrows,
880 JDIMENSION numrows,
/external/libjpeg-turbo/
Djcprepct.c137 int numrows, ci; in pre_process_data() local
145 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data()
146 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data()
150 numrows); in pre_process_data()
151 *in_row_ctr += numrows; in pre_process_data()
152 prep->next_buf_row += numrows; in pre_process_data()
153 prep->rows_to_go -= numrows; in pre_process_data()
204 int numrows, ci; in pre_process_context() local
212 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context()
213 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_context()
[all …]
Djmemmgr.c419 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
438 if (ltemp < (long) numrows) in alloc_sarray()
441 rowsperchunk = numrows; in alloc_sarray()
446 (size_t) (numrows * sizeof(JSAMPROW))); in alloc_sarray()
450 while (currow < numrows) { in alloc_sarray()
451 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
472 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument
490 if (ltemp < (long) numrows) in alloc_barray()
493 rowsperchunk = numrows; in alloc_barray()
498 (size_t) (numrows * sizeof(JBLOCKROW))); in alloc_barray()
[all …]
Djpeglib.h838 JDIMENSION samplesperrow, JDIMENSION numrows);
840 JDIMENSION blocksperrow, JDIMENSION numrows);
844 JDIMENSION numrows,
849 JDIMENSION numrows,
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp28 int32_t numrows) { in CBC_DefaultPlacement() argument
31 m_numrows = numrows; in CBC_DefaultPlacement()
32 m_bits.SetSize(numcols * numrows); in CBC_DefaultPlacement()
33 for (int32_t i = 0; i < numcols * numrows; i++) { in CBC_DefaultPlacement()
DBC_DefaultPlacement.h13 int32_t numrows);
/external/opencv3/3rdparty/libjasper/jasper/
Djas_seq.h186 jas_matrix_t *jas_matrix_create(int numrows, int numcols);
192 int jas_matrix_resize(jas_matrix_t *matrix, int numrows, int numcols);
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c60 GLuint numrows, GLuint rowsize) in copy_rows() argument
70 numrows, rowsize); in copy_rows()
73 memcpy(dst, src, numrows*rowsize); in copy_rows()
76 for(i = 0; i < numrows; ++i) { in copy_rows()
Dradeon_texture.h46 GLuint numrows, GLuint rowsize);
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c60 GLuint numrows, GLuint rowsize) in copy_rows() argument
70 numrows, rowsize); in copy_rows()
73 memcpy(dst, src, numrows*rowsize); in copy_rows()
76 for(i = 0; i < numrows; ++i) { in copy_rows()
Dradeon_texture.h46 GLuint numrows, GLuint rowsize);
/external/libyuv/files/source/
Dmjpeg_decoder.cc258 uint8* dest, int pixels, int numrows) { in CopyRows() argument
259 for (int i = 0; i < numrows; ++i) { in CopyRows()
/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c373 JDIMENSION samplesperrow, JDIMENSION numrows) in TIFFjpeg_alloc_sarray() argument
377 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c387 JDIMENSION samplesperrow, JDIMENSION numrows) in TIFFjpeg_alloc_sarray() argument
391 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12