]> granicus.if.org Git - libvpx/commit
Fix msvc compiler warnings
authorYaowu Xu <yaowu@google.com>
Mon, 8 Feb 2016 17:41:43 +0000 (09:41 -0800)
committerYaowu Xu <yaowu@google.com>
Mon, 8 Feb 2016 18:14:08 +0000 (10:14 -0800)
commit3c28b4a8ff02cd825814949f336f3a3e6f342d7f
tree3e3757a1d3073dae26a3e48d5ef125c913c3788c
parentac898d221fd86b5b34c5f979b26893cb9e898655
Fix msvc compiler warnings

There were a number of compiler warnings:
1. int16_t to uint8_t in recon_intra.c;
2. double to float conversions in psnrhvs.c
3. intptr_t to int in quantize.c
4. size_t to int32_t in decoder.c

Change-Id: Id95423b17779dcfa6cf39d9a90fe8cb8b910f5df
vp10/common/reconintra.c
vp10/decoder/decoder.c
vp10/encoder/quantize.c
vp10/encoder/rdopt.c
vpx_dsp/psnrhvs.c