]> granicus.if.org Git - libvpx/commit
Allocate four |zcoeff_blk| for sub8x8 contexts.
authorAlex Converse <aconverse@google.com>
Thu, 23 Jul 2015 22:43:48 +0000 (15:43 -0700)
committerAlex Converse <aconverse@google.com>
Thu, 23 Jul 2015 22:43:48 +0000 (15:43 -0700)
commite905da6f9c573de4de7c3b631697b553922d169b
treeef4ae54c46ee90b31bff82e63614ce2246b1d9d6
parentfa84acb441a17fe969c40b99f182865747ddba1f
Allocate four |zcoeff_blk| for sub8x8 contexts.

The RD and load save/code grabs it as groups of four. In practice there
is no change to physical allocations becaquse this is backed by a 16-byte
memalign.

Change-Id: I01e89769872300e23227e03dd24a6e229f482025
vp9/encoder/vp9_context_tree.c