summaryrefslogtreecommitdiff
path: root/vp8/common/arm/neon/sixtappredict8x8_neon.asm
diff options
context:
space:
mode:
authorTero Rintaluoma <tero.rintaluoma@on2.com>2011-01-24 11:21:40 +0200
committerTero Rintaluoma <teror@google.com>2011-01-28 12:47:39 +0200
commit11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 (patch)
tree843f95cb4c63adda923fd7e35b61dd62a2fc7b45 /vp8/common/arm/neon/sixtappredict8x8_neon.asm
parentd3e9409bb07e6411ff867935883bd5d56d2f9041 (diff)
downloadlibvpx-11a222f5d963097fb72cec7bf6e06ff8c3d96fa4.tar
libvpx-11a222f5d963097fb72cec7bf6e06ff8c3d96fa4.tar.gz
libvpx-11a222f5d963097fb72cec7bf6e06ff8c3d96fa4.tar.bz2
libvpx-11a222f5d963097fb72cec7bf6e06ff8c3d96fa4.zip
Adds "armvX-none-rvct" targets
Adds following targets to configure script to support RVCT compilation without operating system support (for Profiler or bare metal images). - armv5te-none-rvct - armv6-none-rvct - armv7-none-rvct To strip OS specific parts from the code "os_support"-config was added to script and CONFIG_OS_SUPPORT flag is used in the code to exclude OS specific parts such as OS specific includes and function calls for timers and threads etc. This was done to enable RVCT compilation for profiling purposes or running the image on bare metal target with Lauterbach. Removed separate AREA directives for READONLY data in armv6 and neon assembly files to fix the RVCT compilation. Otherwise "ldr <reg>, =label" syntax would have been needed to prevent linker errors. This syntax is not supported by older gnu assemblers. Change-Id: I14f4c68529e8c27397502fbc3010a54e505ddb43
Diffstat (limited to 'vp8/common/arm/neon/sixtappredict8x8_neon.asm')
-rw-r--r--vp8/common/arm/neon/sixtappredict8x8_neon.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/vp8/common/arm/neon/sixtappredict8x8_neon.asm b/vp8/common/arm/neon/sixtappredict8x8_neon.asm
index 37255c758..33af86f8f 100644
--- a/vp8/common/arm/neon/sixtappredict8x8_neon.asm
+++ b/vp8/common/arm/neon/sixtappredict8x8_neon.asm
@@ -509,10 +509,7 @@ filt_blk2d_spo8x8_loop_neon
ENDP
;-----------------
- AREA subpelfilters8_dat, DATA, READWRITE ;read/write by default
-;Data section with name data_area is specified. DCD reserves space in memory for 48 data.
-;One word each is reserved. Label filter_coeff can be used to access the data.
-;Data address: filter_coeff, filter_coeff+4, filter_coeff+8 ...
+
_filter8_coeff_
DCD filter8_coeff
filter8_coeff