#include <volk/volk.h>
#include <volk/volk_8u_x4_conv_k7_r2_8u.h>
#include <string.h>
Go to the source code of this file.
|
static int | parity (int x, unsigned char *Partab) |
|
static int | chainback_viterbi (unsigned char *data, unsigned int nbits, unsigned int endstate, unsigned int tailsize, unsigned char *decisions) |
|
static int chainback_viterbi |
( |
unsigned char * |
data, |
|
|
unsigned int |
nbits, |
|
|
unsigned int |
endstate, |
|
|
unsigned int |
tailsize, |
|
|
unsigned char * |
decisions |
|
) |
| |
|
inlinestatic |
static int parity |
( |
int |
x, |
|
|
unsigned char * |
Partab |
|
) |
| |
|
inlinestatic |