Classes | Defines | Typedefs | Functions

jcprepct.c File Reference

#include "jinclude.h"
#include "jpeglib.h"
Include dependency graph for jcprepct.c:

Classes

struct  my_prep_controller

Defines

#define JPEG_INTERNALS
#define CONTEXT_ROWS_SUPPORTED

Typedefs

typedef my_prep_controllermy_prep_ptr

Functions

 start_pass_prep (j_compress_ptr cinfo, J_BUF_MODE pass_mode)
 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, int input_rows, int output_rows)
 pre_process_data (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail)
 pre_process_context (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail)
 create_context_buffer (j_compress_ptr cinfo)
 jinit_c_prep_controller (j_compress_ptr cinfo, boolean need_full_buffer)

Define Documentation

#define CONTEXT_ROWS_SUPPORTED
#define JPEG_INTERNALS

Typedef Documentation


Function Documentation

create_context_buffer ( j_compress_ptr  cinfo  ) 

Here is the caller graph for this function:

expand_bottom_edge ( JSAMPARRAY  image_data,
JDIMENSION  num_cols,
int  input_rows,
int  output_rows 
)

Here is the call graph for this function:

Here is the caller graph for this function:

jinit_c_prep_controller ( j_compress_ptr  cinfo,
boolean  need_full_buffer 
)

Here is the call graph for this function:

Here is the caller graph for this function:

pre_process_context ( j_compress_ptr  cinfo,
JSAMPARRAY  input_buf,
JDIMENSION in_row_ctr,
JDIMENSION  in_rows_avail,
JSAMPIMAGE  output_buf,
JDIMENSION out_row_group_ctr,
JDIMENSION  out_row_groups_avail 
)

Here is the call graph for this function:

pre_process_data ( j_compress_ptr  cinfo,
JSAMPARRAY  input_buf,
JDIMENSION in_row_ctr,
JDIMENSION  in_rows_avail,
JSAMPIMAGE  output_buf,
JDIMENSION out_row_group_ctr,
JDIMENSION  out_row_groups_avail 
)

Here is the call graph for this function:

start_pass_prep ( j_compress_ptr  cinfo,
J_BUF_MODE  pass_mode 
)

Here is the call graph for this function: