Searched defs:lit_depth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | compress_fragment.c | 454 uint8_t lit_depth[256]; local in function:BrotliCompressFragmentFastImpl |
| H A D | brotli_bit_stream.c | 1142 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; local in function:BrotliStoreMetaBlockTrivial 1205 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; local in function:BrotliStoreMetaBlockFast 1235 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; local in function: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) argument [all...] |
Completed in 6 milliseconds