SINGLE 892 libavcodec/atrac3.c q->coding_mode = SINGLE; SINGLE 909 libavcodec/atrac3.c q->coding_mode = q->coding_mode ? JOINT_STEREO : SINGLE; SINGLE 953 libavcodec/atrac3.c if (q->coding_mode == SINGLE) SINGLE 65 libavfilter/avf_ahistogram.c { "dmode", "set method to display channels", OFFSET(dmode), AV_OPT_TYPE_INT, {.i64=SINGLE}, 0, NB_DMODES-1, FLAGS, "dmode" }, SINGLE 66 libavfilter/avf_ahistogram.c { "single", "all channels use single histogram", 0, AV_OPT_TYPE_CONST, {.i64=SINGLE}, 0, 0, FLAGS, "dmode" }, SINGLE 124 libavfilter/avf_ahistogram.c s->dchannels = s->dmode == SINGLE ? 1 : inlink->channels; SINGLE 206 libavfilter/avf_ahistogram.c uint64_t *achistogram = &s->achistogram[(s->dmode == SINGLE ? 0: c) * w]; SINGLE 215 libavfilter/avf_ahistogram.c uint64_t *shistogram = &s->shistogram[(s->dmode == SINGLE ? 0: c) * w]; SINGLE 229 libavfilter/avf_ahistogram.c uint64_t *achistogram = &s->achistogram[(s->dmode == SINGLE ? 0: c) * w]; SINGLE 238 libavfilter/avf_ahistogram.c uint64_t *shistogram = &s->shistogram[(s->dmode == SINGLE ? 0: c) * w]; SINGLE 304 libavfilter/avf_ahistogram.c if (s->dmode == SINGLE) {