gen_scalers: fix 64-bit integer promotion bug
authorJohn Koleszar <jkoleszar@google.com>
Wed, 16 Jun 2010 16:27:52 +0000 (12:27 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 16 Jun 2010 16:27:52 +0000 (12:27 -0400)
commitbbfeefc7abf7b42b38ba911bcbce9220522a1db0
tree201087b5a4e22309aae72cc0060b84f4f2e21ded
parentec1871554b4793ad274ed8ae764ff5044d75e0d4
gen_scalers: fix 64-bit integer promotion bug

i needs to be treated as signed to get the proper indexing on 64-bit
platforms. This behavior was accidentally reverted when fixing an
unsigned/signed comparison warning.

Change-Id: Ic306d609bdc8de94c8f8ba29c6e45c736101a82e
vpx_scale/generic/gen_scalers.c