vpx/vp10
paulwilkins 9ce611a764 1 pass VBR mode bug fix.
(copied from VP9)

The one pass VBR mode selects a Q range based on a
moving average of recent Q values. This calculation
should have been excluding arf overlay frames as these
are usually coded at the highest allowed value. Their
inclusion skews the average and can cause it to drift
upwards even when the clip as a whole is undershooting.

As such it can undermine correct adaptation of the allowed
Q range especially for easy content.

Change-Id: I9e12da84e12917e836b6e53ca4dfe4f150b9efb1
2015-12-15 15:02:40 +00:00
..
common Remove palette from VP10 2015-12-03 12:30:47 -08:00
decoder Remove palette from VP10 2015-12-03 12:30:47 -08:00
encoder 1 pass VBR mode bug fix. 2015-12-15 15:02:40 +00:00
exports_dec Fork VP9 and VP10 codebase 2015-08-11 17:05:28 -07:00
exports_enc Fork VP9 and VP10 codebase 2015-08-11 17:05:28 -07:00
vp10_common.mk Merge "Isolate vp10's fwd_txfm from vp9" 2015-09-11 00:10:45 +00:00
vp10_cx_iface.c vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe. 2015-10-20 14:48:31 -04:00
vp10_dx_iface.c Rename display_{size,width,height} to render_*. 2015-09-25 21:34:29 -04:00
vp10_iface_common.h vp9/10: improve support for render_width/height. 2015-09-25 22:18:22 -04:00
vp10cx.mk Remove palette from VP10 2015-12-03 12:30:47 -08:00
vp10dx.mk Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00