Lines Matching refs:thiscoef
500 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local
566 thiscoef = *block + jpeg_natural_order[k]; in decode_mcu_AC_refine()
567 if (*thiscoef != 0) { in decode_mcu_AC_refine()
570 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */ in decode_mcu_AC_refine()
571 if (*thiscoef >= 0) in decode_mcu_AC_refine()
572 *thiscoef += p1; in decode_mcu_AC_refine()
574 *thiscoef += m1; in decode_mcu_AC_refine()
600 thiscoef = *block + jpeg_natural_order[k]; in decode_mcu_AC_refine()
601 if (*thiscoef != 0) { in decode_mcu_AC_refine()
604 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */ in decode_mcu_AC_refine()
605 if (*thiscoef >= 0) in decode_mcu_AC_refine()
606 *thiscoef += p1; in decode_mcu_AC_refine()
608 *thiscoef += m1; in decode_mcu_AC_refine()