JSAMPIMAGE        179 3rdparty/libjpeg/jcapimin.c       if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
JSAMPIMAGE        120 3rdparty/libjpeg/jcapistd.c jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data,
JSAMPIMAGE         63 3rdparty/libjpeg/jccoefct.c     JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
JSAMPIMAGE         66 3rdparty/libjpeg/jccoefct.c     JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
JSAMPIMAGE         68 3rdparty/libjpeg/jccoefct.c     JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
JSAMPIMAGE        144 3rdparty/libjpeg/jccoefct.c compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
JSAMPIMAGE        249 3rdparty/libjpeg/jccoefct.c compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
JSAMPIMAGE        346 3rdparty/libjpeg/jccoefct.c compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
JSAMPIMAGE        132 3rdparty/libjpeg/jccolor.c                  JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE        188 3rdparty/libjpeg/jccolor.c                   JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE        226 3rdparty/libjpeg/jccolor.c                    JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE        281 3rdparty/libjpeg/jccolor.c                   JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE        320 3rdparty/libjpeg/jccolor.c                    JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE        348 3rdparty/libjpeg/jccolor.c              JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE        381 3rdparty/libjpeg/jccolor.c               JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE        131 3rdparty/libjpeg/jcprepct.c                   JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
JSAMPIMAGE        200 3rdparty/libjpeg/jcprepct.c                      JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
JSAMPIMAGE        124 3rdparty/libjpeg/jcsample.c                 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
JSAMPIMAGE        125 3rdparty/libjpeg/jcsample.c                 JSAMPIMAGE output_buf, JDIMENSION out_row_group_index)
JSAMPIMAGE        275 3rdparty/libjpeg/jctrans.c compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
JSAMPIMAGE        185 3rdparty/libjpeg/jdapistd.c jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data,
JSAMPIMAGE         67 3rdparty/libjpeg/jdcoefct.c         JPP((j_decompress_ptr cinfo, JSAMPIMAGE output_buf));
JSAMPIMAGE         70 3rdparty/libjpeg/jdcoefct.c         JPP((j_decompress_ptr cinfo, JSAMPIMAGE output_buf));
JSAMPIMAGE         75 3rdparty/libjpeg/jdcoefct.c         JPP((j_decompress_ptr cinfo, JSAMPIMAGE output_buf));
JSAMPIMAGE        148 3rdparty/libjpeg/jdcoefct.c decompress_onepass (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
JSAMPIMAGE        317 3rdparty/libjpeg/jdcoefct.c decompress_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
JSAMPIMAGE        463 3rdparty/libjpeg/jdcoefct.c decompress_smooth_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
JSAMPIMAGE        142 3rdparty/libjpeg/jdcolor.c                  JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        214 3rdparty/libjpeg/jdcolor.c                   JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        251 3rdparty/libjpeg/jdcolor.c                   JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        289 3rdparty/libjpeg/jdcolor.c                    JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        331 3rdparty/libjpeg/jdcolor.c              JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        363 3rdparty/libjpeg/jdcolor.c               JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        396 3rdparty/libjpeg/jdcolor.c                    JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        412 3rdparty/libjpeg/jdcolor.c                   JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        441 3rdparty/libjpeg/jdcolor.c                    JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE        127 3rdparty/libjpeg/jdmainct.c   JSAMPIMAGE xbuffer[2];	/* pointers to weird pointer lists */
JSAMPIMAGE        172 3rdparty/libjpeg/jdmainct.c   mainp->xbuffer[0] = (JSAMPIMAGE)
JSAMPIMAGE        464 3rdparty/libjpeg/jdmainct.c   (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL,
JSAMPIMAGE         49 3rdparty/libjpeg/jdmerge.c                            JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
JSAMPIMAGE        145 3rdparty/libjpeg/jdmerge.c                     JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE        194 3rdparty/libjpeg/jdmerge.c                     JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE        227 3rdparty/libjpeg/jdmerge.c                       JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
JSAMPIMAGE        289 3rdparty/libjpeg/jdmerge.c                       JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
JSAMPIMAGE         48 3rdparty/libjpeg/jdpostct.c              JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE         55 3rdparty/libjpeg/jdpostct.c              JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE         61 3rdparty/libjpeg/jdpostct.c              JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE        127 3rdparty/libjpeg/jdpostct.c                     JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE        159 3rdparty/libjpeg/jdpostct.c                       JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE        203 3rdparty/libjpeg/jdpostct.c                     JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE         91 3rdparty/libjpeg/jdsample.c               JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
JSAMPIMAGE         71 3rdparty/libjpeg/jpegint.h                                    JSAMPIMAGE output_buf,
JSAMPIMAGE         80 3rdparty/libjpeg/jpegint.h                                    JSAMPIMAGE input_buf));
JSAMPIMAGE         87 3rdparty/libjpeg/jpegint.h                                 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
JSAMPIMAGE         95 3rdparty/libjpeg/jpegint.h                              JSAMPIMAGE input_buf, JDIMENSION in_row_index,
JSAMPIMAGE         96 3rdparty/libjpeg/jpegint.h                              JSAMPIMAGE output_buf,
JSAMPIMAGE        174 3rdparty/libjpeg/jpegint.h                                  JSAMPIMAGE output_buf));
JSAMPIMAGE        183 3rdparty/libjpeg/jpegint.h                                     JSAMPIMAGE input_buf,
JSAMPIMAGE        234 3rdparty/libjpeg/jpegint.h                            JSAMPIMAGE input_buf,
JSAMPIMAGE        248 3rdparty/libjpeg/jpegint.h                                 JSAMPIMAGE input_buf, JDIMENSION input_row,
JSAMPIMAGE       1015 3rdparty/libjpeg/jpeglib.h                                             JSAMPIMAGE data,
JSAMPIMAGE       1053 3rdparty/libjpeg/jpeglib.h                                            JSAMPIMAGE data,
JSAMPIMAGE        309 3rdparty/libtiff/tif_jpeg.c TIFFjpeg_write_raw_data(JPEGState* sp, JSAMPIMAGE data, int num_lines)
JSAMPIMAGE        347 3rdparty/libtiff/tif_jpeg.c TIFFjpeg_read_raw_data(JPEGState* sp, JSAMPIMAGE data, int max_lines)