Home
last modified time | relevance | path

Searched refs:code_length_bitdepth_symbols (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c223 const uint16_t* code_length_bitdepth_symbols, in BrotliStoreHuffmanTreeToBitMask() argument
228 BrotliWriteBits(code_length_bitdepth[ix], code_length_bitdepth_symbols[ix], in BrotliStoreHuffmanTreeToBitMask()
293 uint16_t code_length_bitdepth_symbols[BROTLI_CODE_LENGTH_CODES]; in BrotliStoreHuffmanTree() local
327 code_length_bitdepth_symbols); in BrotliStoreHuffmanTree()
342 code_length_bitdepth_symbols, in BrotliStoreHuffmanTree()
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c223 const uint16_t* code_length_bitdepth_symbols, in BrotliStoreHuffmanTreeToBitMask() argument
228 BrotliWriteBits(code_length_bitdepth[ix], code_length_bitdepth_symbols[ix], in BrotliStoreHuffmanTreeToBitMask()
293 uint16_t code_length_bitdepth_symbols[BROTLI_CODE_LENGTH_CODES]; in BrotliStoreHuffmanTree() local
327 code_length_bitdepth_symbols); in BrotliStoreHuffmanTree()
342 code_length_bitdepth_symbols, in BrotliStoreHuffmanTree()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c590 uint16_t code_length_bitdepth_symbols[CODE_LENGTH_CODES] = { 0 }; in StoreFullHuffmanCode() local
596 huffman_code.codes = code_length_bitdepth_symbols; in StoreFullHuffmanCode()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c831 uint16_t code_length_bitdepth_symbols[CODE_LENGTH_CODES] = { 0 }; in StoreFullHuffmanCode() local
837 huffman_code.codes = code_length_bitdepth_symbols; in StoreFullHuffmanCode()