|
ReactOS 0.4.16-dev-1946-g52006dd
|

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] |
Definition at line 60 of file jcsample.c.
| UINT8 my_downsampler::h_expand[MAX_COMPONENTS] |
Definition at line 72 of file jcsample.c.
Referenced by int_downsample(), and jinit_downsampler().
| downsample1_ptr my_downsampler::methods[MAX_COMPONENTS] |
Definition at line 64 of file jcsample.c.
Referenced by jinit_downsampler(), and sep_downsample().
| struct jpeg_downsampler my_downsampler::pub |
Definition at line 61 of file jcsample.c.
Referenced by jinit_downsampler().
| int my_downsampler::rowgroup_height[MAX_COMPONENTS] |
Definition at line 67 of file jcsample.c.
Referenced by jinit_downsampler(), and sep_downsample().
| UINT8 my_downsampler::v_expand[MAX_COMPONENTS] |
Definition at line 73 of file jcsample.c.
Referenced by int_downsample(), and jinit_downsampler().