Data Fields | |
AVCodecContext * | avctx |
AVFrame | picture |
int | width |
picture width | |
int | height |
picture height | |
unsigned int | bpp |
bits per pixel | |
int | compr |
compression level | |
int | bpp_tab_size |
bpp_tab size | |
int | photometric_interpretation |
photometric interpretation | |
int | strips |
number of strips | |
int | rps |
row per strip | |
uint8_t | entries [TIFF_MAX_ENTRY *12] |
entires in header | |
int | num_entries |
number of entires | |
uint8_t ** | buf |
actual position in buffer | |
uint8_t * | buf_start |
pointer to first byte in buffer | |
int | buf_size |
buffer size | |
uint16_t | subsampling [2] |
YUV subsampling factors. | |
struct LZWEncodeState * | lzws |
LZW Encode state. |
Definition at line 43 of file tiffenc.c.
unsigned int TiffEncoderContext::bpp |
uint8_t** TiffEncoderContext::buf |
actual position in buffer
Definition at line 57 of file tiffenc.c.
Referenced by add_entry(), check_size(), and encode_strip().
buffer size
Definition at line 59 of file tiffenc.c.
Referenced by check_size(), and encode_strip().
uint8_t* TiffEncoderContext::buf_start |
pointer to first byte in buffer
Definition at line 58 of file tiffenc.c.
Referenced by add_entry(), check_size(), and encode_strip().
uint8_t TiffEncoderContext::entries[TIFF_MAX_ENTRY *12] |
struct LZWEncodeState* TiffEncoderContext::lzws [read] |
uint16_t TiffEncoderContext::subsampling[2] |