Home
last modified time | relevance | path

Searched refs:lit_depth (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dbrotli_bit_stream.c1116 const uint8_t* lit_depth, in StoreDataWithHuffmanCodes() argument
1136 lit_depth[literal], lit_bits[literal], storage_ix, storage); in StoreDataWithHuffmanCodes()
1159 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial() local
1183 lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1195 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1222 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1236 lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1242 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1252 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1266 lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
[all …]
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()