]> granicus.if.org Git - libvpx/commit
Small speedup of ml_pruning_partition()
authorHui Su <huisu@google.com>
Fri, 8 Jun 2018 20:41:05 +0000 (13:41 -0700)
committerHui Su <huisu@google.com>
Fri, 8 Jun 2018 20:42:57 +0000 (13:42 -0700)
commit693c9a70f056289aa56fda3fa59576fbdb836519
tree03d1ad2592216366966d3a78742947037e9f0de2
parent3ac2b57015000dde5731ceb9fc824e86747c5945
Small speedup of ml_pruning_partition()

Terminate early and skip neural net model when linear score is already
high enough, which indicates that we should not skip split and
rectangular partitions.

No changes on compression; encoding speed improves slightly.

Change-Id: I4e0995090200eb4889344da905d2f7048673af5f
vp9/encoder/vp9_encodeframe.c