Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 106 of file jcprepct.c.
Referenced by pre_process_data().
{ register int row; for (row = input_rows; row < output_rows; row++) { jcopy_sample_rows(image_data, input_rows-1, image_data, row, 1, num_cols); } }