comparison VSs_tinyjpeg/tinyjpeg.h @ 4:62350c40504f

running in sequential mode
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Mon, 20 Aug 2012 16:56:27 +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);