ReactOS 0.4.15-dev-7918-g2a2556c
my_upsampler Struct Reference
Collaboration diagram for my_upsampler:

Public Attributes

struct jpeg_upsampler pub
 
JSAMPARRAY color_buf [MAX_COMPONENTS]
 
upsample1_ptr methods [MAX_COMPONENTS]
 
int next_row_out
 
JDIMENSION rows_to_go
 
int rowgroup_height [MAX_COMPONENTS]
 
UINT8 h_expand [MAX_COMPONENTS]
 
UINT8 v_expand [MAX_COMPONENTS]
 

Detailed Description

Definition at line 34 of file jdsample.c.

Member Data Documentation

◆ color_buf

JSAMPARRAY my_upsampler::color_buf[MAX_COMPONENTS]

Definition at line 44 of file jdsample.c.

Referenced by jinit_upsampler(), and sep_upsample().

◆ h_expand

UINT8 my_upsampler::h_expand[MAX_COMPONENTS]

Definition at line 58 of file jdsample.c.

Referenced by int_upsample(), and jinit_upsampler().

◆ methods

upsample1_ptr my_upsampler::methods[MAX_COMPONENTS]

Definition at line 47 of file jdsample.c.

Referenced by jinit_upsampler(), and sep_upsample().

◆ next_row_out

int my_upsampler::next_row_out

Definition at line 49 of file jdsample.c.

Referenced by sep_upsample(), and start_pass_upsample().

◆ pub

struct jpeg_upsampler my_upsampler::pub

Definition at line 35 of file jdsample.c.

Referenced by jinit_upsampler().

◆ rowgroup_height

int my_upsampler::rowgroup_height[MAX_COMPONENTS]

Definition at line 53 of file jdsample.c.

Referenced by jinit_upsampler(), and sep_upsample().

◆ rows_to_go

JDIMENSION my_upsampler::rows_to_go

Definition at line 50 of file jdsample.c.

Referenced by sep_upsample(), and start_pass_upsample().

◆ v_expand

UINT8 my_upsampler::v_expand[MAX_COMPONENTS]

Definition at line 59 of file jdsample.c.

Referenced by int_upsample(), and jinit_upsampler().


The documentation for this struct was generated from the following file: