Lines Matching refs:thiscoef
911 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local
982 thiscoef = *block + natural_order[k]; in decode_mcu_AC_refine()
983 if (*thiscoef) { in decode_mcu_AC_refine()
986 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */ in decode_mcu_AC_refine()
987 if (*thiscoef >= 0) in decode_mcu_AC_refine()
988 *thiscoef += p1; in decode_mcu_AC_refine()
990 *thiscoef += m1; in decode_mcu_AC_refine()
1017 thiscoef = *block + natural_order[k]; in decode_mcu_AC_refine()
1018 if (*thiscoef) { in decode_mcu_AC_refine()
1021 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */ in decode_mcu_AC_refine()
1022 if (*thiscoef >= 0) in decode_mcu_AC_refine()
1023 *thiscoef += p1; in decode_mcu_AC_refine()
1025 *thiscoef += m1; in decode_mcu_AC_refine()