]> granicus.if.org Git - libvpx/commit
Replace copy_partitioning use case with choose_partitioning
authorJingning Han <jingning@google.com>
Wed, 15 Oct 2014 18:37:20 +0000 (11:37 -0700)
committerJingning Han <jingning@google.com>
Wed, 15 Oct 2014 18:37:20 +0000 (11:37 -0700)
commit89b8c7a51390351db4fd5f7bbf1c8a3c547898e5
tree520ee6586e8d993552cd67ad8af159818a486470
parent2040bb58fbec7d06d5bdb1f6628bb058d3132ebf
Replace copy_partitioning use case with choose_partitioning

This commit replaces the use of copy_partitioning with
choose_partitioning based on the sse of subsamped pixels, which
provides significantly better coding performance and runs at
similar speed, as compared to copy_partitioning. It improves rtc
speed 5 coding performance by 3%.

Change-Id: I52d3682a12dce0147f5e52383a594fc242ca3228
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_speed_features.c