Project Name  Version 1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
jh_decoder_params_ts Struct Reference

Defines the JPEG-HDR mobile decoder parameters. More...

#include <jh_decoder.h>

Data Fields

int num
int denom
int columns
int rows
int loglum

Detailed Description

Defines the JPEG-HDR mobile decoder parameters.

Definition at line 33 of file jh_decoder.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: