Home
last modified time | relevance | path

Searched refs:lfe_channel (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddcaenc.c72 int lfe_channel; member
174 c->lfe_channel = (avctx->channels == 3 || avctx->channels == 6); in encode_init()
201 if (c->lfe_channel) { in encode_init()
238 min_frame_bits = 132 + (493 + 28 * 32) * c->fullband_channels + c->lfe_channel * 72; in encode_init()
568 if (c->lfe_channel) in find_peaks()
776 if (c->lfe_channel) in init_quantization_noise()
938 if (c->lfe_channel) in calc_lfe_scales()
997 put_bits(&c->pb, 2, c->lfe_channel ? 2 : 0); in put_frame_header()
1161 if (c->lfe_channel) { in put_subframe()
1191 if (c->lfe_channel) in encode_frame()
Dac3enc.h192 int lfe_channel; ///< channel index of the LFE channel member
Deac3enc.c229 put_bits(&s->pb, 1, s->exp_strategy[s->lfe_channel][blk]); in ff_eac3_output_frame_header()
Dac3enc.c471 ch = s->lfe_channel; in compute_exp_strategy()
1025 ch == s->lfe_channel, in bit_alloc_masking()
1539 put_bits(&s->pb, 1, s->exp_strategy[s->lfe_channel][blk]); in output_audio_block()
1565 if (ch != s->lfe_channel && !cpl) in output_audio_block()
2176 s->lfe_channel = s->lfe_on ? s->fbw_channels + 1 : -1; in set_channel_info()
2372 s->start_freq[s->lfe_channel] = 0; in set_bandwidth()
Dwmaprodec.c195 int8_t lfe_channel; ///< lfe channel index member
453 s->lfe_channel = -1; in decode_init()
459 ++s->lfe_channel; in decode_init()
1382 if (c == s->lfe_channel) in decode_subframe()
Dwmalosslessdec.c88 int8_t lfe_channel; ///< lfe channel index member
269 s->lfe_channel = -1; in decode_init()
275 ++s->lfe_channel; in decode_init()
/third_party/ffmpeg/libavfilter/
Daf_headphone.c47 int lfe_channel; member
176 if (l == s->lfe_channel) { in headphone_convolute()
177 *dst += *(buffer[s->lfe_channel] + wr) * s->gain_lfe; in headphone_convolute()
251 if (i == s->lfe_channel) { in headphone_fast_convolute()
624 s->lfe_channel = av_get_channel_layout_channel_index(inlink->channel_layout, in config_input()
Daf_sofalizer.c74 int lfe_channel; /* LFE channel position in channel layout */ member
265 s->lfe_channel = -1; in get_speaker_pos()
279 case AV_CH_LOW_FREQUENCY_2: s->lfe_channel = ch; break; in get_speaker_pos()
398 if (l == s->lfe_channel) { in sofalizer_convolute()
401 dst[0] += *(buffer[s->lfe_channel] + wr) * s->gain_lfe; in sofalizer_convolute()
496 if (i == s->lfe_channel) { /* LFE */ in sofalizer_fast_convolute()