Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:thiscoef

499   JCOEFPTR thiscoef;
565 thiscoef = *block + jpeg_natural_order[k];
566 if (*thiscoef != 0) {
569 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
570 if (*thiscoef >= 0)
571 *thiscoef += p1;
573 *thiscoef += m1;
599 thiscoef = *block + jpeg_natural_order[k];
600 if (*thiscoef != 0) {
603 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */
604 if (*thiscoef >= 0)
605 *thiscoef += p1;
607 *thiscoef += m1;