From: Scott LaVarnway Date: Mon, 24 Sep 2012 23:15:54 +0000 (-0700) Subject: Merge "Move frame allocations out of vp8_decode_frame()" X-Git-Tag: v1.2.0~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb492100cd0af76afaf3efc627e49abcc35efa7e;p=libvpx Merge "Move frame allocations out of vp8_decode_frame()" --- eb492100cd0af76afaf3efc627e49abcc35efa7e diff --cc vp8/decoder/onyxd_int.h index d6926a8ec,022c6985b..0063beb63 --- a/vp8/decoder/onyxd_int.h +++ b/vp8/decoder/onyxd_int.h @@@ -37,10 -37,11 +37,12 @@@ typedef struct VP8D_COM { DECLARE_ALIGNED(16, MACROBLOCKD, mb); + YV12_BUFFER_CONFIG *dec_fb_ref[NUM_YV12_BUFFERS]; + DECLARE_ALIGNED(16, VP8_COMMON, common); - vp8_reader bc, bc2; + /* the last partition will be used for the modes/mvs */ + vp8_reader mbc[MAX_PARTITIONS]; VP8D_CONFIG oxcf;