Lines Matching defs:stereo
70 int stereo, stereo_in;
446 int total_samples = s->samples, stereo = dst_r ? 1 : 0;
451 if (bytestream2_get_bytes_left(&s->gbyte) < (stereo ? 20 : 13))
462 for (int channel = 0; channel < stereo + 1; channel++) {
485 if (stereo)
523 if (!stereo)
565 if (stereo) {
1143 s->stereo = !(s->frame_flags & WV_MONO);
1144 s->stereo_in = (s->frame_flags & WV_FALSE_STEREO) ? 0 : s->stereo;
1533 av_channel_layout_default(&new_ch_layout, s->stereo + 1);
1567 if (wc->ch_offset + s->stereo >= avctx->ch_layout.nb_channels) {
1573 if (s->stereo)
1576 wc->ch_offset += 1 + s->stereo;
1607 if (s->stereo)