Lines Matching refs:thiscoef
922 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local
993 thiscoef = *block + natural_order[k]; in decode_mcu_AC_refine()
994 if (*thiscoef) { in decode_mcu_AC_refine()
997 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */ in decode_mcu_AC_refine()
998 if (*thiscoef >= 0) in decode_mcu_AC_refine()
999 *thiscoef += p1; in decode_mcu_AC_refine()
1001 *thiscoef += m1; in decode_mcu_AC_refine()
1028 thiscoef = *block + natural_order[k]; in decode_mcu_AC_refine()
1029 if (*thiscoef) { in decode_mcu_AC_refine()
1032 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */ in decode_mcu_AC_refine()
1033 if (*thiscoef >= 0) in decode_mcu_AC_refine()
1034 *thiscoef += p1; in decode_mcu_AC_refine()
1036 *thiscoef += m1; in decode_mcu_AC_refine()