Home
last modified time | relevance | path

Searched refs:MAX_HUFFMAN_BITS (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c474 #define MAX_HUFFMAN_BITS 16 macro
481 uint16_t bl_count[MAX_HUFFMAN_BITS] = { 0 }; in BrotliConvertBitDepthsToSymbols()
482 uint16_t next_code[MAX_HUFFMAN_BITS]; in BrotliConvertBitDepthsToSymbols()
490 for (i = 1; i < MAX_HUFFMAN_BITS; ++i) { in BrotliConvertBitDepthsToSymbols()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dentropy_encode.c474 #define MAX_HUFFMAN_BITS 16 macro
481 uint16_t bl_count[MAX_HUFFMAN_BITS] = { 0 }; in BrotliConvertBitDepthsToSymbols()
482 uint16_t next_code[MAX_HUFFMAN_BITS]; in BrotliConvertBitDepthsToSymbols()
490 for (i = 1; i < MAX_HUFFMAN_BITS; ++i) { in BrotliConvertBitDepthsToSymbols()
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dformat_constants.h49 #define MAX_HUFFMAN_BITS 9 // max number of Huffman bits macro
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c538 (histo_bits > MAX_HUFFMAN_BITS) ? MAX_HUFFMAN_BITS : histo_bits; in GetHistoBits()
1125 assert(histogram_bits <= MAX_HUFFMAN_BITS); in EncodeImageInternal()

Completed in 6 milliseconds