Searched refs:lit_bits (Results 1 – 3 of 3) sorted by relevance
/external/brotli/c/enc/ |
D | brotli_bit_stream.c | 1113 const uint16_t* lit_bits, in StoreDataWithHuffmanCodes() argument 1132 lit_depth[literal], lit_bits[literal], storage_ix, storage); in StoreDataWithHuffmanCodes() 1161 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial() local 1182 lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial() 1193 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial() 1222 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local 1235 lit_depth, lit_bits, in BrotliStoreMetaBlockFast() 1241 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockFast() 1252 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast() local 1265 lit_depth, lit_bits, in BrotliStoreMetaBlockFast() [all …]
|
D | compress_fragment.c | 456 uint16_t lit_bits[256]; in BrotliCompressFragmentFastImpl() local 470 m, input, block_size, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl() 585 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl() 687 EmitLiterals(next_emit, insert, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl() 695 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl() 715 m, input, block_size, lit_depth, lit_bits, storage_ix, storage); in BrotliCompressFragmentFastImpl()
|
D | compress_fragment_two_pass.c | 443 uint16_t lit_bits[256]; in StoreCommands() local 454 lit_depths, lit_bits, in StoreCommands() 482 BrotliWriteBits(lit_depths[lit], lit_bits[lit], storage_ix, storage); in StoreCommands()
|