Home | History | Annotate | Download | only in src

Lines Matching full:context_index

1441     minor_key_ = ContextIndexBits::encode(lookup_result->context_index) |
1447 int context_index() const { return ContextIndexBits::decode(minor_key_); }
1452 return ContextIndexBits::is_valid(lookup_result->context_index) &&