]> granicus.if.org Git - libvpx/commit
fixed the reading too many bytes
authorYaowu Xu <yaowu@google.com>
Tue, 27 Aug 2013 15:39:20 +0000 (08:39 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 27 Aug 2013 15:39:20 +0000 (08:39 -0700)
commit9482c07953069401da9baeebd089564fcd75f30e
treefc579133e203a1123dd279646cc3ed49727ca19b
parent4505e8accbe2b88a029f20fc0cc0cddc966e42cd
fixed the reading too many bytes

In subpel_avg_variance functions, code similar to the following

punpkldq m2, [addr]

actually reads 8 bytes. For functions that are supposed to work on
buffers only have less 8 bytes a line, this caused valgrind error
of reading uninitialized memory.

Change-Id: I2a4c079dbdbc747829bd9e2ed85f0018ad2a3a34
vp9/encoder/x86/vp9_subpel_variance.asm