Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Typedefs | Functions
jccoefct.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Go to the source code of this file.

Macros

#define JPEG_INTERNALS
 
#define FULL_COEF_BUFFER_SUPPORTED
 

Typedefs

typedef my_coef_controller * my_coef_ptr
 

Functions

 METHODDEF (boolean)
 
 start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode)
 
 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
 
 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
 
 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
 
 jinit_c_coef_controller (j_compress_ptr cinfo, boolean need_full_buffer)
 

Macro Definition Documentation

◆ FULL_COEF_BUFFER_SUPPORTED

#define FULL_COEF_BUFFER_SUPPORTED

Definition at line 24 of file jccoefct.c.

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 13 of file jccoefct.c.

Typedef Documentation

◆ my_coef_ptr

typedef my_coef_controller* my_coef_ptr

Definition at line 57 of file jccoefct.c.

Function Documentation

◆ compress_data()

compress_data ( j_compress_ptr  cinfo,
JSAMPIMAGE  input_buf 
)

◆ compress_first_pass()

compress_first_pass ( j_compress_ptr  cinfo,
JSAMPIMAGE  input_buf 
)

◆ compress_output()

compress_output ( j_compress_ptr  cinfo,
JSAMPIMAGE  input_buf 
)

◆ jinit_c_coef_controller()

jinit_c_coef_controller ( j_compress_ptr  cinfo,
boolean  need_full_buffer 
)

◆ METHODDEF()

METHODDEF ( boolean  )

Definition at line 61 of file jccoefct.c.

Referenced by compress_data(), compress_first_pass(), and start_pass_coef().

◆ start_pass_coef()

start_pass_coef ( j_compress_ptr  cinfo,
J_BUF_MODE  pass_mode 
)