| 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 EXPORT |vp8_dequant_dc_idct_add_v6| | 11 EXPORT |vp8_dequant_dc_idct_add_v6| |
| 12 | 12 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 | 209 |
| 210 ldmia sp!, {r4 - r11, pc} | 210 ldmia sp!, {r4 - r11, pc} |
| 211 ENDP ; |vp8_dequant_dc_idct_add_v6| | 211 ENDP ; |vp8_dequant_dc_idct_add_v6| |
| 212 | 212 |
| 213 ; Constant Pool | 213 ; Constant Pool |
| 214 cospi8sqrt2minus1 DCD 0x00004E7B | 214 cospi8sqrt2minus1 DCD 0x00004E7B |
| 215 sinpi8sqrt2 DCD 0x00008A8C | 215 sinpi8sqrt2 DCD 0x00008A8C |
| 216 c0x00040004 DCD 0x00040004 | 216 c0x00040004 DCD 0x00040004 |
| 217 | 217 |
| 218 END | 218 END |
| OLD | NEW |