Searched refs:numrows (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djcprepct.c135 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...]
H A Djmemmgr.c396 JDIMENSION samplesperrow, JDIMENSION numrows)
410 if (ltemp < (long) numrows)
413 rowsperchunk = numrows;
418 (size_t) (numrows * SIZEOF(JSAMPROW)));
422 while (currow < numrows) {
423 rowsperchunk = MIN(rowsperchunk, numrows - currow);
444 JDIMENSION blocksperrow, JDIMENSION numrows)
458 if (ltemp < (long) numrows)
461 rowsperchunk = numrows;
466 (size_t) (numrows * SIZEO
[all...]
H A Djpeglib.h790 JDIMENSION numrows));
793 JDIMENSION numrows));
798 JDIMENSION numrows,
804 JDIMENSION numrows,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djcprepct.c135 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
[all...]
H A Djmemmgr.c396 JDIMENSION samplesperrow, JDIMENSION numrows)
410 if (ltemp < (long) numrows)
413 rowsperchunk = numrows;
418 (size_t) (numrows * SIZEOF(JSAMPROW)));
422 while (currow < numrows) {
423 rowsperchunk = MIN(rowsperchunk, numrows - currow);
444 JDIMENSION blocksperrow, JDIMENSION numrows)
458 if (ltemp < (long) numrows)
461 rowsperchunk = numrows;
466 (size_t) (numrows * SIZEO
[all...]
H A Djpeglib.h764 JDIMENSION numrows));
767 JDIMENSION numrows));
772 JDIMENSION numrows,
778 JDIMENSION numrows,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dgen.c231 int numrows; local
250 numrows = csize / 8;
252 for ( j = 0; j < numrows; ++j )
254 for ( i = j; i < csize; i = i + numrows )
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dgen.c231 int numrows; local
250 numrows = csize / 8;
252 for ( j = 0; j < numrows; ++j )
254 for ( i = j; i < csize; i = i + numrows )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_jpeg.c339 JDIMENSION samplesperrow, JDIMENSION numrows)
343 (&sp->cinfo.comm, pool_id, samplesperrow, numrows));
338 TIFFjpeg_alloc_sarray(JPEGState* sp, int pool_id, JDIMENSION samplesperrow, JDIMENSION numrows) argument

Completed in 88 milliseconds