]> granicus.if.org Git - libvpx/commit
Seperate the frame buffers from VP9 encoder/decoder structure.
authorhkuang <hkuang@google.com>
Fri, 20 Jun 2014 22:02:52 +0000 (15:02 -0700)
committerhkuang <hkuang@google.com>
Wed, 2 Jul 2014 22:34:20 +0000 (15:34 -0700)
commit28a794f680ebfbb50a1618b0ceaff0cb6cf1b972
tree2aa81c822b1a1ca4e6672f03b0c5c51fe940a0b7
parentbf58d1725c2f6b12e0403d584ab973c569056a71
Seperate the frame buffers from VP9 encoder/decoder structure.

Prepare for frame parallel decoding, the frame buffers must be
separated from the encoder and decoder structure, while the encoder
and decoder will hold the pointer of the BufferPool.

Change-Id: I172c78f876e41fb5aea11be5f632adadf2a6f466
vp9/common/vp9_alloccommon.c
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decoder.c
vp9/decoder/vp9_decoder.h
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_rdopt.c
vp9/vp9_cx_iface.c
vp9/vp9_dx_iface.c