Call tpl model build at the beginning of a GOP
authorJingning Han <jingning@google.com>
Wed, 10 Oct 2018 21:52:30 +0000 (14:52 -0700)
committerJingning Han <jingning@google.com>
Wed, 10 Oct 2018 21:52:30 +0000 (14:52 -0700)
commitd0f7f002b13081ed016033741a021987f70ac568
tree80bff09b581b5b50157a1a88879fda50136e869b
parent71ff94d3d378996a1a3be1042db3a3edf97180ee
Call tpl model build at the beginning of a GOP

The gop index 0 is default as kf / gf. The effective first coding
frame controlled by the current GOP rate allocation is indexed 1.
Call the tpl model build for the current GOP once at index 1
position. This would unify the calling system for single/multi-layer
ARF GOP structure.

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