Searched refs:depths_ (Results 1 – 2 of 2) sorted by relevance
/external/brotli/c/enc/ |
D | block_encoder_inc.h | 19 self->depths_ = BROTLI_ALLOC(m, uint8_t, table_size); in FN() 28 alphabet_size, tree, &self->depths_[ix], &self->bits_[ix], in FN()
|
D | brotli_bit_stream.c | 838 uint8_t* depths_; member 854 self->depths_ = 0; in InitBlockEncoder() 859 BROTLI_FREE(m, self->depths_); in CleanupBlockEncoder() 888 BrotliWriteBits(self->depths_[ix], self->bits_[ix], storage_ix, storage); in StoreSymbol() 911 BrotliWriteBits(self->depths_[ix], self->bits_[ix], storage_ix, storage); in StoreSymbolWithContext()
|