Definition at line 107 of file mainTiming.cpp. References DoOneConvSep(). Referenced by mainTiming(). 00108 { 00109 if (argc < 3) 00110 { 00111 std::cout << "convsep requires more arguments" << std::endl; 00112 return; 00113 } 00114 String machineName = String(argv[2]); 00115 DoOneConvSep(machineName, "trui_256.raw", 10); 00116 DoOneConvSep(machineName, "trui_255.raw", 5); 00117 DoOneConvSep(machineName, "trui_257.raw", 5); 00118 DoOneConvSep(machineName, "trui_352x288.raw", 5); 00119 DoOneConvSep(machineName, "trui_512.raw", 5); 00120 DoOneConvSep(machineName, "trui_720x576.raw", 5); 00121 DoOneConvSep(machineName, "trui_1280.raw", 5); 00122 }
Here is the call graph for this function:
|