|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <math.h>#include <stdlib.h>#include "iLBC_define.h"#include "constants.h"#include "helpfun.h"#include "string.h"
Go to the source code of this file.
Functions | |
| void | dopack (unsigned char **bitstream, int index, int bitno, int *pos) |
| void | packcombine (int *index, int rest, int bitno_rest) |
| void | packsplit (int *index, int *firstpart, int *rest, int bitno_firstpart, int bitno_total) |
| void | unpack (unsigned char **bitstream, int *index, int bitno, int *pos) |
| void dopack | ( | unsigned char ** | bitstream, |
| int | index, | ||
| int | bitno, | ||
| int * | pos | ||
| ) |
| void packcombine | ( | int * | index, |
| int | rest, | ||
| int | bitno_rest | ||
| ) |
Definition at line 53 of file packing.c.
Referenced by iLBC_decode().
| void packsplit | ( | int * | index, |
| int * | firstpart, | ||
| int * | rest, | ||
| int | bitno_firstpart, | ||
| int | bitno_total | ||
| ) |
Definition at line 26 of file packing.c.
Referenced by iLBC_encode().
| void unpack | ( | unsigned char ** | bitstream, |
| int * | index, | ||
| int | bitno, | ||
| int * | pos | ||
| ) |
1.8.13