NEON implementation of some Sharp-YUV420 functions

Change-Id: I449ef9c76b06f971f6e2ad7f9db96bf906d8fe1f
new-file: dsp/yuv_neon.c
This commit is contained in:
Pascal Massimino
2017-04-18 18:22:30 +02:00
parent 690efd82f8
commit 52245424b0
7 changed files with 148 additions and 0 deletions

View File

@ -148,6 +148,7 @@ model {
include "yuv.c"
include "yuv_mips32.c"
include "yuv_mips_dsp_r2.c"
include "yuv_neon.$NEON"
include "yuv_sse2.c"
srcDir "src/utils"
include "bit_reader_utils.c"