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
2024-01-22Initial DRED tuningexp_dred_tuning1Jean-Marc Valin
2023-12-20Merge LACE/NoLACE under OSCE frameworkopus-ng-lace-integration5Jan Buethe
2023-12-15use opus_(re)alloc and opus_free for dnn and DRED related functionsopus-ng-fix-allocMichael Klingbeil
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
2023-10-15Rename NEURAL_PLC to ENABLE_DEEP_PLCJean-Marc Valin
2023-10-08Fix warning from casting between 1D and 2D arraysJean-Marc Valin
2023-10-08Silencing alignment warnings on x86 intrinsicsJean-Marc Valin
2023-10-06New model with wider range of bitratesJean-Marc Valin
2023-10-06Switching to neural pitch estimatorJean-Marc Valin
2023-10-02update modelJean-Marc Valin
2023-09-28Fix stats indexing for stateJean-Marc Valin
2023-09-26RDOVAE model updateJean-Marc Valin
2023-09-24Infinite loops are badJean-Marc Valin
2023-09-21Handle the case where the initial state didn't fitJean-Marc Valin
2023-09-21Quantizing initial state with rdovae tooJean-Marc Valin
2023-08-10Changing DRED exp. ID so we can reserve 127Jean-Marc Valin
2023-08-10Making it easier to remove DRED experimental IDJean-Marc Valin
2023-07-28Make RDOVAE encoder use LinearLayer directlyopus-ng-linear4Jean-Marc Valin
2023-07-13Make "VBR with cap" less aggressiveJean-Marc Valin
2023-07-13Some general SILK CBR tuningJean-Marc Valin
2023-07-12Fix DRED/neural PLC for SILK stereoJean-Marc Valin