Lines Matching refs:thiscoef
518 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local
584 thiscoef = *block + jpeg_natural_order[k]; in decode_mcu_AC_refine()
585 if (*thiscoef != 0) { in decode_mcu_AC_refine()
588 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */ in decode_mcu_AC_refine()
589 if (*thiscoef >= 0) in decode_mcu_AC_refine()
590 *thiscoef += p1; in decode_mcu_AC_refine()
592 *thiscoef += m1; in decode_mcu_AC_refine()
618 thiscoef = *block + jpeg_natural_order[k]; in decode_mcu_AC_refine()
619 if (*thiscoef != 0) { in decode_mcu_AC_refine()
622 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */ in decode_mcu_AC_refine()
623 if (*thiscoef >= 0) in decode_mcu_AC_refine()
624 *thiscoef += p1; in decode_mcu_AC_refine()
626 *thiscoef += m1; in decode_mcu_AC_refine()