Fix stack pointer in sub-pixel filters

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
This commit is contained in:
Yunqing Wang
2013-11-20 09:42:44 -08:00
committed by Johann
parent 2b55cfcfbd
commit da359253d5

View 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