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 EXPORT |vp8_dc_only_idct_add_v6| | 10 EXPORT |vp8_dc_only_idct_add_v6| |
11 | 11 |
12 AREA |.text|, CODE, READONLY | 12 AREA |.text|, CODE, READONLY |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 str r5, [r2], lr | 58 str r5, [r2], lr |
59 str r7, [r2] | 59 str r7, [r2] |
60 | 60 |
61 ldmia sp!, {r4 - r7, pc} | 61 ldmia sp!, {r4 - r7, pc} |
62 | 62 |
63 ENDP ; |vp8_dc_only_idct_add_v6| | 63 ENDP ; |vp8_dc_only_idct_add_v6| |
64 | 64 |
65 ; Constant Pool | 65 ; Constant Pool |
66 c0x0000FFFF DCD 0x0000FFFF | 66 c0x0000FFFF DCD 0x0000FFFF |
67 END | 67 END |
OLD | NEW |