Eliminated prev_mip memsets/memcpys in encoder
authorScott LaVarnway <slavarnway@google.com>
Thu, 11 Jul 2013 14:47:28 +0000 (10:47 -0400)
committerScott LaVarnway <slavarnway@google.com>
Thu, 11 Jul 2013 14:47:28 +0000 (10:47 -0400)
commitf2a6bcfb18c9fc6c92ae26b00e502fb25b98bf68
treedf12eb73230602dba3ae6a0bbd7ae8f71369db26
parent5000cdf0ff752abc5a64d21e914d94be8fdb9ebe
Eliminated prev_mip memsets/memcpys in encoder

This patch is in experimental but was not merged into master.

This patch swaps ptrs instead of copying and uses the
last show_frame flag instead of setting the entire buffer
to zero.

Change-Id: Ia0950466c8ba301a2a5bf917ff3d07bc1a2c2311
vp9/encoder/vp9_onyx_if.c