Searched refs:thiscoef (Results 1 – 2 of 2) sorted by relevance
440 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local476 thiscoef = *block + natural_order[++k]; in decode_mcu_AC_refine()477 if (*thiscoef) { /* previously nonzero coef */ in decode_mcu_AC_refine()479 if (*thiscoef < 0) in decode_mcu_AC_refine()480 *thiscoef += m1; in decode_mcu_AC_refine()482 *thiscoef += p1; in decode_mcu_AC_refine()488 *thiscoef = m1; in decode_mcu_AC_refine()490 *thiscoef = p1; in decode_mcu_AC_refine()
922 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local993 thiscoef = *block + natural_order[k]; in decode_mcu_AC_refine()994 if (*thiscoef) { 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()1033 if (*thiscoef >= 0) in decode_mcu_AC_refine()1034 *thiscoef += p1; in decode_mcu_AC_refine()[all …]
Completed in 7 milliseconds