op25/op25/gr-op25_repeater/lib/ambe.h

11 lines
233 B
C

#ifndef INCLUDED_AMBE_H
#define INCLUDED_AMBE_H
#ifdef __cplusplus
extern "C" {
#endif
int mbe_dequantizeAmbe2250Parms (mbe_parms * cur_mp, mbe_parms * prev_mp, const int *b);
#ifdef __cplusplus
}
#endif
#endif /* INCLUDED_AMBE_H */