Disable tpl model in GF-only GOP structure
authorJingning Han <jingning@google.com>
Wed, 14 Nov 2018 22:58:56 +0000 (14:58 -0800)
committerJingning Han <jingning@google.com>
Wed, 14 Nov 2018 22:58:56 +0000 (14:58 -0800)
commit66a6cfa5eb36dbc2e48bb154d28b1c229c7468a3
tree09e3fdc39f00884aad49ad075be63c79f20ab76f
parent38eb8e7752da9cc086f7843ecf830c37ba11157e
Disable tpl model in GF-only GOP structure

The tpl model assumes a relative short stats buffer length. Hence
it is not ready to support GF-only GOP structure where the max
length can go up to 250. Disable tpl model in such setting to avoid
a rare encode failure in GF-only setting.

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