Accumulate frame tpl stats and pass through rate control api
authorCheng Chen <chengchen@google.com>
Thu, 5 Nov 2020 23:26:54 +0000 (15:26 -0800)
committerCheng Chen <chengchen@google.com>
Mon, 9 Nov 2020 21:14:19 +0000 (13:14 -0800)
commitb1d704f12af9b96b39ce1e1493c36bb4b3a3fb2a
tree372ec0f8fc21df24a98e4956151092ac1583469a
parent220e4331bd4896e1cefabc713326ab28bc781f90
Accumulate frame tpl stats and pass through rate control api

Tpl stats is computed at the beginning of encoding the altref
frame. We aggregate tpl stats of all blocks for every frame of
the current group of picture.

After the altref frame is encoded, the tpl stats is passed through
the encode frame result to external environment.
Change-Id: I2284f8cf9c45d35ba02f3ea45f0187edbbf48294
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/simple_encode.cc
vp9/simple_encode.h