]> granicus.if.org Git - libvpx/commit
Added another reference frame LAST4_FRAME
authorZoe Liu <zoeliu@google.com>
Sat, 19 Sep 2015 01:00:11 +0000 (18:00 -0700)
committerZoe Liu <zoeliu@google.com>
Thu, 24 Sep 2015 00:10:44 +0000 (17:10 -0700)
commit829dbf7a794e18152375a1d1aec9aea63bb83962
tree8dba40ddcaa06f67ae0dcd783fce6d5122a331a9
parent411c490bc30bca4c71102154372920de4d044a86
Added another reference frame LAST4_FRAME

Under the experiment of CONFIG_LAST4_REF. On derflr testset, using
highbitdepth (HBD), in average PSNR,

(1) LAST2+LAST3+LAST4 obtained +0.361% against LAST2+LAST3;
(2) LAST2+LAST3+LAST4 obtained +1.567% against baesline.

Change-Id: Ic8b14272de6a569df2b54418fa72b505e1ed3aad
19 files changed:
configure
vp9/common/vp9_blockd.h
vp9/common/vp9_entropymode.c
vp9/common/vp9_enums.h
vp9/common/vp9_loopfilter.h
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_pred_common.c
vp9/common/vp9_pred_common.h
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decoder.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_rd.c
vp9/encoder/vp9_rd.h
vp9/encoder/vp9_rdopt.c