]> granicus.if.org Git - libvpx/commit
Unify set_arf_sign_bias function
authorJingning Han <jingning@google.com>
Tue, 21 Aug 2018 00:03:07 +0000 (17:03 -0700)
committerJingning Han <jingning@google.com>
Tue, 21 Aug 2018 00:07:59 +0000 (17:07 -0700)
commit0de8be5a777a76b39d5c201c1b807fae81c9ea9d
treed79b980b60316c218f3bdb355234cbb0d4e1fb26
parentba1a52b9cb81b4dbeccdfbcfca6a821846c61758
Unify set_arf_sign_bias function

Determine if an ARF is on the future side by checking if its
offset meets the gop frame length. This unifies the support to
single- and multiple-layer ARF cases.

Change-Id: I5ab26f54311c345a9b574ffca5ff0a8dbcf4c031
vp9/encoder/vp9_encoder.c