]> granicus.if.org Git - libvpx/commit
Fix calculations in GF only group case
authorDeepa K G <deepa.kg@ittiam.com>
Fri, 26 Apr 2019 10:09:13 +0000 (15:39 +0530)
committerDeepa K G <deepa.kg@ittiam.com>
Thu, 16 May 2019 06:22:52 +0000 (11:52 +0530)
commitc87ff4a09ddf50152918c127eebf11e3a6ef7b1e
treebf8c5b56b5ecd9cb9c7c4837ba2bb10d553dd929
parent14cc2c4709c37b4fde40b1d978f6081e5d7f4f09
Fix calculations in GF only group case

- Fix the number of frames considered in calculation of
  twopass active worst quality. For GF only group, frames
  considered should be one less than baseline gf interval
  accounting for the golden frame.
- Fix in calculation of normal_frames. As baseline gf
  interval includes the golden frame, the number of
  normal frames should be one less than baseline gf
  interval.

Change-Id: I6c0cd0a39db23586fc390a6fba5d7aebc0dfce08
vp9/encoder/vp9_firstpass.c