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
jdcoefct.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Go to the source code of this file.

Macros

#define JPEG_INTERNALS
 
#define SAVED_COEFS   6 /* we save coef_bits[0..5] */
 
#define Q01_POS   1
 
#define Q10_POS   8
 
#define Q20_POS   16
 
#define Q11_POS   9
 
#define Q02_POS   2
 

Typedefs

typedef my_coef_controller * my_coef_ptr
 

Functions

 METHODDEF (int)
 
 start_input_pass (j_decompress_ptr cinfo)
 
 start_output_pass (j_decompress_ptr cinfo)
 
 decompress_onepass (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
 
 dummy_consume_data (j_decompress_ptr cinfo)
 
 consume_data (j_decompress_ptr cinfo)
 
 decompress_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
 
 smoothing_ok (j_decompress_ptr cinfo)
 
 decompress_smooth_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf)
 
 jinit_d_coef_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
 

Macro Definition Documentation

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 17 of file jdcoefct.c.

◆ Q01_POS

#define Q01_POS   1

Definition at line 390 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

◆ Q02_POS

#define Q02_POS   2

Definition at line 394 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

◆ Q10_POS

#define Q10_POS   8

Definition at line 391 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

◆ Q11_POS

#define Q11_POS   9

Definition at line 393 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

◆ Q20_POS

#define Q20_POS   16

Definition at line 392 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

◆ SAVED_COEFS

#define SAVED_COEFS   6 /* we save coef_bits[0..5] */

Definition at line 58 of file jdcoefct.c.

Referenced by decompress_smooth_data(), and smoothing_ok().

Typedef Documentation

◆ my_coef_ptr

typedef my_coef_controller* my_coef_ptr

Definition at line 62 of file jdcoefct.c.

Function Documentation

◆ consume_data()

consume_data ( j_decompress_ptr  cinfo)

◆ decompress_data()

decompress_data ( j_decompress_ptr  cinfo,
JSAMPIMAGE  output_buf 
)

◆ decompress_onepass()

decompress_onepass ( j_decompress_ptr  cinfo,
JSAMPIMAGE  output_buf 
)

◆ decompress_smooth_data()

decompress_smooth_data ( j_decompress_ptr  cinfo,
JSAMPIMAGE  output_buf 
)

◆ dummy_consume_data()

dummy_consume_data ( j_decompress_ptr  cinfo)

Definition at line 228 of file jdcoefct.c.

References JPEG_SUSPENDED, and METHODDEF().

Referenced by jinit_d_coef_controller().

◆ jinit_d_coef_controller()

jinit_d_coef_controller ( j_decompress_ptr  cinfo,
boolean  need_full_buffer 
)

◆ METHODDEF()

METHODDEF ( int  )

◆ smoothing_ok()

smoothing_ok ( j_decompress_ptr  cinfo)

◆ start_input_pass()

start_input_pass ( j_decompress_ptr  cinfo)

Definition at line 107 of file jdcoefct.c.

References METHODDEF(), and start_iMCU_row().

Referenced by jinit_d_coef_controller().

◆ start_output_pass()

start_output_pass ( j_decompress_ptr  cinfo)