/external/tremolo/Tremolo/ |
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...] |
ivorbiscodec.h | 48 struct vorbis_dsp_state; 49 typedef struct vorbis_dsp_state vorbis_dsp_state; typedef in typeref:struct:vorbis_dsp_state
|
dsp.c | 46 int vorbis_dsp_restart(vorbis_dsp_state *v){ 66 int vorbis_dsp_init(vorbis_dsp_state *v,vorbis_info *vi){ 89 vorbis_dsp_state *vorbis_dsp_create(vorbis_info *vi){ 90 vorbis_dsp_state *v=_ogg_calloc(1,sizeof(*v)); 95 void vorbis_dsp_clear(vorbis_dsp_state *v){ 113 void vorbis_dsp_destroy(vorbis_dsp_state *v){ 144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ 165 int vorbis_dsp_read(vorbis_dsp_state *v,int s){ 208 int vorbis_dsp_synthesis(vorbis_dsp_state *vd,ogg_packet *op,int decodep){
|
ivorbisfile.h | 94 vorbis_dsp_state *vd; /* central working state for the packet->PCM decoder */
|
floor0.c | 400 ogg_int32_t *floor0_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *i, 431 int floor0_inverse2(vorbis_dsp_state *vd,vorbis_info_floor *i,
|
floor1.c | 289 ogg_int32_t *floor1_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *in, 375 int floor1_inverse2(vorbis_dsp_state *vd,vorbis_info_floor *in,
|
mapping0.c | 125 int mapping_inverse(vorbis_dsp_state *vd,vorbis_info_mapping *info){
|
res012.c | 103 int res_inverse(vorbis_dsp_state *vd,vorbis_info_residue *info,
|
/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...] |
vorbisfile.h | 141 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
|
/external/libvorbis/lib/ |
envelope.h | 75 extern long _ve_envelope_search(vorbis_dsp_state *v); 77 extern int _ve_envelope_mark(vorbis_dsp_state *v);
|
bitrate.h | 57 extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
|
backends.h | 33 vorbis_look_floor *(*look) (vorbis_dsp_state *,vorbis_info_floor *); 91 vorbis_look_residue *(*look) (vorbis_dsp_state *,
|
block.c | 88 int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb){ 181 static int _vds_shared_init(vorbis_dsp_state *v,vorbis_info *vi,int encp){ 294 int vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi){ 314 void vorbis_dsp_clear(vorbis_dsp_state *v){ 388 float **vorbis_analysis_buffer(vorbis_dsp_state *v, int vals){ 415 static void _preextrapolate_helper(vorbis_dsp_state *v){ 459 int vorbis_analysis_wrote(vorbis_dsp_state *v, int vals){ 523 int vorbis_analysis_blockout(vorbis_dsp_state *v,vorbis_block *vb){ 684 int vorbis_synthesis_restart(vorbis_dsp_state *v){ 707 int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi) [all...] |
synthesis.c | 27 vorbis_dsp_state *vd= vb ? vb->vd : 0; 95 vorbis_dsp_state *vd=vb->vd;
|
psy.h | 142 extern float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd);
|
bitrate.c | 65 vorbis_dsp_state *vd=vb->vd; 76 vorbis_dsp_state *vd=vb->vd; 230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){
|
floor0.c | 114 vorbis_dsp_state *vd=vb->vd; 144 static vorbis_look_floor *floor0_look(vorbis_dsp_state *vd,
|
envelope.c | 216 long _ve_envelope_search(vorbis_dsp_state *v){ 330 int _ve_envelope_mark(vorbis_dsp_state *v){
|
info.c | 567 int vorbis_analysis_headerout(vorbis_dsp_state *v, 647 double vorbis_granule_time(vorbis_dsp_state *v,ogg_int64_t granulepos){
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.h | 23 struct vorbis_dsp_state; 56 vorbis_dsp_state *mState;
|
SoftVorbis.cpp | 313 mState = new vorbis_dsp_state;
|
/external/libvorbis/examples/ |
encoder_example.c | 52 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
|
decoder_example.c | 53 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
|
/external/libvorbis/test/ |
write_read.c | 40 vorbis_dsp_state vd; 142 vorbis_dsp_state vd;
|