vpx/vp8/encoder
Paul Wilkins d39b5d0546 Removal of Qindex LUTS.
One of the problems arising when tweaking or adjusting the quantizer
tables is that there are a lot of look up tables that depend on the QINDEX.
Any adjustment to the link between QINDEX and real quantizer therefore tends
to break aspects of for example the rate control.

In this check in I have replaced several of the look up tables with functions that
approximate the same results as the old Q luts but use a formulaic approach
based on real Q values rather than QIndex. This should hopefully make it easier
to experiment with changes to the Q tables without always having to go through
and hand optimize a set of look up tables. Once things stabilize we may choose
to re-instate luts for the sake of performance.

Patch 2:
    Addressed Ronald's comments.
    vp8_init_me_luts() Added so luts only initialized once.

Change-Id: Ic80db2212d2fd01e08e8cb5c7dca1fda1102be57
2011-11-22 08:42:33 +00:00
..
2011-11-03 17:14:26 +00:00
2011-06-08 16:19:37 -04:00
2011-11-03 17:14:26 +00:00
2011-07-20 09:49:22 -07:00
2011-11-21 15:46:32 +00:00
2011-11-08 12:21:08 +00:00
2011-06-14 13:39:06 +03:00
2011-11-22 08:42:33 +00:00
2011-10-24 17:06:29 +01:00
2011-10-24 15:52:18 +01:00
2011-08-03 11:51:07 -04:00
2011-11-22 08:42:33 +00:00
2011-11-21 15:46:32 +00:00
2011-10-24 15:52:18 +01:00
2011-07-21 09:01:53 -07:00
2011-11-22 08:42:33 +00:00
2011-11-22 08:42:33 +00:00
2011-11-22 08:42:33 +00:00
2011-11-22 08:42:33 +00:00
2011-10-24 15:52:18 +01:00
2011-11-16 10:34:47 +00:00
2011-11-08 12:21:08 +00:00
2011-07-21 09:01:53 -07:00
2011-02-10 15:09:44 -05:00
2011-06-06 16:44:05 -07:00
2011-10-24 15:52:18 +01:00