g722.c File Reference

#include <inttypes.h>
#include <memory.h>
#include <stdlib.h>
#include <tgmath.h>
#include <math.h>
#include "floating_fudge.h"
#include "spandsp/telephony.h"
#include "spandsp/fast_convert.h"
#include "spandsp/saturated.h"
#include "spandsp/vector_int.h"
#include "spandsp/g722.h"
#include "spandsp/private/g722.h"

Functions

g722_decode_state_t * g722_decode_init (g722_decode_state_t *s, int rate, int options)
int g722_decode_release (g722_decode_state_t *s)
int g722_decode_free (g722_decode_state_t *s)
int g722_decode (g722_decode_state_t *s, int16_t amp[], const uint8_t g722_data[], int len)
g722_encode_state_t * g722_encode_init (g722_encode_state_t *s, int rate, int options)
int g722_encode_release (g722_encode_state_t *s)
int g722_encode_free (g722_encode_state_t *s)
int g722_encode (g722_encode_state_t *s, uint8_t g722_data[], const int16_t amp[], int len)

Detailed Description


Generated by  doxygen 1.6.2