]> granicus.if.org Git - libvpx/commit
Use 64 bit to accumulate frame sse.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 19 Dec 2014 16:58:05 +0000 (16:58 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 7 Jan 2015 14:13:16 +0000 (14:13 +0000)
commita3c1a9b4193f199d67954d70ba83e11ea87a99f1
tree99b62443e05b600971ecc0fb20521ae1a2696bc0
parent1da0402efffff6cd5ba02ce2614edc9a5719c0aa
Use 64 bit to accumulate frame sse.

When testing frame sse to choose a loop filter value and
when checking ambient error in kf Q selection, use 64 bit
values for accumulating the sse, to avoid risk of overflow
for large image formats.

Change-Id: I03765d16c843d0ade61a45b0cd46312472697e57
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_picklpf.c