highbd_quantize_fp_32x32: normalize abs_qcoeff type
authorJames Zern <jzern@google.com>
Thu, 22 Jun 2017 01:56:10 +0000 (18:56 -0700)
committerJames Zern <jzern@google.com>
Thu, 22 Jun 2017 01:56:10 +0000 (18:56 -0700)
commit9e1d2de67c1e74334cb452523343faee2ef15341
treeba4f12a381a9f92abb6950ca422e25fbe4db8378
parent355432b0d2c3d700022ab1f6858a9ce58074a46c
highbd_quantize_fp_32x32: normalize abs_qcoeff type

use an int to quiet an unsigned rollover warning similar to:
25110f283 Fix an ubsan warning: vp9_quantizer.c

Change-Id: Iedecb79a17249bc18f10c0920f88cf704920f12b
vp9/encoder/vp9_quantize.c