Deb Mukherjee 10783d4f3a Adds high bitdepth transform functions and tests
Adds various high bitdepth transform functions and tests.
Much of the changes are related to using typedefs tran_low_t
and tran_high_t for the final transform cofficients and intermediate
stages of the transform computation respectively rather than fixed
types int16_t/int. When vp9_highbitdepth configure flag is off,
these map tp int16_t/int32_t, but when the flag is on, they map
to int32_t/int64_t to make space for needed extra precision.

Change-Id: I3c56de79e15b904d6f655b62ffae170729befdd8
2014-09-11 19:56:33 -07:00
..
2014-07-01 18:22:30 -07:00
2014-07-25 11:02:04 -07:00
2014-09-02 14:41:36 -07:00
2013-11-19 09:28:18 -08:00
2014-07-25 20:06:30 -07:00
2014-08-15 14:20:47 -07:00