- 16 Nov, 2017 3 commits
-
-
Jean-Marc Valin authored
-
This fixes issues when using neon intrinsics on 64-bit systems. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
- 10 Nov, 2017 2 commits
-
-
Ensure matrix is properly exported from projection encoder. Change-Id: I5ede77e4f4d0dc82074e2230780777af542a416e Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
Larger network, using 8-bit weights
-
- 08 Nov, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 07 Nov, 2017 1 commit
-
-
OpusProjection* classes MixingMatrix class Projection tests Change-Id: I98644466abf4ffd36e48bdecad1204d69e1539b9 Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 30 Oct, 2017 1 commit
-
-
Fixes a warning from PVS-Studio. This was a cut-and-paste error from the stanza above and had no effect. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 29 Oct, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 23 Oct, 2017 1 commit
-
-
Ralph Giles authored
Put the colon ':' before the continuation dots like all the other entries.
-
- 08 Oct, 2017 3 commits
-
-
Jean-Marc Valin authored
Addresses issue https://github.com/xiph/opus/issues/54
-
Jean-Marc Valin authored
Addresses issue https://github.com/xiph/opus/issues/58
-
Jean-Marc Valin authored
Reported in https://github.com/xiph/opus/issues/55
-
- 06 Oct, 2017 3 commits
-
-
Jean-Marc Valin authored
The regression was introduced in 783ad767 by changes to celt_fir() that make it no longer in-place.
-
Jean-Marc Valin authored
The masking term was previously completely broken (even in 1.1). The bandwidth detection relies mostly on the noise floor and can only use masking to cut one extra band. The 12-24 kHz energy is now normalized properly but uses a higher noise floor due to the leakage in the resampler. Bandwidth detection is still mostly useless at identifying SWB speech (it usually says FB).
-
Jean-Marc Valin authored
-
- 05 Oct, 2017 1 commit
-
-
Jean-Marc Valin authored
Based on two dense layers with a GRU layer in the middle
-
- 28 Sep, 2017 1 commit
-
-
Jean-Marc Valin authored
SILK was being allocated too few bits for stereo hybrid, often resulting in forced narrowing of the width. We now allocate more bits to SILK and reduce the threshold for narrowing. This improves quality enough that the bitrate threshold for switching to SILK can be increased to 44 kb/s.
-
- 19 Sep, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 11 Sep, 2017 3 commits
-
-
Prefix passed using '--with-NE10=PFX' not used as NE10 include path. Signed-off-by:
Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ralph Giles authored
Make these consistent with the other optimization file sets which use a suffix to indicate the extension they use. Signed-off-by:
Jonathan Lennox <jonathan@vidyo.com>
-
Ralph Giles authored
Distinguish source files for the SSE 4.1 instruction set extension consistently by their filename. This makes it easier to check the correct flags are being set at build time. Signed-off-by:
Jonathan Lennox <jonathan@vidyo.com>
-
- 29 Aug, 2017 1 commit
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 24 Aug, 2017 1 commit
-
-
some SSE optimizations were using an instruction sequence that required 128-bit alignment, even though this is not always guaranteed. The error was in handling a 64-bit entity; made the same macro changes that had been done previously for 32-bit entities. Signed-off-by:
Felicia Lim <flim@google.com>
-
- 20 Aug, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 17 Aug, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 11 Aug, 2017 1 commit
-
-
Signed-off-by:
Ricardo Constantino <wiiaboo@gmail.com>
-
- 26 Jul, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 25 Jul, 2017 1 commit
-
-
This bug is introduced in commit 85fb8a1d . Change-Id: I3822cdfc1308ca62ce03da008260de8f4b04596c Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 16 Jul, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 13 Jul, 2017 1 commit
-
-
Felicia Lim authored
-
- 12 Jul, 2017 2 commits
-
-
Felicia Lim authored
|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.
-
Ralph Giles authored
Migrating opus-codec.org to a static site generator inserted a redirect into the download path, which the actual testvectors at https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz. Add the -L option to the suggested curl invocation so the redirect is followed to download the actual resource. Without this one gets the html redirection fallback page.
-
- 06 Jul, 2017 1 commit
-
-
Signed-off-by:
Felicia Lim <flim@google.com>
-
- 28 Jun, 2017 1 commit
-
-
Tristan Matthews authored
-
- 26 Jun, 2017 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
The new detector for SWB vs FB is unreliable due to the hack that was required to get 24 kHz analysis working. We're now err on the side of FB just to make sure.
-
- 20 Jun, 2017 2 commits
-
-
Jean-Marc Valin authored
-
Ralph Giles authored
-
- 19 Jun, 2017 1 commit
-
-
Jean-Marc Valin authored
-