OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JBLOCK
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jpeglib.h
72
typedef JCOEF
JBLOCK
[DCTSIZE2]; /* one block of coefficients */
73
typedef
JBLOCK
*JBLOCKROW; /* pointer to one row of coefficient blocks */
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jpeglib.h
79
typedef JCOEF
JBLOCK
[DCTSIZE2]; /* one block of coefficients */
80
typedef
JBLOCK
FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
[
all
...]
/external/pdfium/third_party/libjpeg/
jpeglib.h
172
typedef JCOEF
JBLOCK
[DCTSIZE2]; /* one block of coefficients */
173
typedef
JBLOCK
*JBLOCKROW; /* pointer to one row of coefficient blocks */
[
all
...]
Completed in 319 milliseconds