Skip to content
GitLab
Explore
Sign in
Commits · eb50ffa6eff82ef2112e67fe1def24aaa91c351c
ivas-codec
Browse files
Jun 21, 2024
apply thresholding on both reference and test signal
· eb50ffa6
Jan Kiene
authored
Jun 21, 2024
eb50ffa6
Jun 18, 2024
reintroduce low threshold
· 33f7971a
Jan Kiene
authored
Jun 18, 2024
33f7971a
fix for all-zero in both signals
· 084a854c
Jan Kiene
authored
Jun 18, 2024
084a854c
run formatter
· acde5b1a
Jan Kiene
authored
Jun 18, 2024
acde5b1a
add MIN_SSNR to create_report_pages.py
· 625d6748
Jan Kiene
authored
Jun 18, 2024
625d6748
Jun 17, 2024
do not set SSNR to zero for same channels, use inf instead
· 13a83a72
Jan Kiene
authored
Jun 17, 2024
13a83a72
small optimization
· fc25a189
Jan Kiene
authored
Jun 17, 2024
fc25a189
fix for no diff, but out of threshold cases
· 9d43d536
Jan Kiene
authored
Jun 17, 2024
9d43d536
also handle out-of-threshold reference in single channels only
· 5ee6c325
Jan Kiene
authored
Jun 17, 2024
5ee6c325
Merge branch 'main' into ci/ssnr
· 7139f852
Jan Kiene
authored
Jun 17, 2024
7139f852
refactor prop recording a bit
· f3eb9cc3
Jan Kiene
authored
Jun 17, 2024
f3eb9cc3
modify SSNR pattern to match also inf's and nan's
· b6fc5dd5
Jan Kiene
authored
Jun 17, 2024
b6fc5dd5
unify property recording
· ef16ea02
Jan Kiene
authored
Jun 17, 2024
ef16ea02
return neg inf if ref outside of thresh everywhere
· e7d8cde5
Jan Kiene
authored
Jun 17, 2024
e7d8cde5
Merge branch 'ci/add-sanitizers-to-first-frame-is-sid-test' into 'main'
· fe197c3c
Jan Kiene
authored
Jun 17, 2024
fe197c3c
add printouts for better structured CI log
· 3a851af8
Jan Kiene
authored
Jun 17, 2024
3a851af8
wrap test into bash script for easier local run
· 4972a877
Jan Kiene
authored
Jun 17, 2024
4972a877
Jun 14, 2024
back to 5 frames bs length
· 9ff907dd
Jan Kiene
authored
Jun 14, 2024
9ff907dd
return inf correctly from audioarray.compare if signals are equal
· cf01bc18
Jan Kiene
authored
Jun 14, 2024
cf01bc18
archive dec and enc log files separately
· 5c6e3dfb
Jan Kiene
authored
Jun 14, 2024
5c6e3dfb
more bitstream length for testing
· 58fcad15
Jan Kiene
authored
Jun 14, 2024
58fcad15
increase bitstream length to hopefully find the error again
· 156a69b1
Jan Kiene
authored
Jun 14, 2024
156a69b1
fix copy command
· 7e935d0c
Jan Kiene
authored
Jun 14, 2024
7e935d0c
Merge branch 'main' into ci/add-sanitizers-to-first-frame-is-sid-test
· 41b9d8ff
Jan Kiene
authored
Jun 14, 2024
41b9d8ff
use shorter bitstream length
· 0f85972d
Jan Kiene
authored
Jun 14, 2024
0f85972d
Merge branch 'main' into ci/ssnr
· a371da46
Jan Kiene
authored
Jun 14, 2024
a371da46
add MIN_SSNR to report parsing script
· 4e4ebbd1
Jan Kiene
authored
Jun 14, 2024
4e4ebbd1
Merge branch 'basop-ci/fix-jbm-tracefile-check' into 'main'
· a135d480
norvell
authored
Jun 14, 2024
a135d480
Restore sofa file
· 4aec7c55
norvell
authored
Jun 14, 2024
4aec7c55
Remove sofa file committed by accident
· a0a7e986
norvell
authored
Jun 14, 2024
a0a7e986
use option in numpy.genfromtxt for reading the first column only
· 24e07db9
Jan Kiene
authored
Jun 14, 2024
24e07db9
Fix in test_param_file.py for tracefile check
· 04478069
norvell
authored
Jun 14, 2024
04478069
return inf on exact same signal
· 214691e8
Jan Kiene
authored
Jun 14, 2024
214691e8
Jun 13, 2024
add ssnr printouts to return string
· 8aa62d03
Jan Kiene
authored
Jun 13, 2024
8aa62d03
record SSNR as property
· fccf1155
Jan Kiene
authored
Jun 13, 2024
fccf1155
add ssnr possibility in other tests
· fdf2af96
Jan Kiene
authored
Jun 13, 2024
fdf2af96
add ssnr to test_param_fle tests
· ead310a4
Jan Kiene
authored
Jun 13, 2024
ead310a4
move ssnr script and functionality to scripts folder
· a7b7c462
Jan Kiene
authored
Jun 13, 2024
a7b7c462
correct small typo
· 1ec14d37
Jan Kiene
authored
Jun 13, 2024
1ec14d37
add small constant to ref_power to avoid zero in log
· defa3721
Jan Kiene
authored
Jun 13, 2024
defa3721
Loading