Skip to content

Avoid fast skip in case of inter-layer prediction (same POC): return MAX instead of 0

The fast skip algorithm (reduce split depth where skip decision is taken) has a threshold that is scaled by temporal distance. In case of inter-layer prediction, this should not apply (distance 0), hence the fix.

Merge request reports

Loading