]> granicus.if.org Git - libvpx/commit
vpx_int_pro_col_sse2: use unaligned loads
authorJames Zern <jzern@google.com>
Wed, 23 Oct 2019 02:56:31 +0000 (19:56 -0700)
committerJames Zern <jzern@google.com>
Wed, 23 Oct 2019 02:58:29 +0000 (19:58 -0700)
commit849b63ffe1723e4e3c021c821cbd50db7cb5211d
treec327798eb3ced9f54204249e534c42640e471a98
parent2a9698c1113e209f531fc1cbf814018ab35d1123
vpx_int_pro_col_sse2: use unaligned loads

this fixes a segfault when scaling is enabled; in some cases depending
on the ratio offsets may become odd.

vpx_int_pro_row_sse2 was updated previously, though the reason wasn't
listed:
54eda13f8 Apply fast motion search to golden reference frame

BUG=webm:1600

Change-Id: I8d5e105d876d8cf917919da301fce362adffab95
vpx_dsp/x86/avg_intrin_sse2.c