@ -104,9 +104,6 @@ typedef struct
colors ,
colors ,
bits ,
bits ,
gamma_corrected ;
gamma_corrected ;
# ifdef _OPENMP
# pragma omp firstprivate(colors,height,width)
# endif
unsigned int data_size ; // ðàçìåð ïîëÿ äàííûõ â áàéòàõ
unsigned int data_size ; // ðàçìåð ïîëÿ äàííûõ â áàéòàõ
unsigned char data [ 1 ] ; // we'll allocate more!
unsigned char data [ 1 ] ; // we'll allocate more!
} libraw_processed_image_t ;
} libraw_processed_image_t ;
@ -138,9 +135,6 @@ typedef struct
left_margin ;
left_margin ;
ushort iheight ,
ushort iheight ,
iwidth ;
iwidth ;
# ifdef _OPENMP
# pragma omp firstprivate(iheight,iwidth)
# endif
double pixel_aspect ;
double pixel_aspect ;
int flip ;
int flip ;
@ -225,9 +219,6 @@ typedef struct
unsigned shot_select ; /* -s */
unsigned shot_select ; /* -s */
float bright ; /* -b */
float bright ; /* -b */
float threshold ; /* -n */
float threshold ; /* -n */
# ifdef _OPENMP
# pragma omp firstprivate(threshold)
# endif
int half_size ; /* -h */
int half_size ; /* -h */
int four_color_rgb ; /* -f */
int four_color_rgb ; /* -f */
int document_mode ; /* -d/-D */
int document_mode ; /* -d/-D */
@ -281,9 +272,6 @@ typedef struct
libraw_thumbnail_t thumbnail ;
libraw_thumbnail_t thumbnail ;
libraw_masked_t masked_pixels ;
libraw_masked_t masked_pixels ;
ushort ( * image ) [ 4 ] ;
ushort ( * image ) [ 4 ] ;
# ifdef _OPENMP
# pragma omp shared(image)
# endif
libraw_output_params_t params ;
libraw_output_params_t params ;
// pointer to LibRaw class for use in C calls
// pointer to LibRaw class for use in C calls
void * parent_class ;
void * parent_class ;