#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <memory.h>
#include "spandsp.h"
|
|
#define | XSIZE 1728 |
|
#define | FILL_70 " " |
|
#define | FILL_80 " " |
|
#define | FILL_100 " " |
|
#define | FILL_670 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_70 |
|
#define | FILL_980 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_100 FILL_80 |
|
#define | TEST_ROWS 16 |
|
|
int | main (int argc, char *argv[]) |
|
|
t4_t6_encode_state_t * | send_state |
|
t4_t6_decode_state_t * | receive_state |