Lines Matching full:huff_tables
494 inline int jpeg_decoder::huff_decode(huff_tables *pH)
518 inline int jpeg_decoder::huff_decode(huff_tables *pH, int& extra_bits)
1787 huff_tables *pH = m_pHuff_tabs[m_comp_ac_tab[component_id]];
2215 void jpeg_decoder::make_huff_table(int index, huff_tables *pH)
2378 m_pHuff_tabs[i] = (huff_tables *)alloc(sizeof(huff_tables));