Displaying 2 results from an estimated 2 matches for "lsp_bfin".
Did you mean:
lpc_bfin
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...off-by: Mike Frysinger <vapier at gentoo.org>
---
libspeex/bfin.h | 15 +++++++++++++++
libspeex/cb_search_bfin.h | 9 ++++-----
libspeex/filters_bfin.h | 15 ++++++++++-----
libspeex/fixed_bfin.h | 15 +++++++++------
libspeex/lpc_bfin.h | 5 ++++-
libspeex/lsp_bfin.h | 2 +-
libspeex/ltp_bfin.h | 25 ++++++++++---------------
libspeex/misc_bfin.h | 4 +++-
libspeex/quant_lsp_bfin.h | 7 +++++--
libspeex/vq_bfin.h | 7 +++++--
10 files changed, 66 insertions(+), 38 deletions(-)
create mode 100644 libspeex/bfin.h
diff --g...
2017 May 29
0
[PATCH] Add CMake build script
...speex/nb_celp.h
+ libspeex/quant_lsp.h
+ libspeex/sb_celp.h
+ libspeex/stack_alloc.h
+ libspeex/vbr.h
+ libspeex/vq.h
+ libspeex/vq_arm4.h
+ libspeex/vq_bfin.h
+ libspeex/vq_sse.h
+ libspeex/cb_search.h
+ libspeex/fftwrap.h
+ libspeex/fftwrap.c
+ libspeex/fixed_generic.h
+ libspeex/lsp.h
+ libspeex/lsp_bfin.h
+ libspeex/ltp_bfin.h
+ libspeex/modes.h
+ libspeex/os_support.h
+ libspeex/quant_lsp_bfin.h
+ libspeex/smallft.h)
+
+add_library(speex ${speex_PUBLIC_HEADERS} ${speex_SOURCES})
+target_compile_definitions(speex
+ PRIVATE -DHAVE_CONFIG_H)
+target_include_directories(speex
+ PRIVATE $<BUILD_INT...