Commit 43414f3f authored by Yaowu Xu's avatar Yaowu Xu
Browse files

Fixed a crash windows build

Change-Id: I58baa1da1f3bfc8a6da454399139fe6a7473ff10
Showing with 2 additions and 2 deletions
......@@ -43,9 +43,9 @@ sym(vp9_temporal_filter_apply_sse2):
mov [rsp + rbp_backup], rbp
; end prolog
mov rdx, arg(3)
mov edx, arg(3)
mov [rsp + block_width], rdx
mov rdx, arg(4)
mov edx, arg(4)
mov [rsp + block_height], rdx
movd xmm6, arg(5)
movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment