Searched refs:SeismicVideo (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | seismic_video.cpp | 22 const char *const SeismicVideo::titles[2] = { "Seismic Simulation: Serial", 24 void SeismicVideo::on_mouse(int x, int y, int key) { in on_mouse() 30 void SeismicVideo::on_key(int key) { in on_key() 47 void SeismicVideo::on_process() { in on_process() 63 SeismicVideo *gVideo = nullptr; 66 SeismicVideo::SeismicVideo(Universe &u, in SeismicVideo() function in SeismicVideo
|
| H A D | seismic_video.hpp | 24 class SeismicVideo : public video { class 48 SeismicVideo(Universe &u, int numberOfFrames, int threadsHigh, bool initIsParallel = true);
|
| H A D | main.cpp | 76 SeismicVideo video(u, options.numberOfFrames, options.threads.last, options.parallel); in main()
|