Searched defs:table_bits (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 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
|
D | compress_fragment.c | 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
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 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
|
D | compress_fragment.c | 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
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_utils.c | 150 int table_bits = root_bits; // key length of current table in BuildHuffmanTable() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_utils.c | 150 int table_bits = root_bits; // key length of current table in BuildHuffmanTable() local
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
D | huffman.c | 182 int table_bits; /* key length of current table */ in BrotliBuildHuffmanTable() local
|
/third_party/node/deps/brotli/c/dec/ |
D | huffman.c | 182 int table_bits; /* key length of current table */ in BrotliBuildHuffmanTable() local
|
/third_party/ffmpeg/libavcodec/ |
D | wma.c | 39 const uint8_t *table_bits = vlc_table->huffbits; in init_coef_vlc() local
|
D | intrax8.c | 37 #define MAX_TABLE_DEPTH(table_bits, max_bits) \ argument
|
/third_party/openssl/crypto/ec/curve448/ |
D | curve448.c | 546 unsigned int table_bits) in recode_wnaf()
|