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_dc_only_idct_add_neon| | 11 EXPORT |vp8_dc_only_idct_add_neon| |
12 ARM | 12 ARM |
(...skipping 27 matching lines...) Expand all Loading... |
40 | 40 |
41 vst1.32 {d2[0]}, [r2], r12 | 41 vst1.32 {d2[0]}, [r2], r12 |
42 vst1.32 {d2[1]}, [r2], r12 | 42 vst1.32 {d2[1]}, [r2], r12 |
43 vst1.32 {d4[0]}, [r2], r12 | 43 vst1.32 {d4[0]}, [r2], r12 |
44 vst1.32 {d4[1]}, [r2] | 44 vst1.32 {d4[1]}, [r2] |
45 | 45 |
46 bx lr | 46 bx lr |
47 | 47 |
48 ENDP | 48 ENDP |
49 END | 49 END |
OLD | NEW |