Home
last modified time | relevance | path

Searched refs:histo_ix (Results 1 – 1 of 1) sorted by relevance

/external/brotli/enc/
Dbrotli_bit_stream.c921 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext() local
922 size_t ix = histo_ix * self->alphabet_size_ + symbol; in StoreSymbolWithContext()