Displaying 20 results from an estimated 33 matches for "test_opus_decod".
Did you mean:
test_opus_decode
2013 Feb 27
1
[PATCH] test_opus_decode: force integer constants unsigned
This allows a clean build when using -Werror and the mentioned 'gcc
-m32 -std=gnu90'.
-------------- next part --------------
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
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...---------
8 files changed, 261 insertions(+), 67 deletions(-)
create mode 100644 win32/VS2015/generate_version.vcxproj
diff --git a/Makefile.am b/Makefile.am
index 7a69114..b7ede81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -185,6 +185,7 @@ EXTRA_DIST = version.mk \
win32/VS2015/test_opus_decode.vcxproj \
win32/VS2015/celt.vcxproj \
win32/VS2015/opus.sln \
+ win32/VS2015/generate_version.vcxproj \
win32/genversion.bat \
win32/config.h
diff --git a/win32/VS2015/celt.vcxproj b/win32/VS2015/celt.vcxproj
index 273ee4d..1499...
2013 Dec 02
2
creating opus encoder and decoder executable on Windows
...ebase 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 email is NOT authorized to represent...
2016 Jul 14
0
[PATCH 2/5] Optimize fixed-point celt_fir_c() for ARM NEON
...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,36 @@ pkginclude_HEADERS...
2017 Jan 28
2
make check error (opus 1.1.4)
...t/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
==================================
# TOTAL: 12
# PASS: 11
#...
2015 Nov 26
0
Test failed!! (was: Re: Opus 1.1.1 is out!)
...; $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
.. contents:: :depth: 2
FA...
2015 Nov 26
2
Test failed!!
...:
> 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
&...
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
...ectory
5> warped_autocorrelation_FIX.c
5>C:\My Documents\Opus\win32\config.h(43): fatal error C1083: Cannot
open include file: 'version.h': No such file or directory
7>------ Build started: Project: opus_demo, Configuration: Release Win32 ------
8>------ Build started: Project: test_opus_decode, Configuration:
Release Win32 ------
9>------ Build started: Project: test_opus_encode, Configuration:
Release Win32 ------
8> test_opus_decode.c
8>C:\My Documents\Opus\win32\config.h(43): fatal error C1083: Cannot
open include file: 'version.h': No such file or directory
9>...
2015 Nov 06
2
AVX Optimizations
Hello,
I've integrated the tests and AVX pitch code into my fork:
https://github.com/rvelea/opus/commits/master
I ran test_opus_decode and it seems to be running OK.
I'll do some more measurements with VTUNE and the new pitch test in the following days and get back to you with a pull request and the data.
In the meantime if you have time to give it a quick look and maybe point out any errors or problems at this stage I'd...
2015 Aug 03
0
[PATCH 00/10] Patched cleaning up Opus x86 intrinsics configury
...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/x86/pitch_sse4_1.c
create mode 100644 m4/opus-intri...
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)
...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 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
...d the solution opus. I get 3 executable at D:\opus\win32\VS2010\Win32\Debug</span></p>
<p><span class=rvts7> a. test_opus_api.exe</span></p>
<p><span class=rvts7> b. test_opus_decode.exe</span></p>
<p><span class=rvts7> c. test_opus_encode.exe</span></p>
<p><span class=rvts7>But these are not the Opus encoder (for creating *.opus bitstream) or decoder (for decoding *.opus to *.wav).</...
2015 Nov 05
2
AVX Optimizations
Sorry. I missed that. Good observation.
Please go ahead and correct the patch.
Thanks,
Radu
-----Original Message-----
From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of Timothy B. Terriberry
Sent: Thursday, November 5, 2015 11:08 AM
To: opus at xiph.org
Subject: Re: [opus] AVX Optimizations
Velea, Radu wrote:
> Yes,
>
> Thank you. I'll follow up with
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
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