Searched refs:decode_MCU_fct (Results 1 – 4 of 4) sorted by relevance
82 typedef void (*decode_MCU_fct) (struct jdec_private *priv); typedef123 const decode_MCU_fct *decode_mcu_table;129 extern const decode_MCU_fct tinyjpeg_decode_mcu_3comp_table[4];130 extern const decode_MCU_fct tinyjpeg_decode_mcu_1comp_table[4];
133 const decode_MCU_fct tinyjpeg_decode_mcu_1comp_table[4] = {
137 const decode_MCU_fct tinyjpeg_decode_mcu_3comp_table[4] = {
883 decode_MCU_fct decode_MCU; in tinyjpeg_decode()884 const decode_MCU_fct *decode_mcu_table; in tinyjpeg_decode()