/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...] |
/external/libvorbis/include/vorbis/ |
codec.h | 56 /* vorbis_dsp_state buffers the current vorbis audio 59 typedef struct vorbis_dsp_state{ struct 86 } vorbis_dsp_state; typedef in typeref:struct:vorbis_dsp_state 102 vorbis_dsp_state *vd; /* For read-only access of configuration */ 176 extern int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb); 178 extern void vorbis_dsp_clear(vorbis_dsp_state *v); 179 extern double vorbis_granule_time(vorbis_dsp_state *v, 186 extern int vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi); 188 extern int vorbis_analysis_headerout(vorbis_dsp_state *v, 193 extern float **vorbis_analysis_buffer(vorbis_dsp_state *v,int vals) [all...] |