Home
last modified time | relevance | path

Searched refs:hclass (Results 1 – 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp985 int hclass = t >> 4; in LoadHuffmanTables() local
988 if( t > 3 || hclass > 1 || length < 17 ) return false; in LoadHuffmanTables()
1002 hclass == 0 ? m_td[t] : m_ta[t], in LoadHuffmanTables()
1004 if( hclass == 0 ) in LoadHuffmanTables()