OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:C_MAX_BLOCKS_IN_MCU
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
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
...]
/external/qemu/distrib/jpeg-6b/
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
...]
Completed in 25 milliseconds