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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2014-10-04There are no tabs in source code.Timothy B. Terriberry
2014-10-04Fix build bustage from c95c9a048.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-08-10os_support: fix misleading commentsTristan Matthews
2014-06-20Whitespace fixesexp_mips_optJean-Marc Valin
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-06-18Adds SIG2WORD16() to fixed_debug.hJean-Marc Valin
2014-04-17Suppress some coverity false positives.Gregory Maxwell
2014-03-26Fix iOS builds with assembly.Timothy B. Terriberry
2014-03-20Make the arm2gnu.pl converter handle apple specific detailsMartin Storsjo
2014-03-20Add separate labels for the start of public functionsMartin Storsjo
2014-02-25arm: Use the UAL syntax for instructionsMartin Storsjo
2014-02-25Fixes an aliasing bug in the MDCT when the frame size isn't a multiple of 4.Marcello Caramma (mcaramma)
2014-02-24Adds missing license for arm2gnu.plJean-Marc Valin
2014-02-01Skips comb filter overlap when the parameters didn't change.Jean-Marc Valin
2014-01-30Minor div optimization -- reducing denominatorsJean-Marc Valin
2014-01-30Optimizing divisions with a signed numeratorJean-Marc Valin
2014-01-29Speeding up ec_tell_frac()Jean-Marc Valin
2014-01-23Speeding up extract_collapse_mask() slightlyJean-Marc Valin
2014-01-23Using SSAT in SIG2WORD16() on ARMv6Jean-Marc Valin
2014-01-22Unrolled version of the comb filter for ARM (eliminates MOVs)Jean-Marc Valin
2014-01-22Making decode_pulses() compute the L2-norm on the flyJean-Marc Valin
2014-01-21Speed up the comb filter on ARM by using MAC16_32_Q16()Jean-Marc Valin
2014-01-21Save more integer divisions on ARM when we know the operands are positiveJean-Marc Valin
2014-01-21Fixes use of uninitialized values in dynalloc_analysis()Jean-Marc Valin
2014-01-21Using a table on ARM for unsigned division by small (<=256) integers.Jean-Marc Valin
2014-01-19Minor cleanup in dynalloc_analysis()Jean-Marc Valin
2014-01-19Adds a median filter to make dynalloc_analysis() more conservativeJean-Marc Valin
2014-01-08Fix declaration after statement in fixed point.Gregory Maxwell
2014-01-08pseudostack instrumentation (off by default)Jean-Marc Valin
2014-01-08Fixes SMALL_FOOTPRINT for floatJean-Marc Valin
2014-01-08Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin
2014-01-08Moves CELT PLC pitch search to a separate function to reduce peak stackJean-Marc Valin
2014-01-07Adds SMALL_FOOTPRINT hack to the CELT PLC tooJean-Marc Valin
2014-01-07Moves deemphasis() call out of celt_decode_lost() to reduce peak stackJean-Marc Valin
2014-01-07Cleaning up leftovers of "freq" in celt_decode_with_ec()Jean-Marc Valin
2014-01-07Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2014-01-06Moves the remains of compute_inv_mdcts() to celt_synthesis()Jean-Marc Valin
2014-01-06Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack.Jean-Marc Valin
2014-01-06Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin
2014-01-06Some cleaning up of the synthesis code.Jean-Marc Valin
2014-01-05Making exp_rotation1() use MAC16_16(), which saves a few cycles on ARMJean-Marc Valin
2014-01-04Silences unused parameter warningJean-Marc Valin
2014-01-04Moving the radix-2 to expose trivial twiddle factorsJean-Marc Valin
2013-12-31Improving the accuracy of the fixed-point radix-3 and radix-5Jean-Marc Valin
2013-12-30Minor cleanup -- nothing to see hereJean-Marc Valin
2013-12-30Fixed-point: slight accuracy improvement in the comb filterJean-Marc Valin
2013-12-30Remove a SAVE_STACK that was pasted accidentally in the previous commitJean-Marc Valin
2013-12-29Unifying scaling of fixed-point and float FFTJean-Marc Valin
2013-12-29Fixes C89 issueJean-Marc Valin