26extern int analysis_noisy;
27extern void _analysis_output(
char *base,
int i,
float *
v,
int n,
int bark,
int dB,
29extern void _analysis_output_always(
char *base,
int i,
float *
v,
int n,
int bark,
int dB,
35#define _VDBG_GRAPHFILE "malloc.m"
46#define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__)
47#define _ogg_calloc(x,y) _VDBG_malloc(NULL,(x)*(y),__FILE__,__LINE__)
48#define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__)
49#define _ogg_free(x) _VDBG_free((x),__FILE__,__LINE__)
int64_t ogg_int64_t
Definition config_types.h:8
unsigned int ogg_uint32_t
Definition config_types.h:7
unsigned v[N_MAX]
Definition inflate.c:1584
register unsigned i
Definition inflate.c:1575
void _VDBG_free(void *ptr, char *file, long line)
Definition misc.c:209
void * _VDBG_malloc(void *ptr, long bytes, char *file, long line)
Definition misc.c:193
int ov_ilog(ogg_uint32_t v)
Definition sharedbook.c:34
void * _vorbis_block_alloc(vorbis_block *vb, long bytes)
Definition block.c:102
void _vorbis_block_ripcord(vorbis_block *vb)
Definition block.c:126
int n
Definition crypt.c:458
struct zdirent * file
Definition win32.c:1500