Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Samples::Timing::DoRecConvSep ( int  argc,
char *  argv[] 
)

Definition at line 190 of file mainTiming.cpp.

References DoOneRecConvSep().

Referenced by mainTiming().

00191 {
00192     if (argc < 3)
00193     {
00194         std::cout << "recconvsep requires more arguments" << std::endl;
00195         return;
00196     }
00197     String machineName = String(argv[2]);
00198     DoOneRecConvSep(machineName, "trui_256.raw", 10);
00199     DoOneRecConvSep(machineName, "trui_255.raw", 5);
00200     DoOneRecConvSep(machineName, "trui_257.raw", 5);
00201     DoOneRecConvSep(machineName, "trui_352x288.raw", 5);
00202     DoOneRecConvSep(machineName, "trui_512.raw", 5);
00203     DoOneRecConvSep(machineName, "trui_720x576.raw", 5);
00204     DoOneRecConvSep(machineName, "trui_1280.raw", 5);
00205 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:38:50 2010 for ImpalaSrc by  doxygen 1.5.1