From: Johann Date: Tue, 11 Jan 2011 16:22:29 +0000 (-0500) Subject: use unaligned load X-Git-Tag: v0.9.6~114^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f50f2fd2a73f2c5ee3f10ad077e780398df17cd7;p=libvpx use unaligned load source buffer is not guaranteed to be aligned for odd size buffers Change-Id: Id0b1fd40ba3bd6c994bcfada788feccd2b53c5a9 --- diff --git a/vp8/encoder/x86/temporal_filter_apply_sse2.asm b/vp8/encoder/x86/temporal_filter_apply_sse2.asm index 0127b012e..f2adcccba 100644 --- a/vp8/encoder/x86/temporal_filter_apply_sse2.asm +++ b/vp8/encoder/x86/temporal_filter_apply_sse2.asm @@ -84,7 +84,7 @@ temporal_filter_apply_load_8: jmp temporal_filter_apply_load_finished temporal_filter_apply_load_16: - movdqa xmm0, [rsi] ; src (frame1) + movdqu xmm0, [rsi] ; src (frame1) lea rsi, [rsi + rbp] ; += stride movdqa xmm1, xmm0 punpcklbw xmm0, xmm7 ; src[ 0- 7]