]> granicus.if.org Git - libvpx/commit
Refactor the model for rect partition pruning
authorHui Su <huisu@google.com>
Thu, 7 Feb 2019 04:09:33 +0000 (20:09 -0800)
committerHui Su <huisu@google.com>
Thu, 7 Feb 2019 17:52:26 +0000 (09:52 -0800)
commit33218c2034f1b97fc5de933128edc2d79dce080f
tree5b423c54749d0d7234701bb3f2cd05f12fb569cf
parentce4336c2ab60d185b431345987b2188511760e54
Refactor the model for rect partition pruning

Remove the block variance and skip flags from the input features. They
do not seem to reduce the average loss of the model. Also decrease the
number of hidden nodes. The model size is reduced significantly.

Compression quality and speed are both neutral.

Change-Id: Ic62f73c4f4c0a3148285f575747f0423ff568c64
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_partition_models.h
vp9/encoder/vp9_speed_features.c