Displaying 20 results from an estimated 34 matches for "test_opus_encode".
2017 Jan 28
2
make check error (opus 1.1.4)
...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
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: tests/test_opus_encode
============================
Te...
2017 Jul 12
2
[PATCH] Avoid -Wsometimes-uninitialized error for valid test code
|frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially
uninitialized but get_frame_size_enum() will fail anyway if a valid value is
not found.
---
tests/test_opus_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/test_opus_common.h b/tests/test_opus_common.h
index ff7f0142..8b878607 100644
--- a/test...
2017 Feb 08
0
make check error (opus 1.1.4)
...S: 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
>
> # SKIP: 0
>
> # XFAIL: 0
>
> # FAIL: 1
>
>...
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opus_demo", "opus_demo.vcxproj", "{016C739D-6389-43BF-8D88-24B2BF6F620F}"
ProjectSection(ProjectDependencies) = postProject
@@ -46,10 +49,21 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_opus_encode", "test_op
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "silk_float", "silk_float.vcxproj", "{9C4961D2-5DDB-40C7-9BE8-CA918DC4E782}"
+ ProjectSection(ProjectDependencies) = postProject
+ {77C41C23-C4D0-4B86-9...
2017 Jul 12
1
[PATCH] Avoid -Wsometimes-uninitialized error for valid test code
r+ with James' fix.
On 12/07/17 02:01 PM, James Zern wrote:
> On Wed, Jul 12, 2017 at 10:58 AM, Felicia Lim <flim at google.com> wrote:
>> |frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially
>> uninitialized but get_frame_size_enum() will fail anyway if a valid value is
>> not found.
>> ---
>> tests/test_opus_common.h | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/tests/test_opus_common.h b/tests...
2020 Jun 14
0
Prefer SSE and ASM implementation of float2int before lrintf for MSVC patch
...HAVE_LRINTF defined in CMake builds.
As later versions of visual studio have LRINTF it got enabled by default due to precedence over SSE in MSVC. The use of lrintf is a lot slower which can easily be seen in the tests
>From test result Windows X64 (similar results on X86):
LRINTF 4/4 Test #4: test_opus_encode ................. Passed 225.96 sec
SSE 4/4 Test #4: test_opus_encode ................. Passed 56.30 sec
The patch simply moves MSVC SSE and ASM up before HAVE_LRINT.
Change the types to opus types and verified that mm_load compiled to same
code as mm_set in later versions of MSVC x64.
//Marcus...
2013 Dec 02
2
creating opus encoder and decoder executable on Windows
...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 or act on behalf of Nanyang Techn...
2016 Jul 14
0
[PATCH 2/5] Optimize fixed-point celt_fir_c() for ARM NEON
...t_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 = include/opus.h include...
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
...atal 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> test_opus_encode.c
9>C:\My Documents\Opus\win32\config.h(43): fatal error C1083: Cannot...
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 12
0
[PATCH] Avoid -Wsometimes-uninitialized error for valid test code
On Wed, Jul 12, 2017 at 10:58 AM, Felicia Lim <flim at google.com> wrote:
> |frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially
> uninitialized but get_frame_size_enum() will fail anyway if a valid value is
> not found.
> ---
> tests/test_opus_common.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/test_opus_common.h b/tests/test_opus_common.h
> ind...
2015 Aug 03
0
[PATCH 00/10] Patched cleaning up Opus x86 intrinsics configury
...ommon.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-intrinsics.m4
--
2.3.2 (Apple Git-55)
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
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
...vts7> 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).</span></p>
<p><br></p>
<p><span class=rvts7>Any hints where I should look into and I sh...
2015 Nov 26
0
Test failed!! (was: Re: Opus 1.1.1 is out!)
...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
FAIL: celt/tests/test_unit_mathops
==========================...
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!!
..._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
>
> FAIL: celt/tests/te...
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