WV_DSD            113 libavformat/wvdec.c     rate_x = (flags & WV_DSD) ? 4 : 1;
WV_DSD            114 libavformat/wvdec.c     bpp    = (flags & WV_DSD) ? 0 : ((flags & 3) + 1) << 3;
WV_DSD            123 libavformat/wvdec.c     if ((rate == -1 || !chan || flags & WV_DSD) && !wc->block_parsed) {
WV_DSD            223 libavformat/wvdec.c     if (flags && rate != -1 && !(flags & WV_DSD) && rate * rate_x != wc->rate) {