Home
last modified time | relevance | path

Searched refs:vorbis_window (Results 1 – 3 of 3) sorted by relevance

/external/libvorbis/win32/
Dvorbis.def50 vorbis_window
/external/libvorbis/lib/
Dvorbisfile.c2031 extern float *vorbis_window(vorbis_dsp_state *v,int W);
2170 w1=vorbis_window(&vf1->vd,0); in ov_crosslap()
2171 w2=vorbis_window(&vf2->vd,0); in ov_crosslap()
2212 w1=vorbis_window(&vf->vd,0); /* window arrays from libvorbis are in _ov_64_seek_lap()
2232 w2=vorbis_window(&vf->vd,0); in _ov_64_seek_lap()
2273 w1=vorbis_window(&vf->vd,0); /* window arrays from libvorbis are in _ov_d_seek_lap()
2293 w2=vorbis_window(&vf->vd,0); in _ov_d_seek_lap()
Dblock.c1008 float *vorbis_window(vorbis_dsp_state *v,int W){ in vorbis_window() function