]> granicus.if.org Git - libvpx/commit
Allow full coeff probability model and cost update
authorJingning Han <jingning@google.com>
Wed, 13 Aug 2014 17:38:21 +0000 (10:38 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Wed, 13 Aug 2014 21:17:14 +0000 (14:17 -0700)
commitccef8842d2f4df4f52efe66b6b94de707244804f
treec24ec5f1b78a015f26d0a0d876f2cf99ab9d3765
parent1e30547984e1d80f5b98214efc9f781cbcc85999
Allow full coeff probability model and cost update

This commit moves the simplified coefficient probability model
and costing update to speed 4, and turns on chessboard pattern
mode search for sub 720p sequences. The overall coding performance
of speed 3 is improved:
derf  0.889%
stdhd 1.744%

The speed 3 runtime for test sequences are improved:
bus cif at 1000 kbps 9823 ms -> 9642 ms
pedestrian 1080p 2000 kbps 189559 ms -> 183284 ms

Change-Id: Iecbc7496a68f31fd49fb09f8dfd97c028d675a5d
vp9/encoder/vp9_speed_features.c