Searched refs:downmix (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddca.c176 int downmix; ///< embedded downmix enabled member in struct:__anon514
218 int downmix_coef[DCA_PRIM_CHANNELS_MAX][2]; ///< stereo downmix coefficients
329 s->downmix = get_bits(&s->gb, 1);
369 av_log(s->avctx, AV_LOG_DEBUG, "downmix: %i\n", s->downmix);
596 /* Stereo downmix coefficients */
598 if(s->downmix) {
702 if (s->prim_channels > 2 && s->downmix) {
1104 if (s->crc_present && (s->downmix ||
[all...]

Completed in 137 milliseconds