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
1 file changed