HomeSort by relevance Sort by last modified time
    Searched refs:table_bits (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
huffman.c 147 int table_bits = root_bits; // key length of current table local
148 int table_size = 1 << table_bits; // size of current table
182 table_bits = NextTableBitSize(count, len, root_bits);
183 table_size = 1 << table_bits;
186 root_table[low].bits = (uint8_t)(table_bits + root_bits);
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 450 int table_bits = table[0]; local
451 val = table[Show(table_bits) + 2];
457 Move( table_bits );
552 int table_bits = table[0]; local
553 val = table[Show(table_bits) + 1];
559 Move( table_bits );
652 int table_bits= first_bits; local
658 if( code_bits > table_bits )
660 int idx = code >> (code_bits -= table_bits);
663 table_bits= sub_tables[idx].bits
    [all...]
  /external/elfutils/libcpu/
i386_parse.y     [all...]

Completed in 75 milliseconds