]> granicus.if.org Git - libvpx/commit
Make the use of ref_frame index consistent
authorJingning Han <jingning@google.com>
Tue, 30 Jul 2013 22:47:12 +0000 (15:47 -0700)
committerJingning Han <jingning@google.com>
Wed, 31 Jul 2013 02:49:36 +0000 (19:49 -0700)
commit86c384d39893cc569fda4c5e133c42659ae41b5f
treeff8a61cfe7dd88793260f6768a8d58820fac8bb1
parent525745b17ab832000c36b9823f6874ef657c187d
Make the use of ref_frame index consistent

Refactor the frame buffer referencing in choose_partition and make
it consistent with other places. This means to prevent potential
issues when we extend reference frame buffer.

Change-Id: I5ff33ed5f671e1f4cc7049622212769a9b4578d9
vp9/encoder/vp9_encodeframe.c