#include "arch.h"
Include dependency graph for misc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | SPEEX_MAJOR_VERSION 1 |
| #define | SPEEX_MINOR_VERSION 1 |
| #define | SPEEX_MICRO_VERSION 6 |
| #define | SPEEX_EXTRA_VERSION "" |
| #define | SPEEX_VERSION "speex-1.1.6" |
Functions | |
| void | print_vec (float *vec, int len, char *name) |
| unsigned int | be_int (unsigned int i) |
| unsigned int | le_int (unsigned int i) |
| unsigned short | be_short (unsigned short s) |
| unsigned short | le_short (unsigned short s) |
| void * | speex_alloc (int size) |
| void * | speex_realloc (void *ptr, int size) |
| void | speex_free (void *ptr) |
| void * | speex_move (void *dest, void *src, int n) |
| void | speex_error (char *str) |
| void | speex_warning (char *str) |
| void | speex_warning_int (char *str, int val) |
| void | speex_rand_vec (float std, spx_sig_t *data, int len) |
| float | speex_rand (float std) |
| void | _speex_putc (int ch, void *file) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_free |
|
|
|
|
|
Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_alloc |
|
||||||||||||||||
|
Speex wrapper for mem_move |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Speex wrapper for realloc. To do your own dynamic allocation, all you need to do is replace this function, speex_alloc and speex_free |
|
|
|
|
||||||||||||
|
|
1.4.1