Searched refs:HUFF_DECODE (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/ |
D | jdphuff.c | 339 HUFF_DECODE(s, br_state, tbl, return FALSE, label1); in decode_mcu_DC_first() 413 HUFF_DECODE(s, br_state, tbl, return FALSE, label2); in decode_mcu_AC_first() 556 HUFF_DECODE(s, br_state, tbl, goto undoit, label3); in decode_mcu_AC_refine()
|
D | jdhuff.c | 582 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu_slow() 605 HUFF_DECODE(s, br_state, actbl, return FALSE, label2); in decode_mcu_slow() 632 HUFF_DECODE(s, br_state, actbl, return FALSE, label3); in decode_mcu_slow()
|
D | jdhuff.h | 191 #define HUFF_DECODE(result, state, htbl, failaction, slowlabel) { \ macro
|