vp9_vaq.c: Cast result of round() to int to silence warning caused by clamp() call.
authorTom Finegan <tomfinegan@google.com>
Wed, 19 Feb 2014 02:26:42 +0000 (18:26 -0800)
committerTom Finegan <tomfinegan@google.com>
Wed, 19 Feb 2014 02:26:42 +0000 (18:26 -0800)
commit76c1896fda3ef3e0847b39882bf6143af245df06
tree367f9da29896f96c3f5922590437585d379083e6
parente3178d0c1c21534f933cb8196b79e420c5760d1a
vp9_vaq.c: Cast result of round() to int to silence warning caused by clamp() call.

clamp() wants an int, round returns a double, warning! Too bad we can't just use lrint.

Change-Id: I9c08289dde742fac0d673df8559a1892edcd1bc7
vp9/encoder/vp9_vaq.c