Searched defs:cmd_depth (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | compress_fragment.c | 132 uint8_t cmd_depth[BROTLI_NUM_COMMAND_SYMBOLS] = { 0 }; local in function:BuildAndStoreCommandPrefixCode 425 BrotliCompressFragmentFastImpl(MemoryManager * m,const uint8_t * input,size_t input_size,BROTLI_BOOL is_last,int * table,size_t table_bits,uint8_t cmd_depth[128],uint16_t cmd_bits[128],size_t * cmd_code_numbits,uint8_t * cmd_code,size_t * storage_ix,uint8_t * storage) argument [all...] |
| H A D | compress_fragment_two_pass.c | 75 uint8_t cmd_depth[BROTLI_NUM_COMMAND_SYMBOLS] = { 0 }; local in function:BuildAndStoreCommandPrefixCode [all...] |
| H A D | brotli_bit_stream.c | 1144 uint8_t cmd_depth[BROTLI_NUM_COMMAND_SYMBOLS]; local in function:BrotliStoreMetaBlockTrivial 1237 uint8_t cmd_depth[BROTLI_NUM_COMMAND_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
|
Completed in 5 milliseconds