vpx/vp9/encoder
Ronald S. Bultje 118ccdcd30 Inverse dimension order in token_cost array.
This allows us to increment the position at the band-level only as
we go from one band to the next; more importantly, that allows us to
use an add instead of multiply instruction, and omit the instruction
altogether if the band doesn't change from one coef to the next, thus
being slightly faster (probably more noticeable on systems where a
multiply is expensive, like arm).

Change-Id: I4343fe35b9f9a47fa00b217bdcbf5f91ff96c381
2013-07-26 17:30:04 -07:00
..
2013-06-07 16:00:26 -07:00
2013-07-03 10:11:59 -07:00
2013-07-26 13:59:39 -07:00
2013-07-11 17:22:03 -07:00
2013-07-25 14:13:48 -07:00
2013-02-21 13:50:15 -08:00
2013-07-25 14:13:48 -07:00
2013-02-28 13:18:02 -08:00
2013-07-26 13:59:39 -07:00
2013-04-10 13:45:22 -07:00
2013-02-21 10:34:33 -08:00
2013-02-21 10:34:33 -08:00
2013-04-19 22:16:28 +01:00