]> granicus.if.org Git - libvpx/commit
Remove swap buffer speed feature
authorJingning Han <jingning@google.com>
Wed, 8 Jun 2016 16:49:03 +0000 (09:49 -0700)
committerJingning Han <jingning@google.com>
Wed, 8 Jun 2016 18:27:00 +0000 (11:27 -0700)
commit0d6980d7a1caa592058f8d5d618b012c160772f7
tree02679ccb4fecf2c06357ed1e0302bcf98b750e1c
parent33dafdb58b35c7710aeb6f66e62a2a5a85183e38
Remove swap buffer speed feature

The inter prediction residual can undergo different transform types
during the rate-distortion optimization search. The assumption used
in this speed feature no longer holds true. This commit removes the
related code to clean up the codebase and clear out unit test
failure in higher speed setting.

Change-Id: I7f7cd4df2345ed3e607c9fae75b38cd2dbde0cac
vp10/encoder/encodeframe.c
vp10/encoder/rd.c
vp10/encoder/rdopt.c