Lines Matching defs:stereo
603 int bits, stereo;
626 stereo = get_bits1(&gb);
628 if (stereo ^ (avctx->ch_layout.nb_channels != 1)) {
650 for(i = 0; i < (1 << (bits + stereo)); i++) {
671 for(i = stereo; i >= 0; i--)
673 for(i = 0; i <= stereo; i++)
678 vlc[2*stereo].table || vlc[2*stereo+1].table) {
680 unsigned idx = 2 * (i & stereo);
698 } else if (stereo) {
715 for(i = stereo; i >= 0; i--)
717 for(i = 0; i <= stereo; i++)
720 unsigned idx = i & stereo;