/external/jpeg/ |
jdmerge.c | 67 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, 163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, 218 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, 251 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, 310 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, 374 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, 448 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, 524 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, 609 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
|
jdmainct.c | 126 JSAMPIMAGE xbuffer[2]; /* pointers to weird pointer lists */ 171 main->xbuffer[0] = (JSAMPIMAGE) 463 (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL,
|
jcprepct.c | 131 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, 198 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
|
jdcoefct.c | 66 JPP((j_decompress_ptr cinfo, JSAMPIMAGE output_buf)); 69 JPP((j_decompress_ptr cinfo, JSAMPIMAGE output_buf)); 74 JPP((j_decompress_ptr cinfo, JSAMPIMAGE output_buf)); 147 decompress_onepass (j_decompress_ptr cinfo, JSAMPIMAGE output_buf) 554 decompress_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf) 714 decompress_smooth_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf) [all...] |
jpeglib.h | 68 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */ [all...] |
jcsample.c | 115 JSAMPIMAGE input_buf, JDIMENSION in_row_index, 116 JSAMPIMAGE output_buf, JDIMENSION out_row_group_index)
|
jcapimin.c | 171 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
|
jctrans.c | 278 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
|
jdapistd.c | 307 jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data,
|
jdsample.c | 90 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jdmrgext.c | 24 JSAMPIMAGE input_buf, 97 JSAMPIMAGE input_buf,
|
jdmainct.c | 129 JSAMPIMAGE xbuffer[2]; /* pointers to weird pointer lists */ 174 main_ptr->xbuffer[0] = (JSAMPIMAGE) 466 (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL,
|
jcprepct.c | 131 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, 198 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
|
jpeglib.h | 75 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */ [all...] |
jcsample.c | 117 JSAMPIMAGE input_buf, JDIMENSION in_row_index, 118 JSAMPIMAGE output_buf, JDIMENSION out_row_group_index)
|
jcapimin.c | 183 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
|
jdapistd.c | 188 jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data,
|
jctrans.c | 289 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
|
jdsample.c | 95 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
|
/external/chromium_org/third_party/libjpeg_turbo/simd/ |
jsimdcfg.inc.h | 89 %define JSAMPIMAGE POINTER ; JSAMPARRAY * (jpeglib.h) 93 %define SIZEOF_JSAMPIMAGE SIZEOF_POINTER ; sizeof(JSAMPIMAGE)
|