Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dcompress_fragment.c454 uint8_t lit_depth[256]; in BrotliCompressFragmentFastImpl() local
469 m, input, block_size, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl()
584 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl()
670 ShouldMergeBlock(input, block_size, lit_depth)) { in BrotliCompressFragmentFastImpl()
686 EmitLiterals(next_emit, insert, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl()
694 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl()
714 m, input, block_size, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl()
H A Dbrotli_bit_stream.c1099 const uint8_t* lit_depth, in StoreDataWithHuffmanCodes()
1119 lit_depth[literal], lit_bits[literal], storage_ix, storage); in StoreDataWithHuffmanCodes()
1142 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial() local
1166 lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1178 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1205 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1219 lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1225 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1235 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1249 lit_depth, lit_bit in BrotliStoreMetaBlockFast()
1094 StoreDataWithHuffmanCodes(const uint8_t* input, size_t start_pos, size_t mask, const Command* commands, size_t n_commands, const uint8_t* lit_depth, const uint16_t* lit_bits, const uint8_t* cmd_depth, const uint16_t* cmd_bits, const uint8_t* dist_depth, const uint16_t* dist_bits, size_t* storage_ix, uint8_t* storage) StoreDataWithHuffmanCodes() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcompress_fragment.c454 uint8_t lit_depth[256]; in BrotliCompressFragmentFastImpl() local
469 m, input, block_size, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl()
584 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl()
670 ShouldMergeBlock(input, block_size, lit_depth)) { in BrotliCompressFragmentFastImpl()
686 EmitLiterals(next_emit, insert, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl()
694 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl()
714 m, input, block_size, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl()
H A Dbrotli_bit_stream.c1099 const uint8_t* lit_depth, in StoreDataWithHuffmanCodes()
1119 lit_depth[literal], lit_bits[literal], storage_ix, storage); in StoreDataWithHuffmanCodes()
1142 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial() local
1166 lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1178 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1205 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1219 lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1225 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1235 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1249 lit_depth, lit_bit in BrotliStoreMetaBlockFast()
1094 StoreDataWithHuffmanCodes(const uint8_t* input, size_t start_pos, size_t mask, const Command* commands, size_t n_commands, const uint8_t* lit_depth, const uint16_t* lit_bits, const uint8_t* cmd_depth, const uint16_t* cmd_bits, const uint8_t* dist_depth, const uint16_t* dist_bits, size_t* storage_ix, uint8_t* storage) StoreDataWithHuffmanCodes() argument
[all...]

Completed in 15 milliseconds