increase rate control buffer level precision
authorJohn Koleszar <jkoleszar@google.com>
Fri, 20 Aug 2010 15:04:10 +0000 (11:04 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 20 Aug 2010 15:04:48 +0000 (11:04 -0400)
commit8e7ebacb19be1a44a9b724ead70f7ae40a6827c3
treeb3380235931a2f55c4c2ed5e737baf9e18133cbf
parentb0660457fe46a48246e42a8e5c0ce78c0e2e4164
increase rate control buffer level precision

The external API exposes the RC initial/optimal/full buffer level in
milliseconds, but this value was truncated internally to seconds. This
patch allows the use of the full precision during the conversion from
time to bits.

Change-Id: If8dd2a87614c05747f81432cbe75dd9e6ed2f04e
vp8/encoder/onyx_if.c
vp8/vp8_cx_iface.c