Lines Matching refs:vd
49 vorbis_dsp_state vd; /**< DSP state used for analysis */
53 int dsp_initialized; /**< vd has been initialized */
195 vorbis_analysis_wrote(&s->vd, 0);
198 vorbis_dsp_clear(&s->vd);
222 if ((ret = vorbis_analysis_init(&s->vd, &s->vi))) {
228 if ((ret = vorbis_block_init(&s->vd, &s->vb))) {
238 if ((ret = vorbis_analysis_headerout(&s->vd, &s->vc, &header, &header_comm,
301 buffer = vorbis_analysis_buffer(&s->vd, samples);
308 if ((ret = vorbis_analysis_wrote(&s->vd, samples)) < 0) {
316 if ((ret = vorbis_analysis_wrote(&s->vd, 0)) < 0) {
324 while ((ret = vorbis_analysis_blockout(&s->vd, &s->vb)) == 1) {
331 while ((ret = vorbis_bitrate_flushpacket(&s->vd, &op)) == 1) {