]> granicus.if.org Git - libvpx/commit
Modified frame buffer handling
authorAdrian Grange <agrange@google.com>
Thu, 10 Jul 2014 22:35:51 +0000 (15:35 -0700)
committerAdrian Grange <agrange@google.com>
Thu, 17 Jul 2014 18:06:35 +0000 (11:06 -0700)
commitf68aaa38d65c0e97945b102c55e66c111396937c
treef3e02203ef952ea9006fa159ae514dac95e44072
parent943e43273b0a7369d07714e7fd2e19fecfb11c7c
Modified frame buffer handling

This patch is the first step toward simplifying the
frame buffer handling.

The final goal is to have a common frame buffer handling
framework for both encoder and decoder that incorporates
the existing ability to use externally allocated memory.

Change-Id: I2c378a4f54a39908915f46c4260e17a080db7ff1
vp9/common/vp9_alloccommon.c
vp9/common/vp9_alloccommon.h
vp9/common/vp9_postproc.c
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_encoder.c