vp9_ratectrl: change ARF overlays rate correction factor
authorGuillaume Martres <smarter3@gmail.com>
Sat, 5 Apr 2014 23:07:53 +0000 (01:07 +0200)
committerGuillaume Martres <smarter3@gmail.com>
Mon, 7 Apr 2014 16:22:11 +0000 (18:22 +0200)
commit4664b219a298387c009b393de2c2a023adfaa741
tree551dda4c0a9ab582ed9575a7bf19a1e0a8eee8bf
parent0ec5919d4202c6e99b31cf707c7125536498f1f4
vp9_ratectrl: change ARF overlays rate correction factor

ARF overlays now use the same rate correction factor as regular inter
frames, further testing would be needed to see if it makes sense to use
a completely separate rate correction factor for ARF overlays.

$ vpxenc --cpu-used=5  --fps=50/1 --target-bitrate=2000
         parkjoy.y4m -o out.webm
=> Before: 3356 kb/s
=> After: 2271 kb/s

Change-Id: I73e4defa615ba7a8a2bdb845864f4b1721cbbffe
vp9/encoder/vp9_ratectrl.c