Searched refs:C_MAX_BLOCKS_IN_MCU (Results 1 – 12 of 12) sorted by relevance
233 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];300 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU]; in compress_output()396 C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in transencode_coef_controller()397 jzero_far((void *) buffer, C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in transencode_coef_controller()398 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) { in transencode_coef_controller()
50 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];442 C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK)); in jinit_c_coef_controller()443 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) { in jinit_c_coef_controller()
59 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ macro440 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
409 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU) in per_scan_setup()
217 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];284 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU]; in compress_output()380 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()381 FMEMZERO((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()382 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) { in transencode_coef_controller()
52 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];448 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_c_coef_controller()449 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) { in jinit_c_coef_controller()
64 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ macro423 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
638 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU) in per_scan_setup()
220 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];287 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU]; in compress_output()383 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()384 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in transencode_coef_controller()385 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) { in transencode_coef_controller()
51 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];443 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)); in jinit_c_coef_controller()444 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) { in jinit_c_coef_controller()
157 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ macro488 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
374 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU) in per_scan_setup()