doubled loops

This commit is contained in:
Ahmet Inan 2020-06-12 12:06:41 +02:00
commit ae13fc7acc

View file

@ -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