HomeSort by relevance Sort by last modified time
    Searched refs:C_MAX_BLOCKS_IN_MCU (Results 1 - 12 of 12) sorted by null

  /external/libjpeg-turbo/
jctrans.c 233 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];
300 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
396 C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK));
397 jzero_far((void *) buffer, C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK));
398 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
jccoefct.c 46 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
50 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
442 C_MAX_BLOCKS_IN_MCU * sizeof(JBLOCK));
443 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
jpeglib.h 56 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
59 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
440 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]
jcmaster.c 409 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU)
  /external/opencv3/3rdparty/libjpeg/
jctrans.c 217 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];
284 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
380 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
381 FMEMZERO((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
382 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
jccoefct.c 45 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
52 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
448 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
449 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
jpeglib.h 61 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
64 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
423 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]
jcmaster.c 638 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU)
  /external/pdfium/third_party/libjpeg/
fpdfapi_jctrans.c 220 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];
287 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
383 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
384 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
385 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
fpdfapi_jccoefct.c 44 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
51 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
443 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
444 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
jpeglib.h 154 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
157 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
488 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]
fpdfapi_jcmaster.c 374 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU)

Completed in 111 milliseconds