Changes between Version 14 and Version 15 of user_applications
- Timestamp:
- Nov 20, 2015, 8:57:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_applications
v14 v15 176 176 177 177 This multi-threaded application makes the decompression of a MJPEG bit-stream contained in a file. 178 It illustrates the " pipe-line" parallelism, and the message passing programming model, on top of the POSIX threads API, and the MWMR channels API.178 It illustrates the "multi pipe-line" parallelism. It uses the message passing programming model, on top of the POSIX threads API, and the MWMR communication middleware. 179 179 The application is described as a TCG (Task and Communication Graph), and all communications between threads uses MWMR channels. 180 180 Each pipeline decompress one complete image, and there is one pipe-line per cluster.