Lines Matching refs:JSAMPARRAY
146 JSAMPARRAY sv_colormap; /* The color map as a 2-D pixel array */
149 JSAMPARRAY colorindex; /* Precomputed mapping for speed */
276 JSAMPARRAY colormap; /* Created colormap */
459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
460 JSAMPARRAY output_buf, int num_rows)
464 JSAMPARRAY colorindex = cquantize->colorindex;
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
488 JSAMPARRAY output_buf, int num_rows)
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
516 JSAMPARRAY output_buf, int num_rows)
565 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
566 JSAMPARRAY output_buf, int num_rows)
610 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
611 JSAMPARRAY output_buf, int num_rows)