summaryrefslogtreecommitdiff
path: root/libavfilter/af_arnndn.c
Commit message (Collapse)AuthorAge
* avfilter/af_arnndn: reduce size of second_check[] tablePaul B Mahol2020-09-04
|
* avfilter/af_arnndn: use memcpy for copying in compute_rnn()Paul B Mahol2020-08-27
|
* avfilter/af_arnndn: use scalarproduct_float() in dct functionPaul B Mahol2020-08-27
|
* avfilter/af_arnndn: use RNN_COPY macro to copyPaul B Mahol2020-08-21
|
* avfilter/af_arnndn: Remove superfluous qualifierAndreas Rheinhardt2019-10-17
| | | | | | | | | remove_doubling() returned a const float, but returning qualified types is pointless anyway. This is all the more important given that GCC 4.2.1 (and maybe other compilers, too) seems to treat this as an error as several FATE units that don't compile any more show. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/af_arnndn: make sure that vad_output nb_neurons is always 1Paul B Mahol2019-10-17
|
* avfilter: add arnndn filterPaul B Mahol2019-10-16