Don't re-allocate comp_pred buffers for each call to comp motion search.
authorRonald S. Bultje <rbultje@google.com>
Sat, 22 Jun 2013 00:19:36 +0000 (17:19 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 24 Jun 2013 21:05:13 +0000 (14:05 -0700)
commit4dc70fa7f9a47096b5062f7d0600aafe4878dec4
tree51dc7cf0e5a8fbd4bd00736f7134fed91e89b3df
parent93f88ab55abfe0262789d6312f549d3adc484c58
Don't re-allocate comp_pred buffers for each call to comp motion search.

Instead, just allocate a few bytes on the stack, this is 4k, which isn't
all that much.

Change-Id: I82af6ee89e6ed01faaa23ff891ee7ced76df8c16
vp9/encoder/vp9_mcomp.c