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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdphuff.c504 JCOEFPTR thiscoef; local
570 thiscoef = *block + jpeg_natural_order[k];
571 if (*thiscoef != 0) {
574 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
575 if (*thiscoef >= 0)
576 *thiscoef += p1;
578 *thiscoef += m1;
604 thiscoef = *block + jpeg_natural_order[k];
605 if (*thiscoef != 0) {
608 if ((*thiscoef
[all...]

Completed in 29 milliseconds