2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
4 ; Use of this source code is governed by a BSD-style license
5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
12 EXPORT |vp8_short_idct4x4llm_1_neon|
13 EXPORT |vp8_dc_only_idct_neon|
18 AREA ||.text||
, CODE
, READONLY
, ALIGN=2
19 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20 ;void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
24 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
25 |vp8_short_idct4x4llm_1_neon|
PROC
26 vld1.16
{d0[]}, [r0
] ;load input[0]
43 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
44 ;void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
48 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
49 |vp8_dc_only_idct_neon|
PROC