Classes | Defines | Typedefs | Functions
jdcolor.c File Reference
#include "jinclude.h"
#include "jpeglib.h"
Include dependency graph for jdcolor.c:

Go to the source code of this file.

Classes

struct  my_color_deconverter

Defines

#define FIX(x)   ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
#define JPEG_INTERNALS
#define ONE_HALF   ((INT32) 1 << (SCALEBITS-1))
#define SCALEBITS   16 /* speediest right-shift on some machines */

Typedefs

typedef my_color_deconvertermy_cconvert_ptr

Functions

 build_ycc_rgb_table (j_decompress_ptr cinfo)
 gray_rgb_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)
 grayscale_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)
 jinit_color_deconverter (j_decompress_ptr cinfo)
 null_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)
 start_pass_dcolor (j_decompress_ptr cinfo)
 ycc_rgb_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)
 ycck_cmyk_convert (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)

Define Documentation

#define FIX (   x)    ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))

Definition at line 62 of file jdcolor.c.

#define JPEG_INTERNALS

Definition at line 11 of file jdcolor.c.

#define ONE_HALF   ((INT32) 1 << (SCALEBITS-1))

Definition at line 61 of file jdcolor.c.

#define SCALEBITS   16 /* speediest right-shift on some machines */

Definition at line 60 of file jdcolor.c.


Typedef Documentation

Definition at line 28 of file jdcolor.c.


Function Documentation

Definition at line 70 of file jdcolor.c.

gray_rgb_convert ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION  input_row,
JSAMPARRAY  output_buf,
int  num_rows 
)

Definition at line 217 of file jdcolor.c.

grayscale_convert ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION  input_row,
JSAMPARRAY  output_buf,
int  num_rows 
)

Definition at line 201 of file jdcolor.c.

Definition at line 304 of file jdcolor.c.

null_convert ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION  input_row,
JSAMPARRAY  output_buf,
int  num_rows 
)

Definition at line 169 of file jdcolor.c.

Definition at line 293 of file jdcolor.c.

ycc_rgb_convert ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION  input_row,
JSAMPARRAY  output_buf,
int  num_rows 
)

Definition at line 120 of file jdcolor.c.

ycck_cmyk_convert ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION  input_row,
JSAMPARRAY  output_buf,
int  num_rows 
)

Definition at line 245 of file jdcolor.c.



openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Apr 11 2019 03:30:20