HomeSort by relevance Sort by last modified time
    Searched defs:numrows (Results 1 - 8 of 8) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_mct.c 89 int numrows; local
97 numrows = jas_matrix_numrows(c0);
101 assert(jas_matrix_numrows(c1) == numrows && jas_matrix_numcols(c1) == numcols
102 && jas_matrix_numrows(c2) == numrows && jas_matrix_numcols(c2) == numcols);
104 for (i = 0; i < numrows; i++) {
132 int numrows; local
140 numrows = jas_matrix_numrows(c0);
144 assert(jas_matrix_numrows(c1) == numrows && jas_matrix_numcols(c1) == numcols
145 && jas_matrix_numrows(c2) == numrows && jas_matrix_numcols(c2) == numcols);
147 for (i = 0; i < numrows; i++)
173 int numrows; local
214 int numrows; local
    [all...]
jas_seq.c 100 jas_matrix_t *jas_matrix_create(int numrows, int numcols)
109 matrix->numrows_ = numrows;
112 matrix->maxrows_ = numrows;
114 matrix->datasize_ = numrows * numcols;
132 for (i = 0; i < numrows; ++i) {
342 int jas_matrix_resize(jas_matrix_t *matrix, int numrows, int numcols)
347 size = numrows * numcols;
348 if (size > matrix->datasize_ || numrows > matrix->maxrows_) {
352 matrix->numrows_ = numrows;
355 for (i = 0; i < numrows; ++i)
386 int numrows; local
    [all...]
jpc_qmfb.c 108 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
1562 int numrows = height; local
1598 int numrows = height; local
3075 int numrows = height; local
3112 int numrows = height; local
    [all...]
  /external/libjpeg-turbo/
jcprepct.c 137 int numrows, ci; local
145 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
146 numrows = (int) MIN((JDIMENSION) numrows, inrows);
150 numrows);
151 *in_row_ctr += numrows;
152 prep->next_buf_row += numrows;
153 prep->rows_to_go -= numrows;
204 int numrows, ci; local
212 numrows = prep->next_buf_stop - prep->next_buf_row
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcprepct.c 135 int numrows, ci; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
144 numrows = (int) MIN((JDIMENSION) numrows, inrows);
148 numrows);
149 *in_row_ctr += numrows;
150 prep->next_buf_row += numrows;
151 prep->rows_to_go -= numrows;
176 numrows = (compptr->v_samp_factor * compptr->DCT_v_scaled_size) /
180 (int) (*out_row_group_ctr * numrows),
204 int numrows, ci; local
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcprepct.c 135 int numrows, ci; local
143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
144 numrows = (int) MIN((JDIMENSION) numrows, inrows);
148 numrows);
149 *in_row_ctr += numrows;
150 prep->next_buf_row += numrows;
151 prep->rows_to_go -= numrows;
202 int numrows, ci; local
210 numrows = prep->next_buf_stop - prep->next_buf_row
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 3715 int numrows = db.update("files", mediatype, local
4353 int numrows = c.getCount(); local
    [all...]
  /external/zxing/core/
core.jar 

Completed in 81 milliseconds