vpx/vp9
hkuang 7eca086707 Add segmentation map array for current and last frame segmentation.
The original implementation only allocates one segmentation map and this
works fine for serial decode. But for frame parallel decode,  each thread
need to have its own segmentation map and the last frame segmentation map
should be provided from last frame decoding thread.

After finishing decoding a frame, thread need to serve the old segmentation
map that associate with the previous decoded frame. The thread also need to
use another segmentation map for decoding the current frame.

Change-Id: I442ddff36b5de9cb8a7eb59e225744c78f4492d8
2014-07-28 10:44:02 -07:00
..
common Add segmentation map array for current and last frame segmentation. 2014-07-28 10:44:02 -07:00
decoder Add segmentation map array for current and last frame segmentation. 2014-07-28 10:44:02 -07:00
encoder Seperate the frame buffers from VP9 encoder/decoder structure. 2014-07-02 15:34:20 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc Removing vpx_codec_vp9x_cx and internal experimental flag. 2013-12-27 14:01:12 -08:00
vp9_common.mk Move vp9_thread.* to common. 2014-07-11 15:24:31 -07:00
vp9_cx_iface.c Seperate the frame buffers from VP9 encoder/decoder structure. 2014-07-02 15:34:20 -07:00
vp9_dx_iface.c ctrl_get_reference does not need user_priv. 2014-07-02 19:28:38 -07:00
vp9_iface_common.h Adds support for reading and writing 10/12-bit y4m 2014-07-02 05:41:14 -07:00
vp9cx.mk vp9cx.mk: move avx c files outside of x86inc block 2014-06-25 12:20:46 -07:00
vp9dx.mk Move vp9_thread.* to common. 2014-07-11 15:24:31 -07:00