openshot-audio  0.1.6
Classes | Macros | Typedefs | Functions
jdpostct.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Classes

struct  my_post_controller
 

Macros

#define JPEG_INTERNALS
 
#define JPEG_INTERNALS
 
#define JPEG_INTERNALS
 

Typedefs

typedef my_post_controllermy_post_ptr
 

Functions

 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)
 
 post_process_prepass (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY, JDIMENSION *out_row_ctr, JDIMENSION)
 
 post_process_2pass (j_decompress_ptr cinfo, JSAMPIMAGE, JDIMENSION *, JDIMENSION, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 
 jinit_d_post_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
 

Macro Definition Documentation

◆ JPEG_INTERNALS [1/3]

#define JPEG_INTERNALS

◆ JPEG_INTERNALS [2/3]

#define JPEG_INTERNALS

◆ JPEG_INTERNALS [3/3]

#define JPEG_INTERNALS

Typedef Documentation

◆ my_post_ptr

Function Documentation

◆ jinit_d_post_controller()

jinit_d_post_controller ( j_decompress_ptr  cinfo,
boolean  need_full_buffer 
)

◆ METHODDEF()

METHODDEF ( void  )

◆ post_process_1pass()

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 
)

◆ post_process_2pass()

post_process_2pass ( j_decompress_ptr  cinfo,
JSAMPIMAGE  ,
JDIMENSION ,
JDIMENSION  ,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

◆ post_process_prepass()

post_process_prepass ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION in_row_group_ctr,
JDIMENSION  in_row_groups_avail,
JSAMPARRAY  ,
JDIMENSION out_row_ctr,
JDIMENSION   
)