vpx/vp9/decoder
hkuang 55577431ae Bind motion vectors with frame buffer structure.
This will save a lot of memory for decoder due to removing of prev_mi,
but prev_mi is still needed in encoder. So this will increase a little bit
memory for encoder.

Change-Id: I24b2f1a423ebffa55a9bd2fcee1077dac995b2ed
2014-10-31 17:01:08 -07:00
..
vp9_decodeframe.c Bind motion vectors with frame buffer structure. 2014-10-31 17:01:08 -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 Bind motion vectors with frame buffer structure. 2014-10-31 17:01:08 -07:00
vp9_decodemv.h Removing vp9_onyxd_int.h file. 2014-03-05 10:39:29 -08:00
vp9_decoder.c Bind motion vectors with frame buffer structure. 2014-10-31 17:01:08 -07:00
vp9_decoder.h vp9: store TileWorkerData allocations separately 2014-10-16 17:27:57 +02:00
vp9_detokenize.c vp9_ethread: allocate frame contexts outside VP9_COMMON struct 2014-10-22 15:03:12 -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 add vp9_loop_filter_data_reset 2014-10-23 19:43:48 +02:00
vp9_dthread.h move LFWorkerData allocation to VP9LfSync 2014-10-16 18:55:46 +02: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