|
GEL
0.99
|
Go to the source code of this file.
Data Structures | |
| struct | unit_line_t |
| struct | unit_t |
| struct | segment_t |
| struct | gel_line_map_t |
Typedefs | |
| typedef uint32_t | uword |
| typedef int16_t | half |
| typedef uint16_t | uhalf |
| typedef int8_t | byte |
| typedef uint8_t | ubyte |
| typedef struct unit_line_t | unit_line_t |
| typedef struct unit_t | unit_t |
| typedef struct segment_t | segment_t |
Functions | |
| int | gel_init_line_map_segs (gel_file_t *file, gel_line_map_t *map, int step) |
Variables | |
| __BEGIN_DECLS typedef int32_t | word |
| typedef int8_t byte |
| typedef int16_t half |
| typedef uint8_t ubyte |
| typedef uint16_t uhalf |
| typedef struct unit_line_t unit_line_t |
| typedef uint32_t uword |
| int gel_init_line_map_segs | ( | gel_file_t * | file, |
| gel_line_map_t * | map, | ||
| int | step | ||
| ) |
Initialize the segments part of line map.
| file | GEL file to work with. |
| map | Line map to initialize. |
| step | Step in bytes between each line. |
| __BEGIN_DECLS typedef int32_t word |