Searched refs:numrows (Results 1 – 10 of 10) sorted by relevance
/external/libjpeg-turbo/ |
D | jcprepct.c | 137 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 …]
|
D | jmemmgr.c | 435 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 …]
|
D | jpeglib.h | 839 JDIMENSION samplesperrow, JDIMENSION numrows); 841 JDIMENSION blocksperrow, JDIMENSION numrows); 845 JDIMENSION numrows, 850 JDIMENSION numrows,
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.cpp | 31 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()
|
D | BC_DefaultPlacement.h | 16 CBC_DefaultPlacement(WideString codewords, int32_t numcols, int32_t numrows);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 58 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()
|
D | radeon_texture.h | 44 GLuint numrows, GLuint rowsize);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 58 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()
|
D | radeon_texture.h | 44 GLuint numrows, GLuint rowsize);
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 433 JDIMENSION samplesperrow, JDIMENSION numrows) in TIFFjpeg_alloc_sarray() argument 437 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()
|