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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_opts_template.c75 {"channel_coupling", "Channel Coupling", OFFSET(channel_coupling), AV_OPT_TYPE_INT, {.dbl = AC3ENC_OPT_AUTO }, AC3ENC_OPT_AUTO, AC3ENC_OPT_ON, AC3ENC_PARAM, "channel_coupling"},
76 {"auto", "Selected by the Encoder", 0, AV_OPT_TYPE_CONST, {.dbl = AC3ENC_OPT_AUTO }, INT_MIN, INT_MAX, AC3ENC_PARAM, "channel_coupling"},
H A Dac3enc.h119 int channel_coupling; member in struct:AC3EncOptions
H A Dac3enc.c2225 s->cpl_enabled = s->options.channel_coupling &&
2272 if (s->options.channel_coupling == AC3ENC_OPT_AUTO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_opts_template.c70 {"channel_coupling", "Channel Coupling", OFFSET(channel_coupling), AV_OPT_TYPE_INT, {.i64 = AC3ENC_OPT_AUTO }, AC3ENC_OPT_AUTO, AC3ENC_OPT_ON, AC3ENC_PARAM, "channel_coupling"},
71 {"auto", "Selected by the Encoder", 0, AV_OPT_TYPE_CONST, {.i64 = AC3ENC_OPT_AUTO }, INT_MIN, INT_MAX, AC3ENC_PARAM, "channel_coupling"},
H A Dac3enc.h124 int channel_coupling; member in struct:AC3EncOptions
H A Dcook.c84 VLC channel_coupling; member in struct:__anon3112
206 result |= init_vlc(&q->subpacket[i].channel_coupling, 6,
319 ff_free_vlc(&q->subpacket[i].channel_coupling);
754 p->channel_coupling.table,
755 p->channel_coupling.bits, 2);
H A Dac3enc.c2236 s->cpl_enabled = s->options.channel_coupling &&
2282 if (s->options.channel_coupling == AC3ENC_OPT_AUTO)

Completed in 212 milliseconds