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

  /external/chromium_org/third_party/libjpeg_turbo/
jctrans.c 231 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];
298 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
394 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
395 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
396 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
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 59 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
62 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
445 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]
jcmaster.c 409 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU)
  /external/jpeg/
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++) {
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 52 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
55 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
390 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]
jcmaster.c 374 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 221 JBLOCKROW dummy_buffer[C_MAX_BLOCKS_IN_MCU];
288 JBLOCKROW MCU_buffer[C_MAX_BLOCKS_IN_MCU];
384 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
385 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
386 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
fpdfapi_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];
444 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
445 for (i = 0; i < C_MAX_BLOCKS_IN_MCU; i++) {
jpeglib.h 119 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
122 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
453 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]
fpdfapi_jcmaster.c 375 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU)
  /external/qemu/distrib/jpeg-6b/
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++) {
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 52 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
55 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
390 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]
jcmaster.c 374 if (cinfo->blocks_in_MCU + mcublks > C_MAX_BLOCKS_IN_MCU)
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 119 * we strongly discourage changing C_MAX_BLOCKS_IN_MCU; just because Adobe
122 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
453 int MCU_membership[C_MAX_BLOCKS_IN_MCU];
    [all...]

Completed in 136 milliseconds