You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split fine directional prediction search into 2 passes
1. Search matching deltas for luma and chroma
2. Refine chroma delta for best luma delta
Iterations are the sum of luma/chroma deltas rather than the product.
On thaloundeskmtg360p_60f.y4m at speed 5 and quantizer 100, this yields
37% overall speed-up. This clip has 2 keyframes out of 60 frames and
they are ~40% directionally predicted.
Expected average speedup on objective-1-fast is ~16%.
0 commit comments