]> granicus.if.org Git - libvpx/commitdiff
Fix stack pointer in sub-pixel filters
authorYunqing Wang <yunqingwang@google.com>
Wed, 20 Nov 2013 17:42:44 +0000 (09:42 -0800)
committerJohann <johannkoenig@google.com>
Thu, 21 Nov 2013 20:57:36 +0000 (12:57 -0800)
In commit "3d50da5397d20abc932d81453b26cde758293a40", the stack
pointer was modified while aligning the stack, and it needed to
be pop out at the end.

Change-Id: I39e4adc6b8aa3379854dd264d41aa6f0f15c7953

vp9/common/x86/vp9_subpixel_8t_ssse3.asm

index dbc17ec0fe463ecde076e1371c21b19736831fef..17881ed471c336608d4b42fe629b149a6868c0e4 100644 (file)
@@ -839,6 +839,7 @@ sym(vp9_filter_block1d4_h8_ssse3):
     HORIZx4 0
 
     add rsp, 16 * 3
+    pop rsp
     ; begin epilog
     pop rdi
     pop rsi
@@ -952,6 +953,7 @@ sym(vp9_filter_block1d4_h8_avg_ssse3):
     HORIZx4 1
 
     add rsp, 16 * 3
+    pop rsp
     ; begin epilog
     pop rdi
     pop rsi