2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
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
6 ; tree. All contributing project authors may be found in the AUTHORS
7 ; file in the root of the source tree.
11 EXPORT |vp8_dc_only_idct_add_neon|
16 AREA ||.text||
, CODE
, READONLY
, ALIGN=2
17 ;void vp8_dc_only_idct_add_neon(short input_dc, unsigned char *pred_ptr,
18 ; unsigned char *dst_ptr, int pitch, int stride)
24 |vp8_dc_only_idct_add_neon|
PROC
30 vld1.32
{d2[0]}, [r1
], r3
31 vld1.32
{d2[1]}, [r1
], r3
32 vld1.32
{d4[0]}, [r1
], r3
41 vst1.32
{d2[0]}, [r2
], r12
42 vst1.32
{d2[1]}, [r2
], r12
43 vst1.32
{d4[0]}, [r2
], r12