gsm0610_encode.c File Reference

#include <assert.h>
#include <inttypes.h>
#include <tgmath.h>
#include <math.h>
#include "floating_fudge.h"
#include <stdlib.h>
#include <memory.h>
#include "spandsp/telephony.h"
#include "spandsp/fast_convert.h"
#include "spandsp/bitstream.h"
#include "spandsp/saturated.h"
#include "spandsp/gsm0610.h"
#include "gsm0610_local.h"

Functions

int gsm0610_set_packing (gsm0610_state_t *s, int packing)
gsm0610_state_t * gsm0610_init (gsm0610_state_t *s, int packing)
int gsm0610_release (gsm0610_state_t *s)
int gsm0610_free (gsm0610_state_t *s)
int gsm0610_pack_none (uint8_t c[], const gsm0610_frame_t *s)
int gsm0610_pack_wav49 (uint8_t c[], const gsm0610_frame_t *s)
int gsm0610_pack_voip (uint8_t c[33], const gsm0610_frame_t *s)
int gsm0610_encode (gsm0610_state_t *s, uint8_t code[], const int16_t amp[], int len)

Detailed Description


Generated by  doxygen 1.6.2