Searched defs:table_bits (Results 1 – 4 of 4) sorted by relevance
241 size_t table_bits, size_t min_match, in CreateCommands()560 int* table, size_t table_bits, size_t min_match, in BrotliCompressFragmentTwoPassImpl()615 const size_t table_bits = Log2FloorNonZero(table_size); in FOR_TABLE_BITS_() local
427 BROTLI_BOOL is_last, int* table, size_t table_bits, uint8_t cmd_depth[128], in BrotliCompressFragmentFastImpl()751 const size_t table_bits = Log2FloorNonZero(table_size); in FOR_TABLE_BITS_() local
150 int table_bits = root_bits; // key length of current table in BuildHuffmanTable() local
182 int table_bits; /* key length of current table */ in BrotliBuildHuffmanTable() local