summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/quantize_sse2.asm
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-12-09 15:59:22 -0500
committerJohn Koleszar <jkoleszar@google.com>2010-12-09 16:05:26 -0500
commitcb9698951c8c57b6cdb185c73db1dec42f4574ec (patch)
tree9bff757c03451678e49d7a97e4124b5486f8b46e /vp8/encoder/x86/quantize_sse2.asm
parentc63fc881e109de884e98959ecabcc057fbba2d32 (diff)
downloadlibvpx-cb9698951c8c57b6cdb185c73db1dec42f4574ec.tar
libvpx-cb9698951c8c57b6cdb185c73db1dec42f4574ec.tar.gz
libvpx-cb9698951c8c57b6cdb185c73db1dec42f4574ec.tar.bz2
libvpx-cb9698951c8c57b6cdb185c73db1dec42f4574ec.zip
fix uninitialized read in encode breakout
Change I3430820 performed an uninitialized read when encode_breakout == 0, since the sum and sse wouldn't be set: if(x->encode_breakout) VARIANCE_INVOKE(..., get16x16var)(..., &sum, &sse); if (cpi->active_map_enabled && x->active_ptr[0] == 0) { ... } else if (sse < x->encode_breakout) Change-Id: I915eb76d1227b4b6d1137a0dedf2c143860098a2
Diffstat (limited to 'vp8/encoder/x86/quantize_sse2.asm')
0 files changed, 0 insertions, 0 deletions