Lines Matching defs:name
55 const char *name;
208 if (!strcmp(dct->name, "IJG-AAN-INT")) {
216 if (!strcmp(dct->name, "PR-SSE2"))
257 is_idct ? "IDCT" : "DCT", dct->name, err_inf,
286 printf("%s %s: %0.1f kdct/s\n", is_idct ? "IDCT" : "DCT", dct->name,
375 static void idct248_error(const char *name,
430 printf("%s %s: err_inf=%d\n", 1 ? "IDCT248" : "DCT248", name, err_max);
448 printf("%s %s: %0.1f kdct/s\n", 1 ? "IDCT248" : "DCT248", name,
514 for (i = 0; idct_tab_arch[i].name; i++)
523 for (i = 0; fdct_tab_arch[i].name; i++)