Home
last modified time | relevance | path

Searched refs:rec_outbuf_height (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdmaster.c198 cinfo->rec_outbuf_height = cinfo->max_v_samp_factor; in jpeg_calc_output_dimensions()
200 cinfo->rec_outbuf_height = 1; in jpeg_calc_output_dimensions()
Djpeglib.h568 int rec_outbuf_height; /* min recommended height of scanline buffer */ member
/external/libjpeg-turbo/
Djdmaster.c361 cinfo->rec_outbuf_height = cinfo->max_v_samp_factor; in jpeg_calc_output_dimensions()
363 cinfo->rec_outbuf_height = 1; in jpeg_calc_output_dimensions()
Djpeglib.h526 int rec_outbuf_height; /* min recommended height of scanline buffer */ member
Dlibjpeg.txt1323 int rec_outbuf_height Recommended height of scanline buffer.
1329 rec_outbuf_height is the recommended minimum height (in scanlines) of the
1332 copying. In high-quality modes, rec_outbuf_height is always 1, but some
1335 go to the trouble of honoring rec_outbuf_height so as to avoid data copying.
1336 (An output buffer larger than rec_outbuf_height lines is OK, but won't
/external/skia/src/codec/
DSkJpegCodec.cpp311 SkASSERT(1 == dinfo->rec_outbuf_height); in onGetPixels()