Commit graph

17 commits

Author SHA1 Message Date
Jean-Marc Valin
2e034f6f31
Adding RTCD for DNN code
Starting with compute_linear()
2023-11-15 23:45:32 -05:00
Jean-Marc Valin
b0620c0bf9
Using sparse GRUs in DRED decoder
Saves ~270 kB of weights in the decoder
2023-11-15 04:08:50 -05:00
Jean-Marc Valin
b6095cf22d
DRED code cleanup
Removing some indirections
2023-11-07 02:52:40 -05:00
Jean-Marc Valin
27663d3641
Using a DenseNet for DRED 2023-10-02 01:43:44 -04:00
Jean-Marc Valin
8cc769ea3a
Switch RDO-VAE decoder to LinearLayer 2023-07-28 02:21:12 -04:00
Jean-Marc Valin
f9f35904f4
No longer need to #include "common.h" 2023-06-27 17:13:06 -04:00
Jean-Marc Valin
9f4fc8bbfa
Replacing RNN_ macros with existing OPUS_ ones 2023-06-23 00:02:12 -04:00
Jean-Marc Valin
f867f61e8b Convert RDOVAE to blob format 2023-06-01 23:33:38 -04:00
Jean-Marc Valin
887346674f Fix warnings about undeclared memcpy() 2023-05-29 19:13:34 -04:00
jbuethe
a8673d0e25 gru2 -> gruB and dotp included in dump_rdovae 2023-01-12 14:15:39 +00:00
jbuethe
f178da1100 changed ordering of qframe to reverse in dred_rdovae_decode_qframe 2022-12-07 11:29:52 +00:00
Jan Buethe
a223122b89 clean-up 2022-10-26 12:42:34 +00:00
Jan Buethe
d58faea390 added copyright headers to new files 2022-10-26 09:48:55 +00:00
Jan Buethe
1f7c39d7c3 added config include to all new C files 2022-10-25 13:28:25 +00:00
Jan Buethe
818a0496d5 added re-ordering to dred_rdovae_decode_qframe (frames now in correct order) 2022-10-25 12:15:25 +00:00
Jan Buethe
e6390e34c7 removed compute_dense function (conflict with opus mlp) 2022-10-21 12:33:34 +00:00
Jan Buethe
1978cc6094 refactoring 2022-10-21 12:13:38 +00:00
Renamed from dnn/nfec_dec.c (Browse further)