Skip to content
Snippets Groups Projects
Commit bf537275 authored by Frank Bossen's avatar Frank Bossen Committed by Thomas Daede
Browse files

Enable mixing intra and inter blocks in inter frames (#469)

* WIP motion vector reference search

* More searches

* Have a version that compiles

* Actually call MV prediction function

Fix a few bugs along the way

* Add computation of context for inter mode

* Have find_mvrefs return a mode_context value and use it

* Test but never select intra mode in inter frame

* Fixes to context derivation for inter mode

Some success with mixing intra and inter in a same frame but
still buggy

* Fixes to find MV references functions

Can encode/decode 20 frames at speed 4, but not at slower speed
settings

* Fix MV scan

Now intra/inter mixing works for all speed settings

* Fix issues that arose from rebase

* Remove lines that should not have been added

* Remove superfluous empty lines

* Supress compiler warnings

* A few cosmetic improvements
parent e4674776
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