search for: test_opus_api

Displaying 20 results from an estimated 33 matches for "test_opus_api".

2015 May 05
2
Compiling opus with emscripten: malloc_hook
Hi xiph, I'm trying to compile libopus from git.xiph.org/opus.git with emscripten. The regular: $ emconfigure ./configure --enable-fixed-point $ emmake make gets me quite far, but it hangs on the use of __malloc_hook in the tests: tests/test_opus_api.c:1776:16: error: use of undeclared identifier '__malloc_hook'; did you mean 'malloc_hook'? orig_malloc=__malloc_hook; ^~~~~~~~~~~~~ malloc_hook tests/test_opus_api.c:74:7: note: 'malloc_hook' declared here void *malloc_hook(__attribute__((un...
2013 Dec 02
2
creating opus encoder and decoder executable on Windows
...wing: 1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git 2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010. 3. Then I build the solution opus. I get 3 executable at D:\opus\win32\VS2010\Win32\Debug a. test_opus_api.exe b. test_opus_decode.exe c. test_opus_encode.exe But these are not the Opus encoder (for creating *.opus bitstream) or decoder (for decoding *.opus to *.wav). Any hints where I should look into and I should do? Best Regards, Arijit **Disclaimer** The sender of this emai...
2017 Oct 19
1
Test opus
Please report this failure and include 'make check SEED=0 fails tests/test_opus_api.c at line 1387 for libopus 1.1' and any relevant details about your system. Linux SBC-A62 3.14.28-a62-00001-gbed2e52 #31 SMP PREEMPT Thu Apr 21 12:54:03 CEST 2016 armv7l armv7l armv7l GNU/Linux Matteo Piersantelli Sales Manager <http://www.am-microsystems.com/> M...
2016 Jul 14
0
[PATCH 2/5] Optimize fixed-point celt_fir_c() for ARM NEON
...lt_lpc_arm.h create mode 100644 celt/arm/celt_lpc_neon_intr.c create mode 100644 celt/tests/test_unit_optimization_lpc.c create mode 100644 tests/test_unit_optimization.c diff --git a/.gitignore b/.gitignore index 33127c9..05d0582 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ tests/test_opus_api tests/test_opus_decode tests/test_opus_encode tests/test_opus_padding +tests/test_unit_optimization celt/arm/armopts.s celt/dump_modes/dump_modes celt/tests/test_unit_cwrs32 diff --git a/Makefile.am b/Makefile.am index 7a69114..2bfb923 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,9 +84,3...
2017 Jan 28
2
make check error (opus 1.1.4)
.../Opus/opus-1.1.4 PASS: celt/tests/test_unit_types PASS: celt/tests/test_unit_mathops PASS: celt/tests/test_unit_entropy PASS: celt/tests/test_unit_laplace PASS: celt/tests/test_unit_dft PASS: celt/tests/test_unit_mdct PASS: celt/tests/test_unit_rotation PASS: celt/tests/test_unit_cwrs32 PASS: tests/test_opus_api PASS: tests/test_opus_decode ./test-driver: line 107: 36946 Segmentation fault (core dumped) "$@" > $log_file 2>&1 FAIL: tests/test_opus_encode PASS: tests/test_opus_padding ================================== opus 1.1.4: ./test-suite.log =================================...
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. --- Makefile.am | 1 + win32/VS2015/celt.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++ win32/VS2015/opus.sln | 32 ++++++++++++++++-
2014 Jun 04
2
opus_multistream_encode_float not working in libopus 1.1
> Have you tried compiling it yourself? I just installed git for the first time and downloaded all of the latest source code packages directly from the site. I'm getting the following every time I try to (re)build any of the projects: 1>------ Build started: Project: opus, Configuration: Release Win32 ------ 1> fatal: Not a git repository: 'C:\My
2014 Jun 04
3
opus_multistream_encode_float not working in libopus 1.1
...10\..\..\win32\version.h" PACKAGE_VERSION 3>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error MSB3073: :VCEnd" exited with code 1. 5>------ Build started: Project: silk_fixed, Configuration: Release Win32 ------ 6>------ Build started: Project: test_opus_api, Configuration: Release Win32 ------ 6> test_opus_api.c 6>C:\My Documents\Opus\win32\config.h(43): fatal error C1083: Cannot open include file: 'version.h': No such file or directory 5> apply_sine_window_FIX.c 5>C:\My Documents\Opus\win32\config.h(43): fatal error C1083: Canno...
2015 Nov 26
2
Opus 1.1.1 is out!
Hi everyone, After much waiting, Opus 1.1.1 is finally here. The main changes are: - x86 SSE, SSE2 and SSE4.1 optimizations contributed by Cisco, - MIPS optimizations contributed by Imagination Technologies, - ARM Neon optimizations contributed by Linaro and ARM, - many architecture-independent optimizations, - memory footprint reductions, and - several minor bug fixes. The quality of the
2017 Jul 05
0
opus 1.2.1 errors
Hello! You have errors there: silk_warped_autocorrelation_FLP MAX_SHAPE_LPC_ORDER was changed from 16 to 24, so array initialization is incorrect test_opus_api opus_encoder_ctl( enc, OPUS_SET_EXPERT_FRAME_DURATION ... ) returned status is incorrect. Best regards, Dmitriy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20170705/62d321ec/attachment.html>
2015 Aug 03
0
[PATCH 00/10] Patched cleaning up Opus x86 intrinsics configury
...emo.vcxproj | 29 ++- win32/VS2010/opus_demo.vcxproj.filters | 5 + win32/VS2010/silk_common.vcxproj | 15 +- win32/VS2010/silk_common.vcxproj.filters | 21 ++ win32/VS2010/silk_fixed.vcxproj | 11 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/VS2010/test_opus_api.vcxproj | 18 +- win32/VS2010/test_opus_decode.vcxproj | 18 +- win32/VS2010/test_opus_encode.vcxproj | 18 +- win32/config.h | 25 ++- 42 files changed, 1278 insertions(+), 591 deletions(-) create mode 100644 celt/x86/pitch_sse2.c create mode 100644 celt...
2016 Jun 17
5
ARM NEON optimization -- celt_fir()
Hi all, This is Linfeng Zhang from Google. I'll work on ARM NEON optimization in the next few months. I'm submitting 2 patches in the following couple of emails, which have the new created celt_fir_neon(). I revised celt_fir_c() to not pass in argument "mem" in Patch 1. If there are concerns to this change, please let me know. Many thanks to your comments. Linfeng Zhang
2017 Feb 08
0
make check error (opus 1.1.4)
...t_unit_mathops > > PASS: celt/tests/test_unit_entropy > > PASS: celt/tests/test_unit_laplace > > PASS: celt/tests/test_unit_dft > > PASS: celt/tests/test_unit_mdct > > PASS: celt/tests/test_unit_rotation > > PASS: celt/tests/test_unit_cwrs32 > > PASS: tests/test_opus_api > > PASS: tests/test_opus_decode > > ./test-driver: line 107: 36946 Segmentation fault (core dumped) "$@" > > $log_file 2>&1 > > FAIL: tests/test_opus_encode > > PASS: tests/test_opus_padding > > ================================== > >...
2016 Jul 01
1
silk_warped_autocorrelation_FIX() NEON optimization
Hi all, I'm sending patch "Optimize silk_warped_autocorrelation_FIX() for ARM NEON" in an separate email. It is based on Tim’s aarch64v8 branch https://git.xiph.org/?p=users/tterribe/opus.git;a=shortlog;h=refs/heads/aarch64v8 Thanks for your comments. Linfeng
2013 Dec 02
0
creating opus encoder and decoder executable on Windows
...and open the opus.sln using MS Visual Studio 2010.</span></p> <p><span class=rvts7>3. Then I build the solution opus. I get 3 executable at D:\opus\win32\VS2010\Win32\Debug</span></p> <p><span class=rvts7>&nbsp; &nbsp; &nbsp; &nbsp; a. test_opus_api.exe</span></p> <p><span class=rvts7>&nbsp; &nbsp; &nbsp; &nbsp; b. test_opus_decode.exe</span></p> <p><span class=rvts7>&nbsp; &nbsp; &nbsp; &nbsp; c. test_opus_encode.exe</span></p> <p><span class=...
2015 Nov 26
0
Test failed!! (was: Re: Opus 1.1.1 is out!)
...ion "$@" > $log_file 2>&1 FAIL: celt/tests/test_unit_mathops PASS: celt/tests/test_unit_entropy PASS: celt/tests/test_unit_laplace PASS: celt/tests/test_unit_dft PASS: celt/tests/test_unit_mdct PASS: celt/tests/test_unit_rotation PASS: celt/tests/test_unit_cwrs32 PASS: tests/test_opus_api PASS: tests/test_opus_decode PASS: tests/test_opus_decode PASS: tests/test_opus_encode PASS: tests/test_opus_padding ================================== opus 1.1.1: ./test-suite.log ================================== # TOTAL: 12 # PASS: 11 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0...
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury. It: * Makes ?enable-intrinsics work with clang and other non-GCC compilers * Enables RTCD for the floating-point-mode SSE code in Celt. * Disables use of RTCD in cases where the compiler targets an instruction set by default. * Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2015 Nov 26
2
Test failed!!
...> $log_file 2>&1 FAIL: > celt/tests/test_unit_mathops PASS: celt/tests/test_unit_entropy > PASS: celt/tests/test_unit_laplace PASS: celt/tests/test_unit_dft > PASS: celt/tests/test_unit_mdct PASS: celt/tests/test_unit_rotation > PASS: celt/tests/test_unit_cwrs32 PASS: tests/test_opus_api PASS: > tests/test_opus_decode PASS: tests/test_opus_decode PASS: > tests/test_opus_encode PASS: tests/test_opus_padding > ================================== opus 1.1.1: ./test-suite.log > ================================== > > # TOTAL: 12 # PASS: 11 # SKIP: 0 # XFAIL: 0 # FAIL...
2016 Jul 14
6
Several patches of ARM NEON optimization
I rebased my previous 3 patches to the current master with minor changes. Patches 1 to 3 replace all my previous submitted patches. Patches 4 and 5 are new. Thanks, Linfeng Zhang
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all, after FOMS I decided to take a look at the opus library and I found that I could improve a bit the build system and cleanup the code a little bit. Most of the changes to the code has been suggested by my two tools cowstats and missingstatic (part of the ruby-elf gem if you care). HTH, Diego