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

  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.c 79 int table_bits; /* key length of current table */ local
110 table_bits = root_bits;
111 table_size = 1 << table_bits;
144 table_bits = NextTableBitSize(count, len, root_bits);
145 table_size = 1 << table_bits;
148 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/0.153/libcpu/
i386_parse.c     [all...]
i386_parse.y     [all...]

Completed in 187 milliseconds