RSS feed
533dbe70
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2013/06/14 21:35
Further optimization to cwrsi()
bc469b8e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/14 20:42
Splits cwrsi() inner loop in two to avoid the min/max and some load chains
4e018b22
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/13 19:51
SSE optimization of remove_doubling()
39cbc458
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/13 11:28
Fixes stupid tf calibration bugs introduced/exposed in f77410d
204e70d9
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/13 11:06
Adds a quick hack to replace the normal calls with the multistream version.
28733d12
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/09 23:30
Moves VBR calculations to a separate function.
4a7bb1fe
– Ron <ron@debian.org>
authored
on 2013/06/08 20:57
Drop the stdint size tests that we never use anywhere
f22e54dc
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/07 03:21
Fixes fixed-point on x86 (no SSE).
e50e8084
– John Ridges <jridges@masque.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2013/06/06 19:12
Improved SSE version of xcorr_kernel()
70c9c3a4
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/06 08:45
Forgot to add assembly file
a092aa8f
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/06/05 14:53
Adds SSE support (only xcorr_kernel() for now)
cd4c8249
– Aurélien Zanelli <aurelien.zanelli@parrot.com>
authored
and Timothy B. Terriberry <tterribe@xiph.org>
committed
on 2013/05/31 11:07
Add run-time CPU detection and support for ARM architecture
aa6a1a16
– Ron <ron@debian.org>
authored
on 2013/06/04 11:21
Test the compiler configuration, not the assembler
58d80ab9
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/27 16:47
Disables all the surround mode forcing for mono/stereo
fcecd29a
– Aurélien Zanelli <aurelien.zanelli@parrot.com>
authored
and Jean-Marc Valin <jmvalin@jmvalin.ca>
committed
on 2013/05/27 11:54
Check if opus_compare is executable in run_vectors.sh
0fed074b
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/26 16:29
C89 fix
068cbd89
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/26 16:08
Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.
2fe4700f
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/26 14:50
Skip down-sampling in deemphasis() when not needed.
faec6736
– Aurélien Zanelli <aurelien.zanelli@darkosphere.fr>
authored
and Timothy B. Terriberry <tterribe@xiph.org>
committed
on 2013/05/26 18:08
Add an option to disable build of extra programs (demos and tests)
319fe445
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/25 17:07
oops (again)
1cdc3f5a
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/25 16:32
oops
64ba502e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/25 16:13
Optimizes remove_doubling() by avoiding redundant calculations of yy
0fa5fa88
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/25 14:50
Adds missing RESTORE_STACK calls
531cf591
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/25 03:41
Speeds up celt_iir() by more than a factor of two.
e2374a8e
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/25 00:25
Speeds up celt_fir by more than a factor of two.
319df9a8
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/24 22:51
Fixes two warnings in pitch_xcorr()
e8e57a32
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/24 22:14
Optimizes _celt_autocorr() by using pitch_xcorr()
fbf99981
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/24 13:18
Merges the 4th order FIR with the first order FIR in pitch_downsample()
1b0552bf
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 21:43
Try to clarify that opus maps to flac/wav but wav doesn't map to opus.
bd5cfda8
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 21:37
Reference before period.
4a0bf960
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 21:28
Hack quoting of hanning article.
b243dca3
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 21:23
Wrap lookahead code example in a figure.
9e85220f
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 21:20
Add a wikipedia reference for the Hanning window.
6bdbd26c
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 21:18
Move the vorbis channel mapping to informative references.
7918ac13
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 21:16
Fix Ogg draft formatting.
5b6fe646
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 20:29
Remove an unnecessary comma.
2ad6eafc
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 14:28
Merge JM's encoder suggestions.
25ffd5cd
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 14:03
Bump Ogg draft version and date.
dfda81eb
– Ralph Giles <giles@mozilla.com>
authored
on 2013/05/24 13:44
Move implementation status details to wiki.xiph.org.
85a6618a
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/23 23:41
Make pitch_xcorr() work when len and max_pitch aren't multiples of 4.
088929d1
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/23 21:38
oops, removed a minus sign that should never have appeared
559fbe8b
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
on 2013/05/23 21:09
Unrolled version of the pitch correlation
e3ad4ea1
– Timothy B. Terriberry <tterribe@xiph.org>
authored
on 2013/05/23 15:33
Move misplaced RESTORE_STACK.
d19fb79b
– Timothy B. Terriberry <tterribe@xiph.org>
authored
on 2013/05/23 11:55
Make dump_modes compile again.
7e783b14
– Timothy B. Terriberry <tterribe@xiph.org>
authored
on 2013/05/23 11:54
Move misplaced RESTORE_STACK.
7c74bc39
– Timothy B. Terriberry <tterribe@xiph.org>
authored
on 2013/05/23 09:00
Remove an unused variable added in 85ede2c6.