mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
increased iterations
This commit is contained in:
parent
994e9dc912
commit
af29e0434a
1 changed files with 5 additions and 5 deletions
|
|
@ -25,27 +25,27 @@ int popcnt(TYPE x)
|
|||
}
|
||||
|
||||
#if 0
|
||||
const int LOOPS = 80000;
|
||||
const int LOOPS = 320000;
|
||||
const float QEF_SNR = 7.0;
|
||||
const int DATA_LEN = 2;
|
||||
#endif
|
||||
#if 0
|
||||
const int LOOPS = 40000;
|
||||
const int LOOPS = 160000;
|
||||
const float QEF_SNR = 4.5;
|
||||
const int DATA_LEN = 3;
|
||||
#endif
|
||||
#if 1
|
||||
const int LOOPS = 20000;
|
||||
const int LOOPS = 80000;
|
||||
const float QEF_SNR = 2.0;
|
||||
const int DATA_LEN = 4;
|
||||
#endif
|
||||
#if 0
|
||||
const int LOOPS = 10000;
|
||||
const int LOOPS = 40000;
|
||||
const float QEF_SNR = -1.0;
|
||||
const int DATA_LEN = 5;
|
||||
#endif
|
||||
#if 0
|
||||
const int LOOPS = 5000;
|
||||
const int LOOPS = 20000;
|
||||
const float QEF_SNR = -3.5;
|
||||
const int DATA_LEN = 6;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue