Home | History | Annotate | Download | only in test

Lines Matching refs:vb

41   vorbis_block     vb;
63 vorbis_block_init (&vd,&vb);
101 while (vorbis_analysis_blockout (&vd,&vb) == 1) {
102 vorbis_analysis (&vb,NULL);
103 vorbis_bitrate_addblock (&vb);
122 vorbis_block_clear (&vb);
143 vorbis_block vb;
235 vorbis_block_init (&vd,&vb);
258 if (vorbis_synthesis (&vb,&op) == 0)
259 vorbis_synthesis_blockin(&vd,&vb);
286 vorbis_block_clear (&vb);