Searched refs:is_ac_tab (Results 1 - 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1691 int is_ac_tab = i & 1; local
1693 int tableSize = 16 + (is_ac_tab ? 162 : 12);
1697 lowstrm.PutByte( is_ac_tab*16 + idx ); // put DC/AC flag and table index
1701 htable, buffer, 16, 9 ), is_ac_tab ? huff_ac_tab[idx] :
1702 huff_dc_tab[idx], is_ac_tab ? 256 : 16 );

Completed in 4793 milliseconds