Home
last modified time | relevance | path

Searched refs:lit_bits (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/enc/
Dbrotli_bit_stream.c1100 const uint16_t* lit_bits, in StoreDataWithHuffmanCodes() argument
1119 lit_depth[literal], lit_bits[literal], storage_ix, storage); in StoreDataWithHuffmanCodes()
1143 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial() local
1166 lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1178 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1206 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1219 lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1225 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1236 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local
1249 lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
[all …]
Dcompress_fragment.c455 uint16_t lit_bits[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()
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()
Dcompress_fragment_two_pass.c474 uint16_t lit_bits[256]; in StoreCommands() local
485 lit_depths, lit_bits, in StoreCommands()
513 BrotliWriteBits(lit_depths[lit], lit_bits[lit], storage_ix, storage); in StoreCommands()