Update codecAO40.c moved variables

fc-nocpp
Alan Johnston 11 months ago committed by GitHub
parent 90033f77da
commit ef0608f5df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,12 +1,6 @@
#include <string.h> #include <string.h>
#include "codecAO40.h" #include "codecAO40.h"
unsigned char m_RS_block[RSBLOCKS][NROOTS]; /* RS parity blocks */
unsigned char m_encoded[SYMPBLOCK] ; /* encoded symbols */
int m_encoded_bytes; /* Byte counter for encode_data() */
int m_ileaver_index; /* Byte counter for interleaver */
unsigned char m_conv_sr; /* Convolutional encoder shift register state */
/* ---------------------- */ /* ---------------------- */
/* AO40 Encoder - Decoder */ /* AO40 Encoder - Decoder */
/* ---------------------- */ /* ---------------------- */

Loading…
Cancel
Save

Powered by TurnKey Linux.