Home
last modified time | relevance | path

Searched defs:table_bits (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/brotli/c/enc/
Dcompress_fragment_two_pass.c241 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
Dcompress_fragment.c427 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/
Dcompress_fragment_two_pass.c241 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
Dcompress_fragment.c427 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/
Dhuffman_utils.c150 int table_bits = root_bits; // key length of current table in BuildHuffmanTable() local
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.c150 int table_bits = root_bits; // key length of current table in BuildHuffmanTable() local
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c182 int table_bits; /* key length of current table */ in BrotliBuildHuffmanTable() local
/third_party/node/deps/brotli/c/dec/
Dhuffman.c182 int table_bits; /* key length of current table */ in BrotliBuildHuffmanTable() local
/third_party/ffmpeg/libavcodec/
Dwma.c39 const uint8_t *table_bits = vlc_table->huffbits; in init_coef_vlc() local
Dintrax8.c37 #define MAX_TABLE_DEPTH(table_bits, max_bits) \ argument
/third_party/openssl/crypto/ec/curve448/
Dcurve448.c546 unsigned int table_bits) in recode_wnaf()