Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2013-06-17SSE optimization of comb_filter()Jean-Marc Valin
2013-06-17Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)Jean-Marc Valin
2013-06-17Converts denormalise_bands() to use 16-bit multiplicationsJean-Marc Valin
2013-06-17Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin
2013-06-16Don't call denormalise_bands() on silenceJean-Marc Valin
2013-06-15Split cwrsi() by pulses vs. dimensions.Timothy B. Terriberry
2013-06-15Further speedup in cwrsi() by using the special case for n=2Timothy B. Terriberry
2013-06-15Further optimization to cwrsi()Timothy B. Terriberry
2013-06-15Splits cwrsi() inner loop in two to avoid the min/max and some load chainsJean-Marc Valin
2013-06-14SSE optimization of remove_doubling()Jean-Marc Valin
2013-06-14Fixes stupid tf calibration bugs introduced/exposed in f77410dJean-Marc Valin
2013-06-10Moves VBR calculations to a separate function.Jean-Marc Valin
2013-06-07Fixes fixed-point on x86 (no SSE).Jean-Marc Valin
2013-06-07Improved SSE version of xcorr_kernel()John Ridges
2013-06-06Adds SSE support (only xcorr_kernel() for now)Jean-Marc Valin
2013-06-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-27C89 fixJean-Marc Valin
2013-05-27Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin
2013-05-27Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin
2013-05-26oops (again)Jean-Marc Valin
2013-05-26oopsJean-Marc Valin
2013-05-26Optimizes remove_doubling() by avoiding redundant calculations of yyJean-Marc Valin
2013-05-26Adds missing RESTORE_STACK callsJean-Marc Valin
2013-05-25Speeds up celt_iir() by more than a factor of two.Jean-Marc Valin
2013-05-25Speeds up celt_fir by more than a factor of two.Jean-Marc Valin
2013-05-25Fixes two warnings in pitch_xcorr()Jean-Marc Valin
2013-05-25Optimizes _celt_autocorr() by using pitch_xcorr()Jean-Marc Valin
2013-05-25Merges the 4th order FIR with the first order FIR in pitch_downsample()Jean-Marc Valin
2013-05-24Make pitch_xcorr() work when len and max_pitch aren't multiples of 4.Jean-Marc Valin
2013-05-24oops, removed a minus sign that should never have appearedJean-Marc Valin
2013-05-24Unrolled version of the pitch correlationJean-Marc Valin
2013-05-24Make dump_modes compile again.Timothy B. Terriberry
2013-05-24Remove an unused variable added in 85ede2c6.Timothy B. Terriberry
2013-05-23Minor FFT cleanups.Timothy B. Terriberry
2013-05-23Port 1ed17cc2 to C_MUL and C_MUL4.Timothy B. Terriberry
2013-05-23Slightly faster C_MULC for ARMv4.Nils Wallménius
2013-05-23Faster MULT32_32_Q31 for ARM.Nils Wallménius
2013-05-23Use more MAC16_16's and unroll a loop.Timothy B. Terriberry
2013-05-22Minor ARMv5E cleanups.Timothy B. Terriberry
2013-05-22Use a table for PVQ encoding/decoding.Timothy B. Terriberry
2013-05-21Move ARM asm into its own directories.Timothy B. Terriberry
2013-05-21Clean up register constraints.Timothy B. Terriberry
2013-05-20Add ARMv4/ARMv5E macros.Timothy B. Terriberry
2013-05-19celt_maxabs16() now returns an opus_val32 to avoid problems with -32768Jean-Marc Valin
2013-05-18Fixes fixed-point PLC issue reported in trac ticket #1954Jean-Marc Valin
2013-05-17Merge branch 'surround'Jean-Marc Valin
2013-05-17Conservative use of bandwidth detection in CELTJean-Marc Valin
2013-05-17Automatic bandwidth decisions get more conservative as rate increases.Jean-Marc Valin
2013-05-10Change Visual Studio files to use PACKAGE_VERSION.Ralph Giles
2013-05-10Fully automate version updatingRon