Skip to content
Snippets Groups Projects
Unverified Commit 982d16c3 authored by Frank Bossen's avatar Frank Bossen Committed by GitHub
Browse files

Use padded frames (#537)

* Modify plane data structure to allow for padded border

* Pad reconstructed frame

* Have ME consider motion vectors pointing outside frame boundary

* Remove clamping inside motion compensation loop

Clamping is now done outside the loop and relies on the frame
being padded.

* Reduce size of intermediate buffer in motion compensation

* Update encode/decode tests
parent d1ebacea
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment