Vikas Arora c16cd99aba Speed up lossless encoder.
Speedup lossless encoder by 20-25% by optimizing:
- GetBestColorTransformForTile: Use techniques like binary search and
  local minima search to reduce the search space.
- VP8LFastSLog2Slow & VP8LFastLog2Slow: Adding the correction factor for
  log(1 + x) and increase the threshold for calling the approximate
  version of log_2 (compared to costly call to log()).

Change-Id: Ia2444c914521ac298492aafa458e617028fc2f9d
2014-02-21 22:13:50 -08:00
..
2013-12-16 20:16:02 -08:00
2013-12-16 20:16:02 -08:00
2014-02-13 15:55:30 -08:00
2014-02-13 15:55:30 -08:00
2014-02-21 22:13:50 -08:00
2013-12-16 20:16:02 -08:00