Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__jpeg_decoder__Proj
comparison VSs_tinyjpeg/tinyjpeg.h @ 3:42d636fee562
added second type of task
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 13 Jul 2012 17:59:00 +0200 |
| parents | a8af8b3fc99d |
| children |
comparison
equal
deleted
inserted
replaced
| 0:7cc3ae1345c2 | 1:1a1261b02b64 |
|---|---|
| 61 | 61 |
| 62 //#pragma omp task input(*priv) output(*context) | 62 //#pragma omp task input(*priv) output(*context) |
| 63 void tinyjpeg_decode_task(void *data, SlaveVP *animatingSlv ); | 63 void tinyjpeg_decode_task(void *data, SlaveVP *animatingSlv ); |
| 64 | 64 |
| 65 VSsTaskType *tinyjpegTaskType; | 65 VSsTaskType *tinyjpegTaskType; |
| 66 SlaveVP* master; | 66 SlaveVP* seedSlv; |
| 67 | 67 |
| 68 void convert_one_image_wrapper( void *_params, SlaveVP *animSlv ); | 68 void convert_one_image_wrapper( void *_params, SlaveVP *animSlv ); |
| 69 | 69 |
| 70 const char *tinyjpeg_get_errorstring(); | 70 const char *tinyjpeg_get_errorstring(); |
| 71 void tinyjpeg_get_size(struct jdec_private *priv, unsigned int *width, unsigned int *height); | 71 void tinyjpeg_get_size(struct jdec_private *priv, unsigned int *width, unsigned int *height); |
