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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djpegtran.c260 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
262 cinfo->restart_in_rows = (int) lval;
H A Djcmaster.c385 if (cinfo->restart_in_rows > 0) {
386 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
H A Djcparam.c331 cinfo->restart_in_rows = 0;
H A Djpeglib.h328 * restart_interval, or in MCU rows by setting restart_in_rows
333 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dcjpeg.c370 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
372 cinfo->restart_in_rows = (int) lval;
H A Djpegtran.c283 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
285 cinfo->restart_in_rows = (int) lval;
H A Djcmaster.c565 if (cinfo->restart_in_rows > 0) {
566 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
H A Djcparam.c353 cinfo->restart_in_rows = 0;
H A Djpeglib.h350 * restart_interval, or in MCU rows by setting restart_in_rows
355 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct

Completed in 188 milliseconds