Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dblock_encoder_inc.h19 self->depths_ = BROTLI_ALLOC(m, uint8_t, table_size); in BuildAndStoreEntropyCodes()
28 alphabet_size, tree, &self->depths_[ix], &self->bits_[ix], in BuildAndStoreEntropyCodes()
H A Dbrotli_bit_stream.c838 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()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dblock_encoder_inc.h19 self->depths_ = BROTLI_ALLOC(m, uint8_t, table_size); in BuildAndStoreEntropyCodes()
28 alphabet_size, tree, &self->depths_[ix], &self->bits_[ix], in BuildAndStoreEntropyCodes()
H A Dbrotli_bit_stream.c838 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()

Completed in 6 milliseconds