/external/chromium_org/third_party/libjpeg_turbo/ |
jidctred.c | 120 JSAMPARRAY output_buf, JDIMENSION output_col) 273 JSAMPARRAY output_buf, JDIMENSION output_col) 381 JSAMPARRAY output_buf, JDIMENSION output_col)
|
example.c | 297 JSAMPARRAY buffer; /* Output row buffer */
|
jcapistd.c | 77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
|
wrbmp.c | 76 JSAMPARRAY image_ptr; 111 JSAMPARRAY image_ptr; 295 JSAMPARRAY colormap = cinfo->colormap; 348 JSAMPARRAY image_ptr;
|
jdapistd.c | 120 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL, 155 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines,
|
jdmrgext.c | 26 JSAMPARRAY output_buf) 99 JSAMPARRAY output_buf)
|
jquant2.c | 180 JSAMPARRAY sv_colormap; /* colormap allocated at init time */ 207 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, 208 JSAMPARRAY output_buf, int num_rows) [all...] |
wrgif.c | 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) 309 emit_header(dest, 256, (JSAMPARRAY) NULL);
|
jmemmgr.c | 153 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ 348 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY 418 METHODDEF(JSAMPARRAY) 424 JSAMPARRAY result; 446 result = (JSAMPARRAY) alloc_small(cinfo, pool_id, 788 METHODDEF(JSAMPARRAY) [all...] |
jdcoefct.c | 160 JSAMPARRAY output_ptr; 329 JSAMPARRAY output_ptr; 475 JSAMPARRAY output_ptr;
|
rdtarga.c | 53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */ 197 register JSAMPARRAY colormap = source->colormap;
|
/external/jpeg/ |
jdapistd.c | 143 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL, 178 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines, 273 JSAMPARRAY scanlines)
|
jidctred.c | 120 JSAMPARRAY output_buf, JDIMENSION output_col) 273 JSAMPARRAY output_buf, JDIMENSION output_col) 381 JSAMPARRAY output_buf, JDIMENSION output_col)
|
example.c | 297 JSAMPARRAY buffer; /* Output row buffer */
|
jcapistd.c | 77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
|
wrbmp.c | 76 JSAMPARRAY image_ptr; 111 JSAMPARRAY image_ptr; 295 JSAMPARRAY colormap = cinfo->colormap; 348 JSAMPARRAY image_ptr;
|
jdmerge.c | 68 JSAMPARRAY output_buf)); 165 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 220 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 252 JSAMPARRAY output_buf) 311 JSAMPARRAY output_buf) 375 JSAMPARRAY output_buf) 449 JSAMPARRAY output_buf) 525 JSAMPARRAY output_buf) 610 JSAMPARRAY output_buf)
|
jquant2.c | 197 JSAMPARRAY sv_colormap; /* colormap allocated at init time */ 224 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, 225 JSAMPARRAY output_buf, int num_rows) [all...] |
jcdctmgr.c | 181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, 271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
|
wrgif.c | 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) 309 emit_header(dest, 256, (JSAMPARRAY) NULL);
|
jmemmgr.c | 151 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ 336 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY 394 METHODDEF(JSAMPARRAY) 400 JSAMPARRAY result; 417 result = (JSAMPARRAY) alloc_small(cinfo, pool_id, 755 METHODDEF(JSAMPARRAY) [all...] |
rdtarga.c | 53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */ 197 register JSAMPARRAY colormap = source->colormap;
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 599 JSAMPARRAY samples() const { return m_samples; } 642 JSAMPARRAY m_samples; 793 template <J_COLOR_SPACE colorSpace> void setPixel(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column) 798 template <> void setPixel<JCS_RGB>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column) 804 template <> void setPixel<JCS_CMYK>(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column) 823 JSAMPARRAY samples = reader->samples(); 849 JSAMPARRAY samples = reader->samples(); 851 JSAMPARRAY bufferraw[3]; [all...] |
/external/chromium_org/third_party/libjpeg_turbo/simd/ |
jimmxred.asm | 103 ; JSAMPARRAY output_buf, JDIMENSION output_col) 108 %define output_buf(b) (b)+16 ; JSAMPARRAY output_buf 336 mov edi, JSAMPARRAY [output_buf(eax)] ; (JSAMPROW *) 497 ; JSAMPARRAY output_buf, JDIMENSION output_col) 502 %define output_buf(b) (b)+16 ; JSAMPARRAY output_buf 641 mov edi, JSAMPARRAY [output_buf(ebp)] ; (JSAMPROW *)
|
jiss2red.asm | 103 ; JSAMPARRAY output_buf, JDIMENSION output_col) 108 %define output_buf(b) (b)+16 ; JSAMPARRAY output_buf 321 mov edi, JSAMPARRAY [output_buf(eax)] ; (JSAMPROW *) 418 ; JSAMPARRAY output_buf, JDIMENSION output_col) 423 %define output_buf(b) (b)+16 ; JSAMPARRAY output_buf 538 mov edi, JSAMPARRAY [output_buf(ebp)] ; (JSAMPROW *)
|