Home
last modified time | relevance | path

Searched defs:max_table_size (Results 1 – 4 of 4) sorted by relevance

/external/brotli/c/dec/
Dstate.c148 const size_t max_table_size = kMaxHuffmanTableSize[(alphabet_size + 31) >> 5]; in BrotliDecoderHuffmanTreeGroupInit() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.h43 uint32_t max_table_size; member
Dhpack_encoder.cc615 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_usable_size()
641 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_table_size()
/external/brotli/c/enc/
Dencode.c204 static size_t HashTableSize(size_t max_table_size, size_t input_size) { in HashTableSize()
219 const size_t max_table_size = MaxHashTableSize(quality); in GetHashTable() local