Searched refs:C_MAX_BLOCKS_IN_MCU (Results 1 – 4 of 4) 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()
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()
66 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ macro447 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
422 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU) in per_scan_setup()