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