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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djutils.c44 * jpeg_natural_order[i] is the natural-order position of the i'th element
57 const int jpeg_natural_order[DCTSIZE2+16] = { variable
H A Djdphuff.c339 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
408 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
570 thiscoef = *block + jpeg_natural_order[k];
588 int pos = jpeg_natural_order[k];
604 thiscoef = *block + jpeg_natural_order[k];
H A Djcphuff.c494 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) {
651 temp = (*block)[jpeg_natural_order[k]];
707 temp = ((*block)[jpeg_natural_order[k]] < 0) ? 0 : 1;
H A Djpegint.h333 #define jpeg_natural_order jZAGTable macro
387 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
H A Djchuff.c402 if ((temp = block[jpeg_natural_order[k]]) == 0) {
609 if ((temp = block[jpeg_natural_order[k]]) == 0) {
H A Djcmarker.c174 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]];
H A Djdhuff.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 Djdmarker.c529 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;

Completed in 45 milliseconds