Home
last modified time | relevance | path

Searched refs:vorbis_synthesis_halfrate (Results 1 – 5 of 5) sorted by relevance

/external/libvorbis/macos/
Dlibvorbis.mcp.exp44 vorbis_synthesis_halfrate
/external/libvorbis/win32/
Dvorbis.def46 vorbis_synthesis_halfrate
/external/libvorbis/include/vorbis/
Dcodec.h217 extern int vorbis_synthesis_halfrate(vorbis_info *v,int flag);
/external/libvorbis/lib/
Dsynthesis.c167 int vorbis_synthesis_halfrate(vorbis_info *vi,int flag){ in vorbis_synthesis_halfrate() function
Dvorbisfile.c1032 if(vorbis_synthesis_halfrate(vf->vi+i,flag)){ in ov_halfrate()