Home
last modified time | relevance | path

Searched refs:access_rows (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djdcoefct.c433 int ci, block_row, block_rows, access_rows; in decompress_smooth_data() local
480 access_rows = block_rows * 3; /* this and next two iMCU rows */ in decompress_smooth_data()
483 access_rows = block_rows * 2; /* this and next iMCU row */ in decompress_smooth_data()
488 access_rows = block_rows; /* this iMCU row only */ in decompress_smooth_data()
492 access_rows += 2 * compptr->v_samp_factor; /* prior two iMCU rows too */ in decompress_smooth_data()
496 (JDIMENSION)access_rows, FALSE); in decompress_smooth_data()
502 (JDIMENSION)access_rows, FALSE); in decompress_smooth_data()
507 (JDIMENSION)0, (JDIMENSION)access_rows, FALSE); in decompress_smooth_data()
833 int ci, access_rows; in jinit_d_coef_controller() local
838 access_rows = compptr->v_samp_factor; in jinit_d_coef_controller()
[all …]