]> granicus.if.org Git - libvpx/commit
Force ARNR filtering to be centered on the ARF frame
authorAdrian Grange <agrange@google.com>
Fri, 18 Apr 2014 17:15:32 +0000 (10:15 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 22 Apr 2014 15:03:25 +0000 (08:03 -0700)
commit59e733ca81b707780901340686ecd7419077eb54
treea46a6c175fd41ecbc9e5efd667f3aa2c9fd019f8
parenta6266e0399b857d8dfa25fdbd2dfe02c206c8100
Force ARNR filtering to be centered on the ARF frame

ARNR filtering is now forced to be centered on the ARF
frame and the other two options have been removed.

The other modes of constructing the ARNR frame were
not used and there does not seem to be any good
reason to maintain them.

This is purely an encoder-side change.

Change-Id: Ic772636d23f280752973852b9740083532a49de2
test/borders_test.cc
test/cpu_speed_test.cc
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_temporal_filter.c
vp9/vp9_cx_iface.c
vpxenc.c