Home
last modified time | relevance | path

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

/external/jpeg/
Djdcoefct.c719 int ci, block_row, block_rows, access_rows; in decompress_smooth_data() local
760 access_rows = block_rows * 2; /* this and next iMCU row */ in decompress_smooth_data()
766 access_rows = block_rows; /* this iMCU row only */ in decompress_smooth_data()
771 access_rows += compptr->v_samp_factor; /* prior iMCU row too */ in decompress_smooth_data()
775 (JDIMENSION) access_rows, FALSE); in decompress_smooth_data()
781 (JDIMENSION) 0, (JDIMENSION) access_rows, FALSE); in decompress_smooth_data()
953 int ci, access_rows; in jinit_d_coef_controller() local
958 access_rows = compptr->v_samp_factor; in jinit_d_coef_controller()
964 (JDIMENSION) access_rows); in jinit_d_coef_controller()
998 int ci, access_rows; in jinit_d_coef_controller() local
[all …]
/external/qemu/distrib/jpeg-6b/
Djdcoefct.c719 int ci, block_row, block_rows, access_rows; in decompress_smooth_data() local
760 access_rows = block_rows * 2; /* this and next iMCU row */ in decompress_smooth_data()
766 access_rows = block_rows; /* this iMCU row only */ in decompress_smooth_data()
771 access_rows += compptr->v_samp_factor; /* prior iMCU row too */ in decompress_smooth_data()
775 (JDIMENSION) access_rows, FALSE); in decompress_smooth_data()
781 (JDIMENSION) 0, (JDIMENSION) access_rows, FALSE); in decompress_smooth_data()
953 int ci, access_rows; in jinit_d_coef_controller() local
958 access_rows = compptr->v_samp_factor; in jinit_d_coef_controller()
964 (JDIMENSION) access_rows); in jinit_d_coef_controller()
998 int ci, access_rows; in jinit_d_coef_controller() local
[all …]