| ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
| ; Use of this source code is governed by a BSD-style license and patent |
| ; grant that can be found in the LICENSE file in the root of the source |
| ; tree. All contributing project authors may be found in the AUTHORS |
| ; file in the root of the source tree. |
| EXPORT |vp8_dc_only_idct_add_neon| |
| AREA ||.text||, CODE, READONLY, ALIGN=2 |
| ;void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, |
| ; int pred_stride, unsigned char *dst_ptr, |
| |vp8_dc_only_idct_add_neon| PROC |
| vld1.32 {d2[0]}, [r1], r2 |
| vld1.32 {d2[1]}, [r1], r2 |
| vld1.32 {d4[0]}, [r1], r2 |
| vst1.32 {d2[0]}, [r3], r12 |
| vst1.32 {d2[1]}, [r3], r12 |
| vst1.32 {d4[0]}, [r3], r12 |