silent a lot of MSVC compiler warnings
authorYaowu Xu <yaowu@google.com>
Mon, 5 Nov 2012 22:22:59 +0000 (14:22 -0800)
committerYaowu Xu <yaowu@google.com>
Tue, 6 Nov 2012 17:09:25 +0000 (09:09 -0800)
commit8a336b0d0dc49009f4289d4e80c06c28c5321965
tree5e3db78854c138d3805175aafdcf4764288ad620
parenta721e5cb0f1dbb9ca973329a71d89deec9899f8a
silent a lot of MSVC compiler warnings

there are still a couple type of warning left, which are related to
double constants assigned to float type. As those would be addressed
by the conversion of transforms into integer version. This commit
has left those un-dealt with.

Change-Id: I48fd9b489c0c27ad6b543f4177423419f929f2bb
20 files changed:
vp9/common/blockd.h
vp9/common/quant_common.c
vp9/decoder/dboolhuff.h
vp9/decoder/decodemv.c
vp9/decoder/decodframe.c
vp9/decoder/detokenize.c
vp9/encoder/bitstream.c
vp9/encoder/encodeframe.c
vp9/encoder/encodemv.c
vp9/encoder/encodemv.h
vp9/encoder/firstpass.c
vp9/encoder/lookahead.c
vp9/encoder/mbgraph.c
vp9/encoder/mcomp.c
vp9/encoder/onyx_if.c
vp9/encoder/onyx_int.h
vp9/encoder/ratectrl.c
vp9/encoder/rdopt.c
vp9/vp9_cx_iface.c
vpx_ports/x86.h