Data Fields | |
int | W |
int | H |
int | w |
int | h |
int | x |
int | y |
int | mode |
int | resample |
int | dc_Y |
int | dc_Cb |
int | dc_Cr |
int | Y_rt |
int | Cb_rt |
int | Cr_rt |
char * | fb_id |
int tc_hdr_tag::W |
Image width
Referenced by read_tc_header().
int tc_hdr_tag::H |
Image height
Referenced by read_tc_header().
int tc_hdr_tag::w |
Block width
Referenced by eps_decode_truecolor_block(), and read_tc_header().
int tc_hdr_tag::h |
Block height
Referenced by eps_decode_truecolor_block(), and read_tc_header().
int tc_hdr_tag::x |
Block X coordinate
Referenced by read_tc_header().
int tc_hdr_tag::y |
Block Y coordinate
Referenced by read_tc_header().
int tc_hdr_tag::mode |
Either EPS_MODE_NORMAL or EPS_MODE_OTLPF
Referenced by eps_decode_truecolor_block(), and read_tc_header().
Either EPS_RESAMPLE_444 or EPS_RESAMPLE_420
Referenced by eps_decode_truecolor_block(), and read_tc_header().
int tc_hdr_tag::dc_Y |
DC value of the Y channel
Referenced by eps_decode_truecolor_block(), and read_tc_header().
DC value of the Cb channel
Referenced by eps_decode_truecolor_block(), and read_tc_header().
DC value of the Cr channel
Referenced by eps_decode_truecolor_block(), and read_tc_header().
int tc_hdr_tag::Y_rt |
Initial ratio of the Y channel
Referenced by eps_decode_truecolor_block(), and read_tc_header().
Initial ratio of the Cb channel
Referenced by eps_decode_truecolor_block(), and read_tc_header().
Initial ratio of the Cr channel
Referenced by eps_decode_truecolor_block(), and read_tc_header().
char* tc_hdr_tag::fb_id |
Filterbank ID (should not be modified or released)
Referenced by eps_decode_truecolor_block(), and read_tc_header().