Remove heap alloc of FIRSTPASS_STATS
authorJohn Koleszar <jkoleszar@google.com>
Mon, 6 May 2013 21:07:18 +0000 (14:07 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 6 May 2013 21:36:08 +0000 (14:36 -0700)
commit6462eebbddcf0ceb8bbcc8c3f025260230250d32
treeeceee0e08041c851e3b5a1f0ce71093abbbfc8ab
parent8dd8287e16d3afc037a4ad5a18863107868ff5ef
Remove heap alloc of FIRSTPASS_STATS

There is only one instance of these structures, no need for them
to be allocated separately on the heap.

Change-Id: I1333cc92d06bbe21be643c2b2f0e3936f0264cac
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_temporal_filter.c