Searched refs:entropy_ix_ (Results 1 – 2 of 2) sorted by relevance
837 size_t entropy_ix_; member853 self->entropy_ix_ = 0; in InitBlockEncoder()881 self->entropy_ix_ = block_type * self->histogram_length_; in StoreSymbol()887 size_t ix = self->entropy_ix_ + symbol; in StoreSymbol()903 self->entropy_ix_ = (size_t)block_type << context_bits; in StoreSymbolWithContext()909 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()