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/silk
AgeCommit message (Expand)Author
2023-12-18moved OSCEModel struct one level upJan Buethe
2023-12-18compile bugfixJan Buethe
2023-12-13moved enhancement before PLC updateJan Buethe
2023-12-13minor fixesJan Buethe
2023-12-11bugfixJan Buethe
2023-12-11weight_blob for OSCE (still buggy)Jan Buethe
2023-12-11bugfixJan Buethe
2023-12-08osce method selection now tied to decoder complexityJan Buethe
2023-12-07refactoring of osce codeJan Buethe
2023-12-01nolace added and active by defaultJan Buethe
2023-12-01osce refactoringJan Buethe
2023-12-01fixesJan Buethe
2023-12-01added LACE to SILK decoder (--enable-osce)Jan Buethe
2023-12-01feature calculation in C verifiedJan Buethe
2023-12-01removed funcfJan Buethe
2023-12-01refactoringJan Buethe
2023-12-01build-fix for --enable-osceJan Buethe
2023-12-01untested implementation of silk enhancement feature calculationJan Buethe
2023-12-01build fixJan Buethe
2023-12-01added dummy silk_enhancer functionJan Buethe
2023-11-30don't redefine _mm_loadu_si32 on MSVCMichael Klingbeil
2023-11-29Trying to fix/update meson buildJean-Marc Valin
2023-11-28Oops, fix the fixed-point buildJean-Marc Valin
2023-11-28Fixes for ARMv7/AArch32Jean-Marc Valin
2023-11-21Add rtcd for silk_inner_product_FLP()Jean-Marc Valin
2023-11-21Start enabling AVX2 silk_inner_product_FLP()Jean-Marc Valin
2023-11-21Avoids AVX2 optimizations being disabledJean-Marc Valin
2023-11-21Misc fixes on previous patchJean-Marc Valin
2023-11-21Optimize NSQ_del_dec() for AVX2Victor Ding
2023-11-21AVX2 version of silk_inner_product_FLP()Jean-Marc Valin
2023-11-18Speed up silk_warped_autocorrelation_FLP()Jean-Marc Valin
2023-11-16Remove C99 commentJean-Marc Valin
2023-11-16Adding RTCD for compute_activation()exp_dnn_rtcd6Jean-Marc Valin
2023-11-16Adding RTCD for DNN codeJean-Marc Valin
2023-11-15Using sparse GRUs in DRED decoderJean-Marc Valin
2023-11-08DRED: quantize scale and dead zone to 8 bitsJean-Marc Valin
2023-11-07DRED code cleanupJean-Marc Valin
2023-11-07Split stats in two and remove useless dimensionsJean-Marc Valin
2023-11-06DRED: quantize r and p0 parameters with 8 bitsJean-Marc Valin
2023-11-06Vectorize DRED quantizationJean-Marc Valin
2023-11-04Match silenced overflow checks in the sse4.1 versionFelicia Lim
2023-11-03Silence some overflow checksFelicia Lim
2023-10-30Don't try to use models that aren't loadedJean-Marc Valin
2023-10-30Don't use reserved identifiers for include guardsJean-Marc Valin
2023-10-30Update blob loading codeJean-Marc Valin
2023-10-21CleanupJean-Marc Valin
2023-10-19Support OPUS_SET_COMPLEXITY() on decoder sideJean-Marc Valin
2023-10-18Don't call the libm tanh()Jean-Marc Valin
2023-10-18Making the build possible without the modelsJean-Marc Valin
2023-10-15Rename ENABLE_NEURAL_FED to ENABLE_DREDJean-Marc Valin