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
2015-10-08Adds "arch" argument to MIPS MDCTRhishikesh Agashe
2015-10-08Fix dump_modes output for fixed-point NE10.Timothy B. Terriberry
2015-10-08armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta
2015-10-08armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta
2015-10-08test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta
2015-10-08armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-08armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-10-08Add entcode.c to the dump_modes binary.Timothy B. Terriberry
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2015-09-02Add intrinsics support to Visual Studio build.Jonathan Lennox
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-09-02Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox
2015-09-02Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox
2015-09-02Fix struct initialization of CPU_Feature structure.Jonathan Lennox
2015-09-02Fix cpuid asm on 32-bit PIC.Jonathan Lennox
2015-09-02In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox
2015-09-02Reorganize configure's detection of intrinsics functions:Jonathan Lennox
2015-02-27Wrap _mm_cvtepi...() intrinsics in macros on clang.Timothy B. Terriberry
2015-02-20Document how to tell if your build is fixed-point.Timothy B. Terriberry
2015-01-03Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry
2014-12-26Fix warnings in pedantic build.Timothy B. Terriberry
2014-12-26armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta
2014-12-02Fix celt_pitch_xcorr_c signature.Timothy B. Terriberry
2014-11-19float_cast: Fix MSVC ARM buildCameron Gutman
2014-10-12tests: fix linking for --enable-fixed-point on ARMv1.1.1-betaTristan Matthews
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