]> granicus.if.org Git - libvpx/commit
vp9: disable postproc buffer alloc when unnecessary
authorJames Zern <jzern@google.com>
Fri, 27 Jun 2014 22:08:07 +0000 (15:08 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Sat, 28 Jun 2014 03:59:56 +0000 (20:59 -0700)
commit44472cde550764a2919ff2025e1d1ae40bc38ddf
tree01a3f70d3e20567bf5a1c4879dee5f7fa9836b56
parent715b8d3befdd24b81a564b819fc18f95296b24f1
vp9: disable postproc buffer alloc when unnecessary

the buffer is only used in encoding and only when
CONFIG_INTERNAL_STATS or CONFIG_VP9_POSTPROC is enabled.
a future change should decouple this from the frame buffer allocation
and make it conditional based on runtime flags when the above config
options are enabled.
reduces decode heap usage by at least 12%

Change-Id: Id0b97620d4936afefa538d3aadf32106743d9caf
vp9/common/vp9_alloccommon.c