]> granicus.if.org Git - libvpx/commit
Fix above context pointers
authorJohn Koleszar <jkoleszar@google.com>
Tue, 16 Jul 2013 17:20:56 +0000 (10:20 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 16 Jul 2013 17:26:56 +0000 (10:26 -0700)
commit5efd9609e30eb4220d100a8f32991f8e8b7b63a3
treebf98a282f46dd69b2596aa45a751704647b8ce3b
parent90ebfe621fccf231c25f4d55aa93da2df90f2d00
Fix above context pointers

In the prior code, the above context pointers used for entropy
decoding were initialized on the first frame, and not updated when
the frame size changed. The per-frame code which initializes the
contexts assumes that the contexts are contiguous, leading to an
incomplete initialization when the frame is smaller. This commit
updates the pointers so that the context is contigous whenever
the frame size changes.

Change-Id: I08b53e3a30c8289491212311682ff1b8028cff6c
vp9/common/vp9_alloccommon.c