doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs | Functions
jdpostct.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Go to the source code of this file.

Classes

struct  my_post_controller
 

Macros

#define JPEG_INTERNALS
 

Typedefs

typedef my_post_controllermy_post_ptr
 

Functions

METHODDEF void post_process_1pass JPP ((j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail))
 
METHODDEF void start_pass_dpost (j_decompress_ptr cinfo, J_BUF_MODE pass_mode)
 
METHODDEF void post_process_1pass (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 
GLOBAL void jinit_d_post_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
 

Macro Definition Documentation

#define JPEG_INTERNALS

Definition at line 19 of file jdpostct.c.

Typedef Documentation

Definition at line 42 of file jdpostct.c.

Function Documentation

GLOBAL void jinit_d_post_controller ( j_decompress_ptr  cinfo,
boolean  need_full_buffer 
)

Definition at line 250 of file jdpostct.c.

METHODDEF void post_process_1pass JPP ( (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)  )
METHODDEF void post_process_1pass ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION in_row_group_ctr,
JDIMENSION  in_row_groups_avail,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

Definition at line 126 of file jdpostct.c.

METHODDEF void start_pass_dpost ( j_decompress_ptr  cinfo,
J_BUF_MODE  pass_mode 
)

Definition at line 73 of file jdpostct.c.