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
AgeCommit message (Expand)Author
2023-11-25oopsexp_arm_dotprod2Jean-Marc Valin
2023-11-24Change dotprod detection on ARMJean-Marc Valin
2023-11-23Update cmake build on ARMJean-Marc Valin
2023-11-23Add dotprod code for dnn rtcdJean-Marc Valin
2023-11-23Update detection code for AArch64/Neon and dotprodJean-Marc Valin
2023-11-23Detecting ARM dotprod instruction in configureJean-Marc Valin
2023-11-22Using the same condition for enabling rtcdJean-Marc Valin
2023-11-22Trying to fix CMake buildJean-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-21Use SILK VBR when using CBR with DREDJean-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-21Remove AVX pitch code for fixed-pointJean-Marc Valin
2023-11-21Speeding up transient_analysis()Jean-Marc Valin
2023-11-20Make sure weights files are marked as modifiedJean-Marc Valin
2023-11-18Speed up silk_warped_autocorrelation_FLP()Jean-Marc Valin
2023-11-18Add rtcd support for celt_pitch_xcorr_avx2()Jean-Marc Valin
2023-11-18Fix non-RTCD case when SSE is not assumed presentJean-Marc Valin
2023-11-18Use celt_pitch_xcorr_avx2() when guaranteedJean-Marc Valin
2023-11-17Adding RTCD for compute_conv2d()Jean-Marc Valin
2023-11-16FARGAN model updateJean-Marc Valin
2023-11-16Smaller version of farganJean-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-11Fix non-AVX buildsJean-Marc Valin
2023-11-09Dumping RDOVAE stats from XMLJean-Marc Valin
2023-11-08DRED: quantize scale and dead zone to 8 bitsJean-Marc Valin
2023-11-07added weight export script for LACE/NoLACEJan Buethe
2023-11-07added transposed 1d convolutions to wexchangeJan Buethe
2023-11-07DRED code cleanupJean-Marc Valin
2023-11-07Split stats in two and remove useless dimensionsJean-Marc Valin
2023-11-06updated moc to match results in ietf118 presentationJan Buethe
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-11-03Vectorizing sgemv for multiples of 4 with SSEJean-Marc Valin
2023-11-03Fix silly bug in CELT Deep PLCJean-Marc Valin
2023-11-03Fix CELT PLC for single packet between lossesJean-Marc Valin
2023-11-02updated moc methodJan Buethe
2023-10-30Don't try to use models that aren't loadedJean-Marc Valin
2023-10-30Speed up general case for float matrix multiplyJean-Marc Valin
2023-10-30Don't use reserved identifiers for include guardsJean-Marc Valin
2023-10-30Update blob loading codeJean-Marc Valin
2023-10-29Use log approximation when possibleJean-Marc Valin