Home
last modified time | relevance | path

Searched defs:jpeg_downsampler (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djpegint.h104 struct jpeg_downsampler { struct
105 void (*start_pass) (j_compress_ptr cinfo);
106 void (*downsample) (j_compress_ptr cinfo, JSAMPIMAGE input_buf,
110 boolean need_context_rows; /* TRUE if need rows above & below */
Djpeglib.h1096 struct jpeg_downsampler { long dummy; }; argument