vpx/vp8/encoder/arm
Tero Rintaluoma 11a222f5d9 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
2011-01-28 12:47:39 +02:00
..
armv5te shrink TOKENEXTRA and vp8_extra_bit_struct 2010-12-14 10:32:50 -05:00
armv6 Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
neon Adds "armvX-none-rvct" targets 2011-01-28 12:47:39 +02:00
arm_csystemdependent.c Fix half-pixel variance RTCD functions 2010-10-27 13:00:30 -04:00
boolhuff_arm.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
dct_arm.h Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
encodemb_arm.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
encodemb_arm.h Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
picklpf_arm.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
quantize_arm.c Use the fast quantizer for inter mode selection 2010-12-28 14:51:46 -05:00
quantize_arm.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
variance_arm.h Add half-pixel variance RTCD functions 2010-10-26 20:00:56 -07:00
vpx_vp8_enc_asm_offsets.c shrink TOKENEXTRA and vp8_extra_bit_struct 2010-12-14 10:32:50 -05:00