Fix integer overflow issue in bits allocated
authorDeepa K G <deepa.kg@ittiam.com>
Wed, 30 Jan 2019 09:20:56 +0000 (14:50 +0530)
committerDeepa K G <deepa.kg@ittiam.com>
Thu, 31 Jan 2019 06:01:53 +0000 (11:31 +0530)
commit492cdb48be745a8ec69ca1b232ad98c306ae884b
treec2fd73986b1a497ee0c1c13eb45701e5d1a170e5
parent3915f0616add47d9187b679802dd757a90f2977f
Fix integer overflow issue in bits allocated

When encoding at high bitrates, integer overflow
occurs in the the calculation of bits allocated
for layered ARF frames.

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