OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vorbis_analysis_buffer
(Results
1 - 5
of
5
) sorted by null
/external/libvorbis/macos/
libvorbis.mcp.exp
25
vorbis_analysis_buffer
/external/libvorbis/examples/
encoder_example.c
195
float **buffer=
vorbis_analysis_buffer
(&vd,READ);
/external/libvorbis/include/vorbis/
codec.h
193
extern float **
vorbis_analysis_buffer
(vorbis_dsp_state *v,int vals);
/external/libvorbis/test/
write_read.c
90
float **buffer =
vorbis_analysis_buffer
(&vd,count);
/external/libvorbis/lib/
block.c
388
float **
vorbis_analysis_buffer
(vorbis_dsp_state *v, int vals){
function
478
vorbis_analysis_buffer
(v,ci->blocksizes[1]*3);
Completed in 59 milliseconds