Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dbitstrm.cpp598 sub_tables[1 << 11]; in bsCreateDecodeHuffmanTable() local
603 memset( sub_tables, 0, ((size_t)1 << first_bits)*sizeof(sub_tables[0]) ); in bsCreateDecodeHuffmanTable()
615 sub_tables[code >> sb].bits = sb; in bsCreateDecodeHuffmanTable()
622 int b = sub_tables[i].bits; in bsCreateDecodeHuffmanTable()
626 sub_tables[i].offset = size; in bsCreateDecodeHuffmanTable()
662 offset = sub_tables[idx].offset; in bsCreateDecodeHuffmanTable()
663 table_bits= sub_tables[idx].bits; in bsCreateDecodeHuffmanTable()