Use common coefficient definition in neon idct implementations
authorJingning Han <jingning@google.com>
Mon, 27 Jul 2015 19:05:33 +0000 (12:05 -0700)
committerJingning Han <jingning@google.com>
Mon, 27 Jul 2015 19:12:31 +0000 (12:12 -0700)
commit5f214d6bca4e928a7bc7eac90b575491e34b980c
tree708f410933372235966d88c80a7881a277ad301e
parenta9a1d4e8e521d2a6d34fb58a233baef525334d1a
Use common coefficient definition in neon idct implementations

Replace the duplicate coefficient definition in neon implementations
of inverse transform with those from vpx_dsp/txfm_common.h

Change-Id: I4cd9bd9569ab1793dfdbb6f16d80bcb581599f0d
vp9/common/arm/neon/vp9_idct16x16_add_neon.c
vp9/common/arm/neon/vp9_idct32x32_add_neon.c
vp9/common/arm/neon/vp9_idct8x8_add_neon.c