libmain.h File Reference
Auxiliary support routines.
More...
|
Functions |
| local void | round_channel (coeff_t **in_channel, int **out_channel, int channel_size) |
| local void | copy_channel (int **in_channel, coeff_t **out_channel, int channel_size) |
| local void | reset_RGB (unsigned char **block_R, unsigned char **block_G, unsigned char **block_B, int width, int height) |
| local void | reset_Y (unsigned char **block_Y, int width, int height) |
| local filterbank_t * | get_fb (char *id) |
| local int | get_block_size (int w, int h, int mode, int min) |
| local int | terminate_header (unsigned char *buf, int buf_size, int n_fields) |
| local void | unterminate_header (unsigned char *buf) |
| local int | header_sanity_check (unsigned char *buf) |
| local int | read_gs_header (unsigned char *buf, int buf_size, eps_block_header *hdr) |
| local int | read_tc_header (unsigned char *buf, int buf_size, eps_block_header *hdr) |
Detailed Description
This file contains auxiliary support routines for the library. While being top-level they are not intended for direct user access.