]> granicus.if.org Git - libvpx/commit
Fix calculations in GF only group case
authorDeepa K G <deepa.kg@ittiam.com>
Mon, 27 May 2019 12:32:00 +0000 (18:02 +0530)
committerDeepa K G <deepa.kg@ittiam.com>
Mon, 27 May 2019 12:32:00 +0000 (18:02 +0530)
commite3a061200eb7b96b3e568ecdc51ebfd5dbdebab7
treeb2a01e6d58a3c52061b508ef3a7a58c5be177295
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: Ic752f7d13d23772687e2fa407698766b3fdf5c67
vp9/encoder/vp9_firstpass.c