diff options
| author | leochanj <jbakita@cs.unc.edu> | 2020-10-20 21:46:20 -0400 |
|---|---|---|
| committer | leochanj <jbakita@cs.unc.edu> | 2020-10-20 21:46:20 -0400 |
| commit | e2b50015cebdfba68699abd6e8575e38230f5a78 (patch) | |
| tree | 8bc28e082ad58e5fec07de81fd7c7f9bd9db2686 /baseline/source/cjpeg_wrbmp | |
| parent | 79f30887129145e15e5172e36a7d7602859fc932 (diff) | |
| parent | dd606a16e840880e7617b140f6083af8ea83b6b7 (diff) | |
Merge branch 'rtas20-wip' into sd-vbs
Diffstat (limited to 'baseline/source/cjpeg_wrbmp')
| -rw-r--r-- | baseline/source/cjpeg_wrbmp/cjpeg_wrbmp.c | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/baseline/source/cjpeg_wrbmp/cjpeg_wrbmp.c b/baseline/source/cjpeg_wrbmp/cjpeg_wrbmp.c index 3c8d7ec..a7aa477 100644 --- a/baseline/source/cjpeg_wrbmp/cjpeg_wrbmp.c +++ b/baseline/source/cjpeg_wrbmp/cjpeg_wrbmp.c | |||
| @@ -210,15 +210,13 @@ int cjpeg_wrbmp_return() | |||
| 210 | 210 | ||
| 211 | int main(int argc, char **argv) | 211 | int main(int argc, char **argv) |
| 212 | { | 212 | { |
| 213 | SET_UP | 213 | SET_UP |
| 214 | for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ | 214 | for_each_job { |
| 215 | START_LOOP | 215 | cjpeg_wrbmp_init(); |
| 216 | cjpeg_wrbmp_init(); | 216 | cjpeg_wrbmp_main(); |
| 217 | cjpeg_wrbmp_main(); | 217 | } |
| 218 | STOP_LOOP | 218 | WRITE_TO_FILE |
| 219 | } | 219 | return ( cjpeg_wrbmp_return() ); |
| 220 | WRITE_TO_FILE | ||
| 221 | return ( cjpeg_wrbmp_return() ); | ||
| 222 | } | 220 | } |
| 223 | 221 | ||
| 224 | #endif /* BMP_SUPPORTED */ | 222 | #endif /* BMP_SUPPORTED */ |
