Searched defs:coef_bits (Results 1 - 6 of 6) sorted by relevance

/external/libjpeg-turbo/
H A Djdcoefct.c345 * We also latch the current states of the coef_bits[] entries for the
359 int * coef_bits; local
362 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
387 coef_bits = cinfo->coef_bits[ci];
388 if (coef_bits[0] < 0)
392 coef_bits_latch[coefi] = coef_bits[coefi];
393 if (coef_bits[coefi] != 0)
422 int *coef_bits; local
482 coef_bits
[all...]
H A Djpeglib.h564 /* Current progression status. coef_bits[c][i] indicates the precision
571 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdcoefct.c58 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
398 * We also latch the current states of the coef_bits[] entries for the
412 int * coef_bits; local
415 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
440 coef_bits = cinfo->coef_bits[ci];
441 if (coef_bits[0] < 0)
445 coef_bits_latch[coefi] = coef_bits[coefi];
446 if (coef_bits[coefi] != 0)
475 int *coef_bits; local
[all...]
H A Djpeglib.h606 /* Current progression status. coef_bits[c][i] indicates the precision
613 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
/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 130 milliseconds