Lines Matching defs:bits
180 static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits)
191 const int vals=1<<bits;
454 printf("dct-test [-i] [<test-number>] [<bits>]\n"
458 "bits Number of time domain bits to use, 8 is default\n"
475 int bits=8;
502 if(optind+1 < argc) bits= atoi(argv[optind+1]);
512 err |= dct_error(&idct_tab[i], test, test_idct, speed, bits);
516 err |= dct_error(&idct_tab_arch[i], test, test_idct, speed, bits);
521 err |= dct_error(&fdct_tab[i], test, test_idct, speed, bits);
525 err |= dct_error(&fdct_tab_arch[i], test, test_idct, speed, bits);