Searched refs:is_ac_tab (Results 1 – 1 of 1) sorted by relevance
1691 int is_ac_tab = i & 1; in WriteImage() local1693 int tableSize = 16 + (is_ac_tab ? 162 : 12); in WriteImage()1697 lowstrm.PutByte( is_ac_tab*16 + idx ); // put DC/AC flag and table index in WriteImage()1701 htable, buffer, 16, 9 ), is_ac_tab ? huff_ac_tab[idx] : in WriteImage()1702 huff_dc_tab[idx], is_ac_tab ? 256 : 16 ); in WriteImage()