Home
last modified time | relevance | path

Searched refs:thiscoef (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdarith.c440 JCOEFPTR thiscoef; in decode_mcu_AC_refine() local
476 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()
A Djdhuff.c922 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()
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