vp10: extend range for delta Q values.
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 1 Oct 2015 02:01:41 +0000 (22:01 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 6 Oct 2015 00:58:32 +0000 (20:58 -0400)
commit612104bb8dd3b40a635deebaca445f00aa069220
treeddfdffeb77107b5c421f6327f9eff965b9b95328
parentce3780251cd9cab3b9495fb78b7f8d2773f45acf
vp10: extend range for delta Q values.

See issue 1051. 6 bits is fairly arbitrary but at least allows writing
delta Q values that are fairly normal in other codecs. I can extend to
8 if people want full range, although I personally don't have any need
for that.

Change-Id: I0a5a7c3d9b8eb3de4418430ab0e925d4a08cd7a0
vp10/decoder/decodeframe.c
vp10/encoder/bitstream.c