Split off common lossless dsp inline functions.

Change-Id: I64f96897b11d1c21f033c7e47b21edccb5c68738
This commit is contained in:
Vincent Rabaud
2016-09-12 17:23:15 +02:00
parent 490ae5b13d
commit c9b45863e2
14 changed files with 194 additions and 144 deletions

View File

@ -286,6 +286,7 @@ HDRS = \
src/dsp/common_sse2.h \
src/dsp/dsp.h \
src/dsp/lossless.h \
src/dsp/lossless_common.h \
src/dsp/mips_macro.h \
src/dsp/msa_macro.h \
src/dsp/neon.h \