summaryrefslogtreecommitdiff
path: root/args.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-08-28 09:21:58 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-08-29 14:29:31 -0700
commit6ddf1e152acbade83e166d0d7dffc5e3c07cbf05 (patch)
tree65b169f69c432c1c6860d859188aec0d6a8f18f2 /args.h
parent02e6ecdc4c0bc1216f6748fe95ff6864d0f8304e (diff)
downloadlibvpx-6ddf1e152acbade83e166d0d7dffc5e3c07cbf05.tar
libvpx-6ddf1e152acbade83e166d0d7dffc5e3c07cbf05.tar.gz
libvpx-6ddf1e152acbade83e166d0d7dffc5e3c07cbf05.tar.bz2
libvpx-6ddf1e152acbade83e166d0d7dffc5e3c07cbf05.zip
Fix int64_t to unsigned int conversion warnings
Use unsigned int type to store the sse in the pixel domain. The precision is sufficient to handle sse of block size up to 64x64. The transform domain version however needs int64_t, since there is a transfer gain applied in the forward transformation that might cause unsigned int overflow. Change-Id: Ifef97c38597e426262290f35341fbb093cf0a079
Diffstat (limited to 'args.h')
0 files changed, 0 insertions, 0 deletions