Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpegint.h246 struct jpeg_upsampler { struct
247 void (*start_pass) (j_decompress_ptr cinfo);
248 void (*upsample) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
253 boolean need_context_rows; /* TRUE if need rows above & below */
Djpeglib.h1097 struct jpeg_upsampler { long dummy; }; argument