HomeSort by relevance Sort by last modified time
    Searched refs:downsample (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
jcsample.c 53 /* Pointer to routine to downsample a single component */
110 * In this version we simply downsample each component independently.
118 my_downsample_ptr downsample = (my_downsample_ptr) cinfo->downsample; local
127 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
133 * Downsample pixel values of a single component.
181 * Downsample pixel values of a single component.
200 * Downsample pixel values of a single component.
243 * Downsample pixel values of a single component.
286 * Downsample pixel values of a single component
466 my_downsample_ptr downsample; local
    [all...]
jcprepct.c 57 * until we have enough to do a downsample step.
66 int next_buf_stop; /* downsample when we reach this index */
163 (*cinfo->downsample->downsample) (cinfo,
243 /* If we've gotten enough data, downsample a row group. */
245 (*cinfo->downsample->downsample) (cinfo,
334 if (cinfo->downsample->need_context_rows) {
jpegint.h 93 JMETHOD(void, downsample, (j_compress_ptr cinfo,
jcmaster.c 414 (*cinfo->downsample->start_pass) (cinfo);
jpeglib.h 405 struct jpeg_downsampler * downsample; member in struct:jpeg_compress_struct
    [all...]

Completed in 29 milliseconds