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

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

Definition at line 265 of file mainTiming.cpp.

References DoOneRecConvSepComlex().

Referenced by mainTiming().

00266 {
00267     if (argc < 3)
00268     {
00269         std::cout << "recconvsepcomplex requires more arguments" << std::endl;
00270         return;
00271     }
00272     String machineName = String(argv[2]);
00273     DoOneRecConvSepComlex(machineName, "trui_256.raw", 10);
00274     DoOneRecConvSepComlex(machineName, "trui_255.raw", 5);
00275     DoOneRecConvSepComlex(machineName, "trui_257.raw", 5);
00276     DoOneRecConvSepComlex(machineName, "trui_352x288.raw", 5);
00277     DoOneRecConvSepComlex(machineName, "trui_512.raw", 5);
00278     DoOneRecConvSepComlex(machineName, "trui_720x576.raw", 5);
00279     DoOneRecConvSepComlex(machineName, "trui_1280.raw", 5);
00280 }

Here is the call graph for this function:


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