Wrapper function removed from vp8_subtract_b_neon function call
authorTero Rintaluoma <teror@google.com>
Wed, 30 Mar 2011 10:45:59 +0000 (13:45 +0300)
committerTero Rintaluoma <teror@google.com>
Fri, 1 Apr 2011 07:06:44 +0000 (10:06 +0300)
commitcec76a36d687ceb62b3cb27095ae3a3e0c98ac42
tree12f185cf5df90598ab70720f024544e35ce7432d
parent4be062bbc3466cfd542a7485f5a2a8eadac4f24e
Wrapper function removed from vp8_subtract_b_neon function call

Address calculations moved from encodemb_arm.c file to neon
optimized assembly function to save cycles in function calls.
 - vp8_subtract_b_neon_func replaced with vp8_subtract_b_neon
   that contains all needed address calculations
 - unnecessary file encodemb_arm.c removed
 - consistent with ARMv6 optimized version

Change-Id: I6cbc1a2670b56c2077f59995fcf8f70786b4990b
vp8/encoder/arm/encodemb_arm.c [deleted file]
vp8/encoder/arm/neon/subtract_neon.asm
vp8/encoder/asm_enc_offsets.c
vp8/vp8cx_arm.mk