]> granicus.if.org Git - libvpx/commit
Fix potential encoder failure case in tpl model
authorJingning Han <jingning@google.com>
Mon, 13 Aug 2018 23:52:11 +0000 (16:52 -0700)
committerJingning Han <jingning@google.com>
Mon, 13 Aug 2018 23:54:23 +0000 (16:54 -0700)
commit058046c8808f6ea462bd57898276c9ac343aa46a
tree4200e0a6d1336a962298d74d253981725bddb981
parent25ca4edf74151dcd871c4012ac9748831526f49f
Fix potential encoder failure case in tpl model

When the group of picture runs over 24 in length, skip the use of
temporal dependency model, since the model assumes maximum 25
lookahead frames.

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