| OLD | NEW |
| 1 ; | 1 ; |
| 2 ; Copyright (c) 2010 The VP8 project authors. All Rights Reserved. | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
| 3 ; | 3 ; |
| 4 ; Use of this source code is governed by a BSD-style license and patent | 4 ; Use of this source code is governed by a BSD-style license and patent |
| 5 ; grant that can be found in the LICENSE file in the root of the source | 5 ; grant that can be found in the LICENSE file in the root of the source |
| 6 ; tree. All contributing project authors may be found in the AUTHORS | 6 ; tree. All contributing project authors may be found in the AUTHORS |
| 7 ; file in the root of the source tree. | 7 ; file in the root of the source tree. |
| 8 ; | 8 ; |
| 9 | 9 |
| 10 | 10 |
| 11 %include "vpx_ports/x86_abi_support.asm" | 11 %include "vpx_ports/x86_abi_support.asm" |
| 12 | 12 |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 add rsp, vp8_regularquantizeb_stack_size | 245 add rsp, vp8_regularquantizeb_stack_size |
| 246 pop rsp | 246 pop rsp |
| 247 | 247 |
| 248 ; begin epilog | 248 ; begin epilog |
| 249 pop rbx | 249 pop rbx |
| 250 pop rdi | 250 pop rdi |
| 251 pop rsi | 251 pop rsi |
| 252 UNSHADOW_ARGS | 252 UNSHADOW_ARGS |
| 253 pop rbp | 253 pop rbp |
| 254 ret | 254 ret |
| OLD | NEW |