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/dnn
AgeCommit message (Expand)Author
2024-01-22OSCE_MAX_RNN_UNITS now derived from osce model parametersJan Buethe
2024-01-21Remove run-time code for old TF2 modelsexp_plc_fix5Jean-Marc Valin
2024-01-21Using PyTorch model (same architecture for now)Jean-Marc Valin
2024-01-21Improving PLCJean-Marc Valin
2024-01-20Updated LACE and NoLACE models to version 2opus-ng-osce-models-v2Jan Buethe
2024-01-17PLC export scriptJean-Marc Valin
2024-01-16PyTorch code for training the PLC modelJean-Marc Valin
2023-12-22Add simulated loss to opus_demoJean-Marc Valin
2023-12-22Make loss simulator standaloneJean-Marc Valin
2023-12-22C code for packet loss simulatorJean-Marc Valin
2023-12-22lossgen: better training, README.mdJean-Marc Valin
2023-12-22lossgen: can now dump weightsJean-Marc Valin
2023-12-21Packet loss generation modelJean-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-30use vec_avx.h for MSVC buildsMichael Klingbeil
2023-11-30Defining __SSEx__ macros when needed for MSVCJean-Marc Valin
2023-11-29Fix model download path for windowsJean-Marc Valin
2023-11-29Add dotprod support to mesonJean-Marc Valin
2023-11-29Trying to fix/update meson buildJean-Marc Valin
2023-11-28Trying to use fma instructions when possibleJean-Marc Valin
2023-11-28FARGAN model updateJean-Marc Valin
2023-11-28Enabling DNN optimizations for ARMv7Jean-Marc Valin
2023-11-28Only force auto-vectorization for GCC >= 5.1Jean-Marc Valin
2023-11-28Force vectorization for DNN primitivesJean-Marc Valin
2023-11-27Fix ARMv7 optimizations for DNN codeJean-Marc Valin
2023-11-26First step towards DNN optimization for ARMv7 NeonJean-Marc Valin
2023-11-26Fix potential read out of bounds in farganJean-Marc Valin
2023-11-25Adding dotprod instruction to ARM rtcdJean-Marc Valin
2023-11-25Speed up cross-correlation normalizationJean-Marc Valin
2023-11-25Use arch-specific celt_inner_prod() for featuresJean-Marc Valin
2023-11-25Optimize biquad() to reduce dependency chainsJean-Marc Valin
2023-11-24Remove process_single_frame()Jean-Marc Valin
2023-11-24Remove feature writing (fwrite()) from libopusJean-Marc Valin
2023-11-20Make sure weights files are marked as modifiedJean-Marc Valin
2023-11-17Adding RTCD for compute_conv2d()Jean-Marc Valin
2023-11-16Smaller version of farganJean-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-03Vectorizing sgemv for multiples of 4 with SSEJean-Marc Valin