OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vorbis_dsp_state
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
ivorbiscodec.h
48
struct
vorbis_dsp_state
;
49
typedef struct
vorbis_dsp_state
vorbis_dsp_state
;
typedef in typeref:struct:vorbis_dsp_state
codec_internal.h
55
/*
vorbis_dsp_state
buffers the current vorbis audio
58
struct
vorbis_dsp_state
{
struct
82
extern ogg_int32_t *floor0_inverse1(struct
vorbis_dsp_state
*,
84
extern int floor0_inverse2 (struct
vorbis_dsp_state
*,vorbis_info_floor *,
90
extern ogg_int32_t *floor1_inverse1(struct
vorbis_dsp_state
*,
92
extern int floor1_inverse2 (struct
vorbis_dsp_state
*,vorbis_info_floor *,
150
extern int res_inverse(
vorbis_dsp_state
*,vorbis_info_residue *info,
183
extern int mapping_inverse(struct
vorbis_dsp_state
*,vorbis_info_mapping *);
218
extern int vorbis_dsp_init(
vorbis_dsp_state
*v, vorbis_info *vi);
219
extern void vorbis_dsp_clear(
vorbis_dsp_state
*v)
[
all
...]
Completed in 24 milliseconds