Searched defs:valoffset (Results 1 - 7 of 7) sorted by relevance

/external/libjpeg-turbo/
H A Djdhuff.h24 INT32 valoffset[18]; /* huffval[] offset for codes of length k */ member in struct:__anon9716
25 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less
27 * corresponding symbol is huffval[code + valoffset[k]]
225 s = htbl->pub->huffval[ (int) (s + htbl->valoffset[nb]) & 0xFF ]; \
/external/pdfium/third_party/libjpeg/
H A Djdhuff.h30 INT32 valoffset[17]; /* huffval[] offset for codes of length k */ member in struct:__anon16124
31 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less
33 * corresponding symbol is huffval[code + valoffset[k]]
/external/opencv3/3rdparty/libjpeg/
H A Djdhuff.c32 INT32 valoffset[17]; /* huffval[] offset for codes of length k */ member in struct:__anon14833
33 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less
35 * corresponding symbol is huffval[code + valoffset[k]]
392 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
395 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
626 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
/external/opencv/cxcore/include/
H A Dcxtypes.h756 int valoffset; member in struct:CvSparseMat
786 #define CV_NODE_VAL(mat,node) ((void*)((uchar*)(node) + (mat)->valoffset))
/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes_c.h687 int valoffset; member in struct:CvSparseMat
725 #define CV_NODE_VAL(mat,node) ((void*)((uchar*)(node) + (mat)->valoffset))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 364 milliseconds