#include <atsc_trellis_encoder.h>#include <assert.h>#include <stdio.h>Defines | |
| #define | SEGOF(x) ( (x) / ((SEGMENT_SIZE+1) * DIBITS_PER_BYTE)) |
| #define | SYMOF(x) (((x) % ((SEGMENT_SIZE+1) * DIBITS_PER_BYTE))-4) |
| #define | ENCODER_SEG_BUMP 4 |
| #define | DSEG_SYNC_SYM1 0x06 |
| #define | DSEG_SYNC_SYM2 0x01 |
| #define | DSEG_SYNC_SYM3 0x01 |
| #define | DSEG_SYNC_SYM4 0x06 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8