]> granicus.if.org Git - libvpx/commit
Reduce the frequency of partition size adjsutment
authorYaowu Xu <yaowu@google.com>
Tue, 25 Feb 2014 22:15:00 +0000 (14:15 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 26 Feb 2014 17:52:38 +0000 (09:52 -0800)
commitfe0c09c2aab48da32d2a1e78efad2f5310b1385f
tree30bcf4bf2eb1187ea8321167213480dd7dea674c
parentd66ecf0dc1a72a7e2f0f3e3f3c28be3b5798d184
Reduce the frequency of partition size adjsutment

The commit change to use partitions sizes directly from last frame
for frames directly where last frame selects partitions sizes based
on coding efficiency.

On --rt --cpu-used=-5, the change hurts compression by 4% but reduces
encoding time by ~20%

Change-Id: Ia68665e5c8489b7bfcf5fac7768332fba88928e6
vp9/encoder/vp9_onyx_if.c