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

Public Attributes

struct jpeg_downsampler pub
 
downsample1_ptr methods [MAX_COMPONENTS]
 
int rowgroup_height [MAX_COMPONENTS]
 
UINT8 h_expand [MAX_COMPONENTS]
 
UINT8 v_expand [MAX_COMPONENTS]
 

Detailed Description

Definition at line 60 of file jcsample.c.

Member Data Documentation

◆ h_expand

UINT8 my_downsampler::h_expand[MAX_COMPONENTS]

Definition at line 72 of file jcsample.c.

Referenced by int_downsample(), and jinit_downsampler().

◆ methods

downsample1_ptr my_downsampler::methods[MAX_COMPONENTS]

Definition at line 64 of file jcsample.c.

Referenced by jinit_downsampler(), and sep_downsample().

◆ pub

struct jpeg_downsampler my_downsampler::pub

Definition at line 61 of file jcsample.c.

Referenced by jinit_downsampler().

◆ rowgroup_height

int my_downsampler::rowgroup_height[MAX_COMPONENTS]

Definition at line 67 of file jcsample.c.

Referenced by jinit_downsampler(), and sep_downsample().

◆ v_expand

UINT8 my_downsampler::v_expand[MAX_COMPONENTS]

Definition at line 73 of file jcsample.c.

Referenced by int_downsample(), and jinit_downsampler().


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