DecisionInfo.SLL_TotalLook

The sum of the lookahead required for SLL prediction for this decision. Note that SLL prediction is used before LL prediction for performance reasons even when {@link PredictionMode#LL} or {@link PredictionMode#LL_EXACT_AMBIG_DETECTION} is used.

class DecisionInfo
long SLL_TotalLook;

Meta