Home
last modified time | relevance | path

Searched refs:huffman_tree_extra_bits (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_huffman.cc66 const uint8_t* huffman_tree_extra_bits, in StoreHuffmanTreeToBitMask() argument
76 writer->Write(2, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
79 writer->Write(3, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
124 uint8_t* huffman_tree_extra_bits = arena.get() + num; in StoreHuffmanTree() local
127 huffman_tree_extra_bits); in StoreHuffmanTree()
168 huffman_tree_extra_bits, &code_length_bitdepth[0], in StoreHuffmanTree()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_huffman.cc66 const uint8_t* huffman_tree_extra_bits, in StoreHuffmanTreeToBitMask() argument
76 writer->Write(2, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
79 writer->Write(3, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
124 uint8_t* huffman_tree_extra_bits = arena.get() + num; in StoreHuffmanTree() local
127 huffman_tree_extra_bits); in StoreHuffmanTree()
168 huffman_tree_extra_bits, &code_length_bitdepth[0], in StoreHuffmanTree()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_huffman.cc66 const uint8_t* huffman_tree_extra_bits, in StoreHuffmanTreeToBitMask() argument
76 writer->Write(2, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
79 writer->Write(3, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
124 uint8_t* huffman_tree_extra_bits = arena.get() + num; in StoreHuffmanTree() local
127 huffman_tree_extra_bits); in StoreHuffmanTree()
168 huffman_tree_extra_bits, &code_length_bitdepth[0], in StoreHuffmanTree()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_huffman.cc66 const uint8_t* huffman_tree_extra_bits, in StoreHuffmanTreeToBitMask() argument
76 writer->Write(2, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
79 writer->Write(3, huffman_tree_extra_bits[i]); in StoreHuffmanTreeToBitMask()
124 uint8_t* huffman_tree_extra_bits = arena.get() + num; in StoreHuffmanTree() local
127 huffman_tree_extra_bits); in StoreHuffmanTree()
168 huffman_tree_extra_bits, &code_length_bitdepth[0], in StoreHuffmanTree()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go254 func storeHuffmanTreeToBitMask(huffman_tree_size uint, huffman_tree []byte, huffman_tree_extra_bits
263 writeBits(2, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
266 writeBits(3, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
319 var huffman_tree_extra_bits [numCommandSymbols]byte
334 writeHuffmanTree(depths, num, &huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:])
367 …storeHuffmanTreeToBitMask(huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:], code_len…
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go254 func storeHuffmanTreeToBitMask(huffman_tree_size uint, huffman_tree []byte, huffman_tree_extra_bits
263 writeBits(2, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
266 writeBits(3, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
319 var huffman_tree_extra_bits [numCommandSymbols]byte
334 writeHuffmanTree(depths, num, &huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:])
367 …storeHuffmanTreeToBitMask(huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:], code_len…
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go254 func storeHuffmanTreeToBitMask(huffman_tree_size uint, huffman_tree []byte, huffman_tree_extra_bits
263 writeBits(2, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
266 writeBits(3, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
319 var huffman_tree_extra_bits [numCommandSymbols]byte
334 writeHuffmanTree(depths, num, &huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:])
367 …storeHuffmanTreeToBitMask(huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:], code_len…
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dbrotli_bit_stream.go251 func storeHuffmanTreeToBitMask(huffman_tree_size uint, huffman_tree []byte, huffman_tree_extra_bits
260 writeBits(2, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
263 writeBits(3, uint64(huffman_tree_extra_bits[i]), storage_ix, storage)
316 var huffman_tree_extra_bits [numCommandSymbols]byte
331 writeHuffmanTree(depths, num, &huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:])
364 …storeHuffmanTreeToBitMask(huffman_tree_size, huffman_tree[:], huffman_tree_extra_bits[:], code_len…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/archivers/py-brotli/Brotli-1.0.9/c/enc/
H A Dbrotli_bit_stream.c222 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
233 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
236 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
290 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
302 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
340 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dbrotli_bit_stream.c222 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
233 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
236 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
290 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
302 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
340 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbrotli_bit_stream.c237 const uint8_t* huffman_tree_extra_bits, const uint8_t* code_length_bitdepth, in BrotliStoreHuffmanTreeToBitMask() argument
248 BrotliWriteBits(2, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
251 BrotliWriteBits(3, huffman_tree_extra_bits[i], storage_ix, storage); in BrotliStoreHuffmanTreeToBitMask()
305 uint8_t huffman_tree_extra_bits[BROTLI_NUM_COMMAND_SYMBOLS]; in BrotliStoreHuffmanTree() local
317 huffman_tree_extra_bits); in BrotliStoreHuffmanTree()
355 huffman_tree_extra_bits, in BrotliStoreHuffmanTree()

12