Home
last modified time | relevance | path

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

/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()
201 int numrows, ci; in pre_process_context() local
209 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context()
210 numrows = (int)MIN((JDIMENSION)numrows, inrows); in pre_process_context()
[all …]
Djmemmgr.c435 JDIMENSION numrows) in alloc_sarray() argument
461 if (ltemp < (long)numrows) in alloc_sarray()
464 rowsperchunk = numrows; in alloc_sarray()
469 (size_t)(numrows * sizeof(JSAMPROW))); in alloc_sarray()
473 while (currow < numrows) { in alloc_sarray()
474 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
495 JDIMENSION numrows) in alloc_barray() argument
513 if (ltemp < (long)numrows) in alloc_barray()
516 rowsperchunk = numrows; in alloc_barray()
521 (size_t)(numrows * sizeof(JBLOCKROW))); in alloc_barray()
[all …]
Djpeglib.h839 JDIMENSION samplesperrow, JDIMENSION numrows);
841 JDIMENSION blocksperrow, JDIMENSION numrows);
845 JDIMENSION numrows,
850 JDIMENSION numrows,
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp31 int32_t numrows) in CBC_DefaultPlacement() argument
33 m_numrows(numrows), in CBC_DefaultPlacement()
35 m_bits.resize(numcols * numrows); in CBC_DefaultPlacement()
36 for (int32_t i = 0; i < numcols * numrows; i++) { in CBC_DefaultPlacement()
DBC_DefaultPlacement.h16 CBC_DefaultPlacement(WideString codewords, int32_t numcols, int32_t numrows);
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c58 GLuint numrows, GLuint rowsize) in copy_rows() argument
68 numrows, rowsize); in copy_rows()
71 memcpy(dst, src, numrows*rowsize); in copy_rows()
74 for(i = 0; i < numrows; ++i) { in copy_rows()
Dradeon_texture.h44 GLuint numrows, GLuint rowsize);
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c58 GLuint numrows, GLuint rowsize) in copy_rows() argument
68 numrows, rowsize); in copy_rows()
71 memcpy(dst, src, numrows*rowsize); in copy_rows()
74 for(i = 0; i < numrows; ++i) { in copy_rows()
Dradeon_texture.h44 GLuint numrows, GLuint rowsize);
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c433 JDIMENSION samplesperrow, JDIMENSION numrows) in TIFFjpeg_alloc_sarray() argument
437 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()