Searched refs:HUFF_DECODE (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdhuff.c | 168 #define HUFF_DECODE(result,state,htbl,failaction,slowlabel) \ macro 747 HUFF_DECODE(s, br_state, tbl, return FALSE, label1); in decode_mcu_DC_first() 821 HUFF_DECODE(s, br_state, tbl, return FALSE, label2); in decode_mcu_AC_first() 965 HUFF_DECODE(s, br_state, tbl, goto undoit, label3); in decode_mcu_AC_refine() 1110 HUFF_DECODE(s, br_state, htbl, return FALSE, label1); in decode_mcu_sub() 1131 HUFF_DECODE(s, br_state, htbl, return FALSE, label2); in decode_mcu_sub() 1162 HUFF_DECODE(s, br_state, htbl, return FALSE, label3); in decode_mcu_sub() 1234 HUFF_DECODE(s, br_state, htbl, return FALSE, label1); in decode_mcu() 1255 HUFF_DECODE(s, br_state, htbl, return FALSE, label2); in decode_mcu() 1286 HUFF_DECODE(s, br_state, htbl, return FALSE, label3); in decode_mcu()
|
Completed in 5 milliseconds