STEREO            826 libavcodec/atrac3.c         q->coding_mode       = q->coding_mode ? JOINT_STEREO : STEREO;
STEREO            871 libavcodec/atrac3.c     if (q->coding_mode == STEREO)
STEREO           1026 libavcodec/cook.c     if (q->subpacket[0].cookversion > STEREO) {
STEREO           1121 libavcodec/cook.c         case STEREO:
STEREO            103 libavcodec/libmp3lame.c     lame_set_mode(s->gfp, avctx->channels > 1 ? s->joint_stereo ? JOINT_STEREO : STEREO : MONO);
STEREO             53 libavcodec/libshine.c     s->config.mpeg.mode = avctx->channels == 2 ? STEREO : MONO;