OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_MAX_BLOCKS_IN_MCU
(Results
1 - 8
of
8
) sorted by null
/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/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
)
Completed in 38 milliseconds