Main MRPT website > C++ reference for MRPT 1.9.9
Classes | Macros | Typedefs | Functions
jdsample.cpp File Reference
#include "jinclude.h"
#include "mrpt_jpeglib.h"

Go to the source code of this file.

Classes

struct  my_upsampler
 

Macros

#define JPEG_INTERNALS
 

Typedefs

typedef my_upsamplermy_upsample_ptr
 

Functions

typedef JMETHOD (void, upsample1_ptr,(j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr))
 
 start_pass_upsample (j_decompress_ptr cinfo)
 
 sep_upsample (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)
 
 fullsize_upsample (j_decompress_ptr, jpeg_component_info *, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)
 
 noop_upsample (j_decompress_ptr, jpeg_component_info *, JSAMPARRAY, JSAMPARRAY *output_data_ptr)
 
 int_upsample (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)
 
 h2v1_upsample (j_decompress_ptr cinfo, jpeg_component_info *, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)
 
 h2v2_upsample (j_decompress_ptr cinfo, jpeg_component_info *, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)
 
 h2v1_fancy_upsample (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)
 
 h2v2_fancy_upsample (j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)
 
 jinit_upsampler (j_decompress_ptr cinfo)
 

Macro Definition Documentation

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 10 of file jdsample.cpp.

Typedef Documentation

◆ my_upsample_ptr

Definition at line 51 of file jdsample.cpp.

Function Documentation

◆ fullsize_upsample()

fullsize_upsample ( j_decompress_ptr  ,
jpeg_component_info ,
JSAMPARRAY  input_data,
JSAMPARRAY output_data_ptr 
)

Definition at line 142 of file jdsample.cpp.

Referenced by jinit_upsampler().

Here is the caller graph for this function:

◆ h2v1_fancy_upsample()

h2v1_fancy_upsample ( j_decompress_ptr  cinfo,
jpeg_component_info compptr,
JSAMPARRAY  input_data,
JSAMPARRAY output_data_ptr 
)

Definition at line 299 of file jdsample.cpp.

References compptr, jpeg_component_info::downsampled_width, GETJSAMPLE, inptr, and outptr.

Referenced by jinit_upsampler().

Here is the caller graph for this function:

◆ h2v1_upsample()

h2v1_upsample ( j_decompress_ptr  cinfo,
jpeg_component_info ,
JSAMPARRAY  input_data,
JSAMPARRAY output_data_ptr 
)

Definition at line 223 of file jdsample.cpp.

References inptr, and outptr.

Referenced by jinit_upsampler().

Here is the caller graph for this function:

◆ h2v2_fancy_upsample()

h2v2_fancy_upsample ( j_decompress_ptr  cinfo,
jpeg_component_info compptr,
JSAMPARRAY  input_data,
JSAMPARRAY output_data_ptr 
)

Definition at line 342 of file jdsample.cpp.

References compptr, jpeg_component_info::downsampled_width, GETJSAMPLE, and outptr.

Referenced by jinit_upsampler().

Here is the caller graph for this function:

◆ h2v2_upsample()

h2v2_upsample ( j_decompress_ptr  cinfo,
jpeg_component_info ,
JSAMPARRAY  input_data,
JSAMPARRAY output_data_ptr 
)

Definition at line 253 of file jdsample.cpp.

References inptr, jcopy_sample_rows(), and outptr.

Referenced by jinit_upsampler().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ int_upsample()

int_upsample ( j_decompress_ptr  cinfo,
jpeg_component_info compptr,
JSAMPARRAY  input_data,
JSAMPARRAY output_data_ptr 
)

Definition at line 174 of file jdsample.cpp.

References jpeg_component_info::component_index, compptr, my_upsampler::h_expand, inptr, jcopy_sample_rows(), outptr, and my_upsampler::v_expand.

Referenced by jinit_upsampler().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ jinit_upsampler()

jinit_upsampler ( j_decompress_ptr  cinfo)

◆ JMETHOD()

typedef JMETHOD ( void  ,
upsample1_ptr  ,
(j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)   
)

◆ noop_upsample()

noop_upsample ( j_decompress_ptr  ,
jpeg_component_info ,
JSAMPARRAY  ,
JSAMPARRAY output_data_ptr 
)

Definition at line 155 of file jdsample.cpp.

Referenced by jinit_upsampler().

Here is the caller graph for this function:

◆ sep_upsample()

sep_upsample ( j_decompress_ptr  cinfo,
JSAMPIMAGE  input_buf,
JDIMENSION in_row_group_ctr,
JDIMENSION  ,
JSAMPARRAY  output_buf,
JDIMENSION out_row_ctr,
JDIMENSION  out_rows_avail 
)

Definition at line 77 of file jdsample.cpp.

References my_upsampler::color_buf, compptr, my_upsampler::methods, my_upsampler::next_row_out, output_buf, my_upsampler::rowgroup_height, and my_upsampler::rows_to_go.

Referenced by jinit_upsampler().

Here is the caller graph for this function:

◆ start_pass_upsample()

start_pass_upsample ( j_decompress_ptr  cinfo)

Definition at line 58 of file jdsample.cpp.

References my_upsampler::next_row_out, and my_upsampler::rows_to_go.

Referenced by jinit_upsampler().

Here is the caller graph for this function:



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019