]> granicus.if.org Git - libvpx/commit
vp9: Move up reset of cyclic refresh under dynamic resize.
authorJerome Jiang <jianj@google.com>
Tue, 5 Jun 2018 22:21:29 +0000 (15:21 -0700)
committerMarco Paniconi <marpan@google.com>
Wed, 6 Jun 2018 05:31:16 +0000 (22:31 -0700)
commit87386826a95fda953162050a27f2506d8c1f3db5
tree22606883de3db4f4b9df56667b7961962b431405
parentd5bd2809f1eaf93203f8bad385f2b02fd03b01e7
vp9: Move up reset of cyclic refresh under dynamic resize.

When resize happens and cyclic refresh is not applied on the
current (resized) frame, the sb_index is not reset and then
might be out of boundary on future frames when the
cyclic refresh is applied.

Change-Id: I05282fc4bc2323522d60e019ed0790d69221a2f7
vp9/encoder/vp9_aq_cyclicrefresh.c