Skip to content
  • Yunqing Wang's avatar
    Fix uninitialized read in postprocessing · c8773416
    Yunqing Wang authored
    This patch fixed WebRTC Issue 3020: "Uninit error at
    vp8_mbpost_proc_down_xmm". The first 8 values in d were not initialized,
    but was accessed. This patch fixed c code as well as mmx and sse2 code.
    
    Change-Id: Iaa5b41a4ed3bea971b15fb826ce34b7ab4e36fb1
    c8773416