]> granicus.if.org Git - libvpx/commit
fix vp9 fdct_quant
authorJohann <johannkoenig@google.com>
Mon, 7 Jan 2019 17:53:18 +0000 (09:53 -0800)
committerJohann <johannkoenig@google.com>
Mon, 7 Jan 2019 17:53:18 +0000 (09:53 -0800)
commit6efdd9ad483f7d86e503ab16e986202feed8b105
tree0d7da222c7ff37203e211020f311ddd1fa140524
parentb625feb3588e7e598fab2c0df1e28f2ea0a7b3e1
fix vp9 fdct_quant

Values in [q]coeff1 were not correctly stored. This caused a segfault
in the sse2 libvpx__nightly_optimization jobs.

Broken in:
commit 85032bac388917916f7a149173db8b34e93e8f6e
Author: Johann <johannkoenig@google.com>
Date:   Fri Dec 21 00:27:00 2018 +0000

    fdct_quant: resolve missing declarations

BUG=webm:1584

Change-Id: I5f5fad34ec5e32023f5b40ff3691125754c11ced
vp9/encoder/x86/vp9_dct_intrin_sse2.c