Microchip® Advanced Software Framework

jdmainct.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Data Structures

struct  my_main_controller
 

Macros

#define CTX_POSTPONED_ROW   2 /* feeding postponed row group */
 
#define CTX_PREPARE_FOR_IMCU   0 /* need to prepare for MCU row */
 
#define CTX_PROCESS_IMCU   1 /* feeding iMCU to postprocessor */
 
#define JPEG_INTERNALS
 

Typedefs

typedef my_main_controllermy_main_ptr
 

Functions

 for (ci=0, compptr=cinfo->comp_info;ci< cinfo->num_components;ci++, compptr++)
 
 jinit_d_main_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
 
 METHODDEF (void)
 
 process_data_context_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 
 process_data_crank_post (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 
 process_data_simple_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 
 start_pass_main (j_decompress_ptr cinfo, J_BUF_MODE pass_mode)
 

Variables

JSAMPARRAY buf
 
int ci
 
jpeg_component_infocompptr
 
int i
 
int iMCUheight
 
int M = cinfo->min_DCT_scaled_size
 
int rgroup
 
int rows_left
 
JSAMPARRAY xbuf
 
JSAMPARRAY xbuf0
 
JSAMPARRAY xbuf1
 

#define CTX_POSTPONED_ROW   2 /* feeding postponed row group */
#define CTX_PREPARE_FOR_IMCU   0 /* need to prepare for MCU row */
#define CTX_PROCESS_IMCU   1 /* feeding iMCU to postprocessor */
#define JPEG_INTERNALS

process_data_crank_post ( j_decompress_ptr  cinfo,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

References NULL, and output_buf.

Referenced by start_pass_main().

process_data_simple_main ( j_decompress_ptr  cinfo,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

int ci
Initial value:
{
Definition: jcmainct.c:28
int main(void)
Main function. Execution starts here.
Definition: common/services/usb/class/cdc/host/example/main.c:42
(* cinfo)(cinfo,(long) length)
Definition: jdmarker.c:730
my_main_controller * my_main_ptr
Definition: jcmainct.c:50
int i
int iMCUheight

Referenced by for(), and METHODDEF().

int rgroup
JSAMPARRAY xbuf

Referenced by METHODDEF().

JSAMPARRAY xbuf0

Referenced by for().

JSAMPARRAY xbuf1

Referenced by for().