Searched refs:entropy_ix_ (Results 1 – 1 of 1) sorted by relevance
852 size_t entropy_ix_; member868 self->entropy_ix_ = 0; in InitBlockEncoder()896 self->entropy_ix_ = block_type * self->histogram_length_; in StoreSymbol()902 size_t ix = self->entropy_ix_ + symbol; in StoreSymbol()918 self->entropy_ix_ = (size_t)block_type << context_bits; in StoreSymbolWithContext()924 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()