Home
last modified time | relevance | path

Searched refs:HUFF_DECODE (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libjpeg/
Djdhuff.c168 #define HUFF_DECODE(result,state,htbl,failaction,slowlabel) \ macro
734 HUFF_DECODE(s, br_state, tbl, return FALSE, label1); in decode_mcu_DC_first()
808 HUFF_DECODE(s, br_state, tbl, return FALSE, label2); in decode_mcu_AC_first()
954 HUFF_DECODE(s, br_state, tbl, goto undoit, label3); in decode_mcu_AC_refine()
1099 HUFF_DECODE(s, br_state, htbl, return FALSE, label1); in decode_mcu_sub()
1120 HUFF_DECODE(s, br_state, htbl, return FALSE, label2); in decode_mcu_sub()
1151 HUFF_DECODE(s, br_state, htbl, return FALSE, label3); in decode_mcu_sub()
1223 HUFF_DECODE(s, br_state, htbl, return FALSE, label1); in decode_mcu()
1244 HUFF_DECODE(s, br_state, htbl, return FALSE, label2); in decode_mcu()
1275 HUFF_DECODE(s, br_state, htbl, return FALSE, label3); in decode_mcu()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdhuff.c554 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu()
575 HUFF_DECODE(s, br_state, actbl, return FALSE, label2); in decode_mcu()
602 HUFF_DECODE(s, br_state, actbl, return FALSE, label3); in decode_mcu()
Dfpdfapi_jdphuff.c325 HUFF_DECODE(s, br_state, tbl, return FALSE, label1); in decode_mcu_DC_first()
395 HUFF_DECODE(s, br_state, tbl, return FALSE, label2); in decode_mcu_AC_first()
538 HUFF_DECODE(s, br_state, tbl, goto undoit, label3); in decode_mcu_AC_refine()
Djdhuff.h176 #define HUFF_DECODE(result,state,htbl,failaction,slowlabel) \ macro
/external/libjpeg-turbo/
Djdphuff.c330 HUFF_DECODE(s, br_state, tbl, return FALSE, label1); in decode_mcu_DC_first()
400 HUFF_DECODE(s, br_state, tbl, return FALSE, label2); in decode_mcu_AC_first()
543 HUFF_DECODE(s, br_state, tbl, goto undoit, label3); in decode_mcu_AC_refine()
Djdhuff.c575 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu_slow()
598 HUFF_DECODE(s, br_state, actbl, return FALSE, label2); in decode_mcu_slow()
625 HUFF_DECODE(s, br_state, actbl, return FALSE, label3); in decode_mcu_slow()
Djdhuff.h187 #define HUFF_DECODE(result,state,htbl,failaction,slowlabel) \ macro