make arm hex search the generic implementation
authorJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 14:46:31 +0000 (10:46 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 14:46:31 +0000 (10:46 -0400)
commit96cf6588dea579d151679aec7c17ea9aeb1437ac
treebaa9dec5070e16dbdc5b8e157ca420bfc3589fba
parent19638c23098537803a8efec7ca675b905c7d2777
make arm hex search the generic implementation

The ARM version of vp8_hex_search() is a faster implementation
of the same algorithm. Since it doesn't use any ARM specific
code, it can be made the default implementation. This removes
a linking error.

Change-Id: I77d10f2c16b2515bff4522c350004e03b7659934
vp8/encoder/arm/mcomp_arm.c
vp8/encoder/mcomp.c