Fixed incorrect use of compute_qdelta()
authorPaul Wilkins <paulwilkins@google.com>
Thu, 28 Mar 2013 19:46:35 +0000 (19:46 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Thu, 4 Apr 2013 09:19:16 +0000 (10:19 +0100)
commit9b9136f8a2bbb619b01cde9eb253c564d8f5372b
tree0eb16ab645cf783453d1b4ca0a090ea938b7c42f
parent74e8bd11c287ac3c0d10dc832de8c2da38dbb7a9
Fixed incorrect use of compute_qdelta()

This function expects real Q values as inputs
not index values.

The use-age her impacts the Q chosen for force key
frames. Though this is a bug fix I have not yet verified
whether following the bug fix the q multiplier value used is
correct.

Change-Id: I49f6da894d90baeb1e86c820c335f02dc80d3b66
vp9/encoder/vp9_onyx_if.c