Searched refs:code_length_bitdepth_symbols (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c223 const uint16_t* code_length_bitdepth_symbols,
228 BrotliWriteBits(code_length_bitdepth[ix], code_length_bitdepth_symbols[ix],
293 uint16_t code_length_bitdepth_symbols[BROTLI_CODE_LENGTH_CODES]; local in function:BrotliStoreHuffmanTree
327 code_length_bitdepth_symbols);
342 code_length_bitdepth_symbols,
220 BrotliStoreHuffmanTreeToBitMask(const size_t huffman_tree_size,const uint8_t * huffman_tree,const uint8_t * huffman_tree_extra_bits,const uint8_t * code_length_bitdepth,const uint16_t * code_length_bitdepth_symbols,size_t * BROTLI_RESTRICT storage_ix,uint8_t * BROTLI_RESTRICT storage) argument

Completed in 3 milliseconds