Replace heap with stack memory allocation
authorAdrian Grange <agrange@google.com>
Tue, 24 Mar 2015 16:44:07 +0000 (09:44 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Wed, 25 Mar 2015 22:36:43 +0000 (15:36 -0700)
commit65df3d138a242e9d668da5d439bb842708ec9f2f
treeb175d541e828a63ac503b46d4511bf39c1c2a6cb
parent8d8d7bfde5d311bb7d4ff4e921a9dbaa8f389af5
Replace heap with stack memory allocation

Replaced the dynamic memory allocation of the
second_pred buffer with an allocation on the stack.

Change-Id: I2716c46b71e8587714ca5733a99eca2c68419b23
vp9/encoder/vp9_rdopt.c