Lines Matching refs:thiscoef
505 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local
571 thiscoef = *block + jpeg_natural_order[k]; in decode_mcu_AC_refine()
572 if (*thiscoef != 0) { in decode_mcu_AC_refine()
575 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */ in decode_mcu_AC_refine()
576 if (*thiscoef >= 0) in decode_mcu_AC_refine()
577 *thiscoef += p1; in decode_mcu_AC_refine()
579 *thiscoef += m1; in decode_mcu_AC_refine()
605 thiscoef = *block + jpeg_natural_order[k]; in decode_mcu_AC_refine()
606 if (*thiscoef != 0) { in decode_mcu_AC_refine()
609 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */ in decode_mcu_AC_refine()
610 if (*thiscoef >= 0) in decode_mcu_AC_refine()
611 *thiscoef += p1; in decode_mcu_AC_refine()
613 *thiscoef += m1; in decode_mcu_AC_refine()