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

/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1795 int is_chroma = i >= luma_count; local
1799 const ulong* htable = huff_ac_tab[is_chroma];
1801 aan_fdct8x8( src_ptr, buffer, src_step, fdct_qtab[is_chroma] );
1803 j = is_chroma + (i > luma_count);
1812 m_strm.PutHuff( cat, huff_dc_tab[is_chroma] );

Completed in 199 milliseconds