Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djctrans.c233 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()
Djccoefct.c50 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()
Djpeglib.h59 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ macro
440 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
Djcmaster.c409 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU) in per_scan_setup()
/external/opencv3/3rdparty/libjpeg/
Djctrans.c217 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()
Djccoefct.c52 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()
Djpeglib.h64 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ macro
423 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
Djcmaster.c638 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU) in per_scan_setup()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jctrans.c220 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()
Dfpdfapi_jccoefct.c51 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()
Djpeglib.h157 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ macro
488 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
Dfpdfapi_jcmaster.c374 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU) in per_scan_setup()