#include "misc.h"
Go to the source code of this file.
Functions | |
int | scal_quant (spx_word16_t in, const spx_word16_t *boundary, int entries) |
int | scal_quant32 (spx_word32_t in, const spx_word32_t *boundary, int entries) |
int | vq_index (float *in, const float *codebook, int len, int entries) |
void | vq_nbest (spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) |
void | vq_nbest_sign (spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) |
int scal_quant | ( | spx_word16_t | in, | |
const spx_word16_t * | boundary, | |||
int | entries | |||
) |
Referenced by sb_encode().
int scal_quant32 | ( | spx_word32_t | in, | |
const spx_word32_t * | boundary, | |||
int | entries | |||
) |
int vq_index | ( | float * | in, | |
const float * | codebook, | |||
int | len, | |||
int | entries | |||
) |
Referenced by speex_encode_stereo(), and speex_encode_stereo_int().
void vq_nbest | ( | spx_word16_t * | in, | |
const spx_word16_t * | codebook, | |||
int | len, | |||
int | entries, | |||
spx_word32_t * | E, | |||
int | N, | |||
int * | nbest, | |||
spx_word32_t * | best_dist, | |||
char * | stack | |||
) |
void vq_nbest_sign | ( | spx_word16_t * | in, | |
const spx_word16_t * | codebook, | |||
int | len, | |||
int | entries, | |||
spx_word32_t * | E, | |||
int | N, | |||
int * | nbest, | |||
spx_word32_t * | best_dist, | |||
char * | stack | |||
) |