Searched refs:out_row_width (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmerge.c70 JDIMENSION out_row_width; /* samples per output row */ member in struct:__anon13311
162 1, upsample->out_row_width);
385 upsample->out_row_width = cinfo->output_width * cinfo->out_color_components;
393 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
/external/jpeg/
H A Djdmerge.c84 JDIMENSION out_row_width; /* samples per output row */ member in struct:__anon6496
175 JDIMENSION size = upsample->out_row_width;
720 upsample->out_row_width = cinfo->output_width * cinfo->out_color_components;
737 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));

Completed in 97 milliseconds