Searched refs:JSAMPARRAY (Results 101 - 125 of 154) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp599 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];
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdapistd.c120 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL,
155 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines,
H A Djdmrgext.c26 JSAMPARRAY output_buf)
99 JSAMPARRAY output_buf)
H A Djquant2.c180 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)
900 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
934 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
H A Dwrgif.c219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap)
309 emit_header(dest, 256, (JSAMPARRAY) NULL);
H A Djmemmgr.c153 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)
H A Djdcoefct.c160 JSAMPARRAY output_ptr;
329 JSAMPARRAY output_ptr;
475 JSAMPARRAY output_ptr;
H A Drdtarga.c53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
197 register JSAMPARRAY colormap = source->colormap;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdapistd.c118 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL,
153 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines,
H A Dfpdfapi_jcdctmgr.c182 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
272 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
H A Dfpdfapi_jmemmgr.c154 JSAMPARRAY mem_buffer; /* => the in-memory buffer */
339 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY
397 METHODDEF(JSAMPARRAY)
403 JSAMPARRAY result;
420 result = (JSAMPARRAY) alloc_small(cinfo, pool_id,
758 METHODDEF(JSAMPARRAY)
H A Dfpdfapi_jdcoefct.c155 JSAMPARRAY output_ptr;
324 JSAMPARRAY output_ptr;
470 JSAMPARRAY output_ptr;
/external/qemu/distrib/jpeg-6b/
H A Djddctmgr.c45 JSAMPARRAY output_buf, JDIMENSION output_col)
57 JSAMPARRAY output_buf, JDIMENSION output_col);
H A Djquant2.c197 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)
916 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
950 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
H A Djcdctmgr.c181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
H A Dwrgif.c219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap)
309 emit_header(dest, 256, (JSAMPARRAY) NULL);
H A Djmemmgr.c151 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)
H A Drdtarga.c53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
197 register JSAMPARRAY colormap = source->colormap;
/external/jpeg/
H A Djquant2.c197 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)
916 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
950 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
H A Djcdctmgr.c181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
H A Dwrgif.c219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap)
309 emit_header(dest, 256, (JSAMPARRAY) NULL);
H A Djmemmgr.c151 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)
H A Drdtarga.c53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
197 register JSAMPARRAY colormap = source->colormap;
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djimmxred.asm103 ; 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 *)
H A Djiss2red.asm103 ; 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 *)

Completed in 353 milliseconds

1234567