Searched refs:jpeg_natural_order (Results 1 - 21 of 21) sorted by relevance

/external/jpeg/
H A Djutils.c40 * jpeg_natural_order[i] is the natural-order position of the i'th element
53 const int jpeg_natural_order[DCTSIZE2+16] = { variable
H A Djdphuff.c334 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
403 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
565 thiscoef = *block + jpeg_natural_order[k];
583 int pos = jpeg_natural_order[k];
599 thiscoef = *block + jpeg_natural_order[k];
H A Djcphuff.c490 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) {
647 temp = (*block)[jpeg_natural_order[k]];
703 temp = ((*block)[jpeg_natural_order[k]] < 0) ? 0 : 1;
H A Djpegint.h359 #define jpeg_natural_order jZAGTable macro
423 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
H A Djchuff.c398 if ((temp = block[jpeg_natural_order[k]]) == 0) {
605 if ((temp = block[jpeg_natural_order[k]]) == 0) {
H A Djcmarker.c170 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]];
H A Djdhuff.c648 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */
668 * Note: the extra entries in jpeg_natural_order[] will save us
671 (*block)[jpeg_natural_order[k]] = (JCOEF) s;
H A Djdmarker.c530 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jutils.c41 * jpeg_natural_order[i] is the natural-order position of the i'th element
54 const int jpeg_natural_order[DCTSIZE2+16] = { variable
H A Dfpdfapi_jdphuff.c336 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
405 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
567 thiscoef = *block + jpeg_natural_order[k];
585 int pos = jpeg_natural_order[k];
601 thiscoef = *block + jpeg_natural_order[k];
H A Dfpdfapi_jcphuff.c491 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) {
648 temp = (*block)[jpeg_natural_order[k]];
704 temp = ((*block)[jpeg_natural_order[k]] < 0) ? 0 : 1;
H A Djpegint.h329 #define jpeg_natural_order jZAGTable macro
383 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
H A Dfpdfapi_jchuff.c402 if ((temp = block[jpeg_natural_order[k]]) == 0) {
609 if ((temp = block[jpeg_natural_order[k]]) == 0) {
H A Djpeglib.h65 #define jpeg_natural_order FOXIT_PREFIX(jpeg_natural_order) macro
H A Dfpdfapi_jcmarker.c171 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]];
H A Dfpdfapi_jdhuff.c567 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */
587 * Note: the extra entries in jpeg_natural_order[] will save us
590 (*block)[jpeg_natural_order[k]] = (JCOEF) s;
H A Dfpdfapi_jdmarker.c556 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpegint.h329 #define jpeg_natural_order jZAGTable macro
383 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
H A Djpeglib.h65 #define jpeg_natural_order FOXIT_PREFIX(jpeg_natural_order) macro
/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 176 milliseconds