Lines Matching defs:channel
82 const int8_t *channel_order_tab; ///< channel reordering table, lfe and non lfe
186 av_log(avctx, AV_LOG_WARNING, "No channel layout specified. The "
203 av_log(avctx, AV_LOG_ERROR, "Unsupported channel layout!\n");
474 int32_t spectrum1, int32_t spectrum2, int channel,
477 static void walk_band_low(DCAEncContext *c, int band, int channel,
484 walk(c, 0, 0, f, 0, -2047, channel, arg);
488 c->band_spectrum[7 - f], c->band_spectrum[f], channel, arg);
492 static void walk_band_high(DCAEncContext *c, int band, int channel,
499 walk(c, 31, 31, 256 - 4 + f, 0, -2047, channel, arg);
503 c->band_spectrum[f], c->band_spectrum[7 - f], channel, arg);
509 int channel, int32_t * arg)
969 /* Audio channel arrangement */
1056 /* Scale factor code book: 7 bit linear, 7-bit sqrt table (for each channel) */
1122 /* Prediction mode: no ADPCM, in each channel and subband */
1146 /* Transition mode: none for each channel and subband */