Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonathan Lennox 43120f0075 Reorganize x86 SSE intrinsics code. vor 9 Jahren
  Timothy B. Terriberry aad281878d Fix celt_pitch_xcorr_c signature. vor 10 Jahren
  xiangmingzhu c95c9a048f Cisco optimization for x86 & fixed point vor 10 Jahren
  Jean-Marc Valin 29354ff6e0 Save more integer divisions on ARM when we know the operands are positive vor 11 Jahren
  Gregory Maxwell a65db56e54 Fix declaration after statement in fixed point. vor 11 Jahren
  Jean-Marc Valin 57cd849cf7 Defining celt_inner_prod() and using it instead of explicit loops. vor 11 Jahren
  Timothy B. Terriberry 5c02c5ffb5 Make celt_pitch_xcorr_edsp() work on ARMv5TE. vor 11 Jahren
  Timothy B. Terriberry 39386e0b85 Adds Neon assembly for correlation/convolution vor 11 Jahren
  Jean-Marc Valin a156c5ece7 Makes the SILK pitch search use celt_pitch_xcorr() vor 11 Jahren
  Jean-Marc Valin b9176a4c3e Makes dual_inner_prod() more generic to increase its use vor 11 Jahren
  Jean-Marc Valin 71766ef7a4 Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1) vor 11 Jahren
  Jean-Marc Valin 4e018b22bb SSE optimization of remove_doubling() vor 11 Jahren
  Jean-Marc Valin 068cbd89bf Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir. vor 11 Jahren
  Jean-Marc Valin 319fe445e3 oops (again) vor 11 Jahren
  Jean-Marc Valin 1cdc3f5a2d oops vor 11 Jahren
  Jean-Marc Valin 64ba502e2c Optimizes remove_doubling() by avoiding redundant calculations of yy vor 11 Jahren
  Jean-Marc Valin 319df9a836 Fixes two warnings in pitch_xcorr() vor 11 Jahren
  Jean-Marc Valin e8e57a32f6 Optimizes _celt_autocorr() by using pitch_xcorr() vor 11 Jahren
  Jean-Marc Valin fbf99981a6 Merges the 4th order FIR with the first order FIR in pitch_downsample() vor 11 Jahren
  Jean-Marc Valin 85a6618af8 Make pitch_xcorr() work when len and max_pitch aren't multiples of 4. vor 11 Jahren
  Jean-Marc Valin 088929d1f1 oops, removed a minus sign that should never have appeared vor 11 Jahren
  Jean-Marc Valin 559fbe8b16 Unrolled version of the pitch correlation vor 11 Jahren
  Jean-Marc Valin b7bd4c20ac celt_maxabs16() now returns an opus_val32 to avoid problems with -32768 vor 11 Jahren
  Ralph Giles 027ec51bfe Fix MSVC format conversion warnings. vor 12 Jahren
  Jean-Marc Valin 7315b35e13 Merge branch 'exp_analysis7' vor 12 Jahren
  Gregory Maxwell de0b5324b6 Replace C99 restrict keyword with OPUS_RESTRICT. vor 12 Jahren
  Jean-Marc Valin 0892c169c6 Tonality and pitch tuning vor 13 Jahren
  Jean-Marc Valin 66ac10210c Fixes some cases where MIN/MAX macros result in duplicated function calls vor 12 Jahren
  Jean-Marc Valin 6ae5101fb4 Fixes a fixed-point overflow by scaling pitch search more conservatively vor 12 Jahren
  Jean-Marc Valin 9faea25d29 Fixes a (harmless) float overflow in the pitch search vor 12 Jahren