]> granicus.if.org Git - libvpx/commit
Fix section intra rating for first ARF interval
authorDeepa K G <deepa.kg@ittiam.com>
Tue, 14 May 2019 08:40:21 +0000 (14:10 +0530)
committerDeepa K G <deepa.kg@ittiam.com>
Thu, 16 May 2019 06:13:14 +0000 (11:43 +0530)
commit4dce2d0f7d9991337d830e595ed8588e082dc9a2
treec549ff59a5d9bb9088ae099b7f9bd4e11ead936c
parent14cc2c4709c37b4fde40b1d978f6081e5d7f4f09
Fix section intra rating for first ARF interval

The section intra rating used for the frames in the
first ARF interval was based on entire key frame
interval. However, for subsequent ARF intervals it was
based on that ARF interval. This discrepancy is fixed.

Change-Id: I3df358861d720e536c9c6f15da1cbd78f2dfffbc
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.h
vp9/encoder/vp9_picklpf.c