Searched refs:maxcode (Results 1 - 13 of 13) sorted by relevance

/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
H A DLZWEncoder.java50 int maxcode; // maximum code, given n_bits field in class:LZWEncoder
160 maxcode = MAXCODE(n_bits);
273 if (free_ent > maxcode || clear_flg) {
275 maxcode = MAXCODE(n_bits = g_init_bits);
280 maxcode = maxmaxcode;
282 maxcode = MAXCODE(n_bits);
/external/libjpeg-turbo/
H A Djdhuff.h22 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon10134
23 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
220 while (s > htbl->maxcode[nb]) { \
H A Dwrgif.c56 int maxcode; /* maximum code, given n_bits */ member in struct:__anon10173
150 dinfo->maxcode = MAXCODE(dinfo->n_bits);
174 if (dinfo->code_counter < dinfo->maxcode) {
H A Djdhuff.c228 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
230 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
234 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
464 while (code > htbl->maxcode[l]) {
/external/opencv3/3rdparty/libtiff/
H A Dtif_lzw.c95 unsigned short maxcode; /* maximum code for lzw_nbits */ member in struct:__anon15311
104 #define lzw_maxcode base.maxcode
870 int free_ent, maxcode, nbits; local
889 maxcode = sp->lzw_maxcode;
968 maxcode = MAXCODE(BITS_MIN);
974 if (free_ent > maxcode) {
977 maxcode = (int) MAXCODE(nbits);
996 maxcode = MAXCODE(BITS_MIN);
1015 sp->lzw_maxcode = maxcode;
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdhuff.c226 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
228 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
231 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
417 while (code > htbl->maxcode[l]) {
H A Djdhuff.h28 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon16554
29 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c95 unsigned short maxcode; /* maximum code for lzw_nbits */ member in struct:__anon16592
104 #define lzw_maxcode base.maxcode
880 int free_ent, maxcode, nbits; local
899 maxcode = sp->lzw_maxcode;
978 maxcode = MAXCODE(BITS_MIN);
984 if (free_ent > maxcode) {
987 maxcode = (int) MAXCODE(nbits);
1006 maxcode = MAXCODE(BITS_MIN);
1025 sp->lzw_maxcode = maxcode;
/external/opencv3/3rdparty/libjpeg/
H A Djdhuff.c30 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon15263
31 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
397 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
399 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
402 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
608 while (code > htbl->maxcode[l]) {
/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp106 int32 maxcode[18]; member in struct:HuffmanTable
213 htbl->maxcode [l] = huffcode [p - 1];
219 htbl->maxcode [l] = -1;
226 htbl->maxcode[17] = 0xFFFFFL;
1641 while (code > htbl->maxcode [l])
/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h1466 unsigned int maxcode[18]; member in struct:__anon9910
1542 h->maxcode[j] = code << (16-j);
1545 h->maxcode[j] = 0xffffffff;
1631 // valid, then test against maxcode. To speed this up, we've
1632 // preshifted maxcode left so that it has (16-k) 0s at the
1638 if (temp < h->maxcode[k])
3469 int maxcode[17]; member in struct:__anon9914
3514 z->maxcode[i] = code << (16-i); // preshift for inner loop
3518 z->maxcode[16] = 0x10000; // sentinel
3591 if (k < z->maxcode[
[all...]
/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 469 milliseconds