OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFAST_MULT_TYPE
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jdct.h
67
typedef MULTIPLIER
IFAST_MULT_TYPE
; /* 16 bits is OK, use short if faster */
70
typedef INT32
IFAST_MULT_TYPE
; /* need 32 bits for scaled quantizers */
/external/pdfium/third_party/libjpeg/
jdct.h
58
typedef MULTIPLIER
IFAST_MULT_TYPE
; /* 16 bits is OK, use short if faster */
61
typedef INT32
IFAST_MULT_TYPE
; /* need 32 bits for scaled quantizers */
/external/opencv3/3rdparty/libjpeg/
jdct.h
67
typedef MULTIPLIER
IFAST_MULT_TYPE
; /* 16 bits is OK, use short if faster */
70
typedef INT32
IFAST_MULT_TYPE
; /* need 32 bits for scaled quantizers */
Completed in 901 milliseconds