/external/libjpeg-turbo/ |
H A D | jdcolext.c | 31 JSAMPIMAGE input_buf, JDIMENSION input_row, 49 inptr0 = input_buf[0][input_row]; 50 inptr1 = input_buf[1][input_row]; 51 inptr2 = input_buf[2][input_row]; 52 input_row++; 84 JSAMPIMAGE input_buf, JDIMENSION input_row, 92 inptr = input_buf[0][input_row++]; 115 JSAMPIMAGE input_buf, JDIMENSION input_row, 124 inptr0 = input_buf[0][input_row]; 125 inptr1 = input_buf[1][input_row]; 30 ycc_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 83 gray_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 114 rgb_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument [all...] |
H A D | jdcolor.c | 254 JSAMPIMAGE input_buf, JDIMENSION input_row, 259 ycc_extrgb_convert_internal(cinfo, input_buf, input_row, output_buf, 264 ycc_extrgbx_convert_internal(cinfo, input_buf, input_row, output_buf, 268 ycc_extbgr_convert_internal(cinfo, input_buf, input_row, output_buf, 273 ycc_extbgrx_convert_internal(cinfo, input_buf, input_row, output_buf, 278 ycc_extxbgr_convert_internal(cinfo, input_buf, input_row, output_buf, 283 ycc_extxrgb_convert_internal(cinfo, input_buf, input_row, output_buf, 287 ycc_rgb_convert_internal(cinfo, input_buf, input_row, output_buf, 327 JSAMPIMAGE input_buf, JDIMENSION input_row, 339 inptr0 = input_buf[0][input_row]; 253 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 326 rgb_gray_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 363 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 425 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 439 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 485 rgb_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 534 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 664 ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 676 ycc_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 688 rgb_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 700 rgb_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 712 gray_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 724 gray_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument [all...] |
H A D | jutils.c | 118 jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, argument 122 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF)));
|
H A D | jdcol565.c | 20 JSAMPIMAGE input_buf, JDIMENSION input_row, 40 inptr0 = input_buf[0][input_row]; 41 inptr1 = input_buf[1][input_row]; 42 inptr2 = input_buf[2][input_row]; 43 input_row++; 99 JSAMPIMAGE input_buf, JDIMENSION input_row, 121 inptr0 = input_buf[0][input_row]; 122 inptr1 = input_buf[1][input_row]; 123 inptr2 = input_buf[2][input_row]; 124 input_row 19 ycc_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 98 ycc_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 184 rgb_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 239 rgb_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 298 gray_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 338 gray_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument [all...] |
H A D | jsimd.h | 26 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, 29 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
|
H A D | jsimd_none.c | 67 JSAMPIMAGE input_buf, JDIMENSION input_row, 74 JSAMPIMAGE input_buf, JDIMENSION input_row, 66 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 73 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
|
H A D | jpegint.h | 260 JDIMENSION input_row, JSAMPARRAY output_buf, 349 EXTERN(void) jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row,
|
H A D | jdapistd.c | 289 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) 307 JDIMENSION input_row, JSAMPARRAY output_buf, 288 noop_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
|
/external/pdfium/third_party/libjpeg/ |
H A D | fpdfapi_jdcolor.c | 121 JSAMPIMAGE input_buf, JDIMENSION input_row, 139 inptr0 = input_buf[0][input_row]; 140 inptr1 = input_buf[1][input_row]; 141 inptr2 = input_buf[2][input_row]; 142 input_row++; 170 JSAMPIMAGE input_buf, JDIMENSION input_row, 181 inptr = input_buf[ci][input_row]; 188 input_row++; 202 JSAMPIMAGE input_buf, JDIMENSION input_row, 205 jcopy_sample_rows(input_buf[0], (int) input_row, output_bu 120 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 169 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 201 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 217 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 245 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument [all...] |
H A D | fpdfapi_jutils.c | 145 jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, argument 150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF))); 155 inptr = (JCOEFPTR) input_row;
|
H A D | jpegint.h | 249 JSAMPIMAGE input_buf, JDIMENSION input_row, 376 EXTERN(void) jcopy_block_row JPP((JBLOCKROW input_row, JBLOCKROW output_row,
|
/external/libjpeg-turbo/simd/ |
H A D | jsimd.h | 188 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 191 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 194 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 197 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 200 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 203 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 206 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 211 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 214 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, 217 (JDIMENSION out_width, JSAMPIMAGE input_buf, JDIMENSION input_row, [all...] |
H A D | jsimd_arm64.c | 131 JSAMPIMAGE input_buf, JDIMENSION input_row, 165 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); 170 JSAMPIMAGE input_buf, JDIMENSION input_row, 174 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, 130 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 169 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
|
H A D | jsimd_arm.c | 243 JSAMPIMAGE input_buf, JDIMENSION input_row, 277 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); 282 JSAMPIMAGE input_buf, JDIMENSION input_row, 286 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, 242 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 281 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
|
H A D | jsimd_x86_64.c | 167 JSAMPIMAGE input_buf, JDIMENSION input_row, 200 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); 205 JSAMPIMAGE input_buf, JDIMENSION input_row, 166 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 204 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
|
H A D | jsimd_i386.c | 241 JSAMPIMAGE input_buf, JDIMENSION input_row, 284 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); 286 mmxfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); 291 JSAMPIMAGE input_buf, JDIMENSION input_row, 240 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 290 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
|
H A D | jsimd_mips.c | 270 JSAMPIMAGE input_buf, JDIMENSION input_row, 304 mipsdspr2fct(cinfo->output_width, input_buf, input_row, output_buf, 310 JSAMPIMAGE input_buf, JDIMENSION input_row, 269 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument 309 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
|
/external/libpng/ |
H A D | pngwrite.c | 1524 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p, local 1538 ++input_row; /* To point to the first component */ 1559 png_const_uint_16p in_ptr = input_row; 1613 input_row += display->row_bytes/(sizeof (png_uint_16)); 1682 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p, local 1697 ++input_row; /* To point to the first component */ 1710 png_const_uint_16p in_ptr = input_row; 1738 input_row += display->row_bytes/(sizeof (png_uint_16)); 1751 png_const_uint_16p in_ptr = input_row; 1763 input_row [all...] |
/external/pdfium/third_party/lpng_v163/ |
H A D | pngwrite.c | 1630 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p,
local 1643 ++input_row; /* To point to the first component */
1662 png_const_uint_16p in_ptr = input_row;
1716 input_row += display->row_bytes/(sizeof (png_uint_16));
1785 png_const_uint_16p input_row = png_voidcast(png_const_uint_16p,
local 1799 ++input_row; /* To point to the first component */
1811 png_const_uint_16p in_ptr = input_row;
1839 input_row += display->row_bytes/(sizeof (png_uint_16));
1852 png_const_uint_16p in_ptr = input_row;
1864 input_row [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |