]> granicus.if.org Git - libvpx/commit
Allocate dual buffer sets for encoding
authorJingning Han <jingning@google.com>
Fri, 1 Nov 2013 19:53:37 +0000 (12:53 -0700)
committerJingning Han <jingning@google.com>
Tue, 12 Nov 2013 00:24:39 +0000 (16:24 -0800)
commit3b3aea68344c6bb3107b8189d57c671f4101425f
tree3d25106ad5b888458ff0da276f351e536c7f6ddf
parent6f9549381dffa4168a80c7524bb52fc1e3b6ab93
Allocate dual buffer sets for encoding

Allocate memory space of dual buffer sets that store the coeff, qcoeff,
dqcoeff, and eobs. Connect the pointers of macroblock_plane and
macroblockd_plane to the actual buffer in use accordingly.

Change-Id: I2f0b5f482ca879fae39095013eaf8901db20a5a4
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_rdopt.c