Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dblock_encoder_inc.h18 const size_t table_size = histograms_size * self->histogram_length_; in BuildAndStoreEntropyCodes()
26 size_t ix = i * self->histogram_length_; in BuildAndStoreEntropyCodes()
27 BuildAndStoreHuffmanTree(&histograms[i].data_[0], self->histogram_length_, in BuildAndStoreEntropyCodes()
H A Dbrotli_bit_stream.c829 size_t histogram_length_; member
845 self->histogram_length_ = histogram_length; in InitBlockEncoder()
881 self->entropy_ix_ = block_type * self->histogram_length_; in StoreSymbol()
910 size_t ix = histo_ix * self->histogram_length_ + symbol; in StoreSymbolWithContext()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dblock_encoder_inc.h18 const size_t table_size = histograms_size * self->histogram_length_; in BuildAndStoreEntropyCodes()
26 size_t ix = i * self->histogram_length_; in BuildAndStoreEntropyCodes()
27 BuildAndStoreHuffmanTree(&histograms[i].data_[0], self->histogram_length_, in BuildAndStoreEntropyCodes()
H A Dbrotli_bit_stream.c829 size_t histogram_length_; member
845 self->histogram_length_ = histogram_length; in InitBlockEncoder()
881 self->entropy_ix_ = block_type * self->histogram_length_; in StoreSymbol()
910 size_t ix = histo_ix * self->histogram_length_ + symbol; in StoreSymbolWithContext()

Completed in 6 milliseconds