31 #ifndef __OSMO_CONV_H__
32 #define __OSMO_CONV_H__
76 int osmo_conv_get_input_length(
const struct osmo_conv_code *code,
int len);
77 int osmo_conv_get_output_length(
const struct osmo_conv_code *code,
int len);
127 int len,
int start_state);
133 const sbit_t *input,
int n);
137 ubit_t *output,
int has_flush,
int end_state);