- Jul 15, 2017
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 14, 2017
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 13, 2017
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 12, 2017
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Based on two dense layers with a GRU layer in the middle
-
Jean-Marc Valin authored
-
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.
-
- Jul 06, 2017
-
-
Signed-off-by:
Felicia Lim <flim@google.com>
-
- Jun 28, 2017
-
-
Tristan Matthews authored
-
- Jun 26, 2017
-
-
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.
- Jun 20, 2017
-
-
Jean-Marc Valin authored
-
Ralph Giles authored
-
- Jun 19, 2017
-
-
Jean-Marc Valin authored
- Jun 16, 2017
-
-
Ralph Giles authored
-
- Jun 14, 2017
-
-
Ralph Giles authored
Uniform layout is easier for external tools to parse, especially maintaining one source file per line. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Mark Harris authored
Allows spaces in path arguments
-
Mark Harris authored
-
- Jun 13, 2017
-
-
Ralph Giles authored
Both versions of silk/tables_NLSF_CB had symbols named silk_NLSF_CB1_Wght_Q9 which causes problems if both files are build as part of the same compilation unit. Rename the wideband version to include a 'WB' string to avoid the conflict. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 10, 2017
-
-
Jean-Marc Valin authored
-
- Jun 09, 2017
-
-
Jean-Marc Valin authored
-
- Jun 06, 2017
-
-
Call celt_inner_prod_neon() and remove redundant code. Change-Id: I980e94330ae75c10297b9035fac221515aee144f Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
The floating-point optimizations are not bit exact with C functions, because of the different orders of floating-point operations. But they are bit exact with the simulation C functions which simulate the floating operations in the optimizations. Change-Id: I149fda5b602fd5712b16fc8983df3c6c0c9e76ad Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
This optimization is bit exact with C functions. Change-Id: Ia9ce6dd3c20d2f56dbd43ddc02d1a6fd6554608d Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Should call celt_inner_prod(). This requires the API change of celt_pitch_xcorr() by passing in "arch". We tested on x86 and arm, and got bit exact results as original. Change-Id: I606915da6a196f327ce81f4a5ae32811f4c1fabb Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-