vpx/vp9/decoder
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
..
vp9_decodeframe.c Adds high bitdepth transform functions and tests 2014-09-11 19:56:33 -07:00
vp9_decodeframe.h Separates profile 2 into 2 profiles 2 and 3 2014-07-17 20:51:59 -07:00
vp9_decodemv.c Changed validation of reference frame size 2014-07-24 14:58:01 -07:00
vp9_decodemv.h Removing vp9_onyxd_int.h file. 2014-03-05 10:39:29 -08:00
vp9_decoder.c vp9: wait for key/intra-only frame after corruption 2014-09-09 19:36:11 -07:00
vp9_decoder.h vp9: wait for key/intra-only frame after corruption 2014-09-09 19:36:11 -07:00
vp9_detokenize.c Adds high bitdepth transform functions and tests 2014-09-11 19:56:33 -07:00
vp9_detokenize.h Renaming vp9_onyxd.h and vp9_onyxd_if.c to vp9_decoder.{h, c}. 2014-03-06 12:08:20 -08:00
vp9_dsubexp.c Remove an unused function 2014-04-20 14:50:35 -07:00
vp9_dsubexp.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_dthread.c Merge changes If8887e1d,I36bfc9c8,I3d1e6c42 2014-09-09 16:50:28 -07:00
vp9_dthread.h vp9_loop_filter_alloc: reorder parameters 2014-09-08 20:13:39 -07:00
vp9_read_bit_buffer.c Improve vp9_rb_bytes_read 2014-06-18 08:31:45 -07:00
vp9_read_bit_buffer.h vp9_read_bit_buffer.h convert header statics to global functions 2014-03-03 15:21:22 -08:00
vp9_reader.c Add VPXD_SET_DECRYPTOR support to the VP9 decoder. 2014-04-23 16:11:54 -07:00
vp9_reader.h fixes several -Wunused-function warnings 2014-08-12 16:51:07 -07:00