28 #if !defined(_SPANDSP_G726_H_)
29 #define _SPANDSP_G726_H_
48 G726_ENCODING_LINEAR = 0,
55 G726_PACKING_NONE = 0,
56 G726_PACKING_LEFT = 1,
57 G726_PACKING_RIGHT = 2
65 typedef int16_t (*g726_decoder_func_t)(
g726_state_t *s, uint8_t code);
67 typedef uint8_t (*g726_encoder_func_t)(
g726_state_t *s, int16_t amp);
69 #if defined(__cplusplus)
101 const uint8_t g726_data[],
115 #if defined(__cplusplus)