]> granicus.if.org Git - libvpx/commit
move neon load/stores to a new file
authorJohann <johannkoenig@google.com>
Sat, 13 May 2017 01:11:31 +0000 (18:11 -0700)
committerJames Zern <jzern@google.com>
Mon, 15 May 2017 15:29:43 +0000 (08:29 -0700)
commit1088b4f87ca5cd8e2b3242060cade0d8bbbcef7a
tree0a8c338b5fb646a9e8f81a2ed0fbc93570bbd0fe
parent0d88e15454b632d92404dd6a7181c58d9985e2a2
move neon load/stores to a new file

Move the tran_low_t helper functions to a new file. Additional
load/store functions will be added here.

Change-Id: I52bf652c344c585ea2f3e1230886be93f5caefc3
14 files changed:
vp9/encoder/arm/neon/vp9_quantize_neon.c
vpx_dsp/arm/avg_neon.c
vpx_dsp/arm/fwd_txfm_neon.c
vpx_dsp/arm/hadamard_neon.c
vpx_dsp/arm/idct16x16_add_neon.c
vpx_dsp/arm/idct32x32_135_add_neon.c
vpx_dsp/arm/idct32x32_34_add_neon.c
vpx_dsp/arm/idct32x32_add_neon.c
vpx_dsp/arm/idct4x4_1_add_neon.c
vpx_dsp/arm/idct4x4_add_neon.c
vpx_dsp/arm/idct8x8_add_neon.c
vpx_dsp/arm/idct_neon.h
vpx_dsp/arm/mem_neon.h [new file with mode: 0644]
vpx_dsp/vpx_dsp.mk