|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct jpeg_c_prep_controller | pub |
| JSAMPARRAY | color_buf [MAX_COMPONENTS] |
| JDIMENSION | rows_to_go |
| int | next_buf_row |
Definition at line 53 of file jcprepct.c.
| JSAMPARRAY my_prep_controller::color_buf[MAX_COMPONENTS] |
Definition at line 59 of file jcprepct.c.
Referenced by jinit_c_prep_controller(), and pre_process_data().
| int my_prep_controller::next_buf_row |
Definition at line 62 of file jcprepct.c.
Referenced by pre_process_data(), and start_pass_prep().
| struct jpeg_c_prep_controller my_prep_controller::pub |
Definition at line 54 of file jcprepct.c.
Referenced by jinit_c_prep_controller().
| JDIMENSION my_prep_controller::rows_to_go |
Definition at line 61 of file jcprepct.c.
Referenced by pre_process_data(), and start_pass_prep().