Project Name
Version 1.0
|
Defines the JPEG-HDR mobile decoder parameters. More...
#include <jh_decoder.h>
Data Fields | |
int | num |
int | denom |
int | columns |
int | rows |
int | loglum |
Defines the JPEG-HDR mobile decoder parameters.
Definition at line 33 of file jh_decoder.h.
int jh_decoder_params_ts::columns |
Requested number of columns in the output image.
Definition at line 36 of file jh_decoder.h.
int jh_decoder_params_ts::denom |
Scaling denominator. The value depends on the JPEG library used.
Definition at line 35 of file jh_decoder.h.
int jh_decoder_params_ts::loglum |
RESERVED FOR INTERNAL USE.
Definition at line 38 of file jh_decoder.h.
int jh_decoder_params_ts::num |
Scaling numerator. The value depends on the JPEG library used.
Definition at line 34 of file jh_decoder.h.
int jh_decoder_params_ts::rows |
Requested number of rows in the output image.
Definition at line 37 of file jh_decoder.h.