Searched refs:output_height (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dwrrle.c99 if (cinfo->output_width > 32767 || cinfo->output_height > 32767)
101 cinfo->output_height);
158 if (cinfo->output_scanline < cinfo->output_height) {
191 header.ymax = cinfo->output_height - 1;
216 progress->pub.pass_limit = cinfo->output_height;
223 for (row = cinfo->output_height-1; row >= 0; row--) {
236 for (row = cinfo->output_height-1; row >= 0; row--) {
300 cinfo->output_height, (JDIMENSION) 1);
H A Djdmaster.c107 cinfo->output_height = (JDIMENSION)
115 cinfo->output_height = (JDIMENSION)
123 cinfo->output_height = (JDIMENSION)
131 cinfo->output_height = (JDIMENSION)
139 cinfo->output_height = (JDIMENSION)
147 cinfo->output_height = (JDIMENSION)
155 cinfo->output_height = (JDIMENSION)
162 cinfo->output_height = cinfo->image_height;
169 cinfo->output_height = cinfo->image_height + (JDIMENSION)
177 cinfo->output_height
[all...]
H A Djdapistd.c107 while (cinfo->output_scanline < cinfo->output_height) {
112 cinfo->progress->pass_limit = (long) cinfo->output_height;
159 if (cinfo->output_scanline >= cinfo->output_height) {
167 cinfo->progress->pass_limit = (long) cinfo->output_height;
192 if (cinfo->output_scanline >= cinfo->output_height) {
200 cinfo->progress->pass_limit = (long) cinfo->output_height;
H A Dwrbmp.c191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
207 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
361 for (row = cinfo->output_height; row > 0; row--) {
363 progress->pub.pass_counter = (long) (cinfo->output_height - row);
364 progress->pub.pass_limit = (long) cinfo->output_height;
427 row_width, cinfo->output_height, (JDIMENSION) 1);
H A Dtransupp.h143 JDIMENSION output_height; member in struct:__anon1014
H A Dexample.c372 while (cinfo.output_scanline < cinfo.output_height) {
H A Djdpostct.c224 max_rows = cinfo->output_height - post->starting_row;
276 (JDIMENSION) jround_up((long) cinfo->output_height,
H A Dwrppm.c186 (long) cinfo->output_width, (long) cinfo->output_height,
192 (long) cinfo->output_width, (long) cinfo->output_height,
H A Dwrtarga.c71 targaheader[14] = (char) (cinfo->output_height & 0xFF);
72 targaheader[15] = (char) (cinfo->output_height >> 8);
H A Dtransupp.c836 MCU_rows = info->output_height / (info->max_v_samp_factor * DCTSIZE);
839 info->output_height = MCU_rows * (info->max_v_samp_factor * DCTSIZE);
890 info->output_height = srcinfo->image_width;
901 info->output_height = srcinfo->image_height;
922 info->crop_yoffset >= info->output_height)
927 info->crop_height = info->output_height - info->crop_yoffset;
930 info->crop_height <= 0 || info->crop_height > info->output_height ||
932 info->crop_yoffset > info->output_height - info->crop_height)
940 yoffset = info->output_height - info->crop_height - info->crop_yoffset;
946 info->output_height
[all...]
H A Dwrgif.c250 put_word(dinfo, (unsigned int) dinfo->cinfo->output_height);
286 put_word(dinfo, (unsigned int) dinfo->cinfo->output_height);
H A Djdapimin.c375 if (cinfo->output_scanline < cinfo->output_height)
H A Djdsample.c77 upsample->rows_to_go = cinfo->output_height;
H A Ddjpeg.c583 while (cinfo.output_scanline < cinfo.output_height) {
H A Djdmerge.c133 upsample->rows_to_go = cinfo->output_height;
H A Djpeglib.h485 JDIMENSION output_height; /* scaled image height */ member in struct:jpeg_decompress_struct
512 * "while (output_scanline < output_height)".
514 JDIMENSION output_scanline; /* 0 .. output_height-1 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dimage_utils.c444 h = cinfo.output_height;
H A Dmetadata.c516 height = cinfo.output_height;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dimage_utils.c466 h = cinfo.output_height;
H A Dmetadata.c669 height = cinfo.output_height;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dimage_utils.c453 h = cinfo.output_height;
H A Dmetadata.c590 height = cinfo.output_height;

Completed in 260 milliseconds