Searched refs:channel_coupling (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc.h | 122 int channel_coupling; member
|
H A D | cook.c | 90 VLC channel_coupling; member 235 result |= build_vlc(&q->subpacket[i].channel_coupling, COUPLING_VLC_BITS, in init_cook_vlc_tables() 347 ff_free_vlc(&q->subpacket[i].channel_coupling); in cook_decode_close() 782 p->channel_coupling.table, in decouple_info()
|
H A D | ac3enc.c | 125 {"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"}, 126 {"auto", "Selected by the Encoder", 0, AV_OPT_TYPE_CONST, {.i64 = AC3ENC_OPT_AUTO }, INT_MIN, INT_MAX, AC3ENC_PARAM, "channel_coupling"}, 2396 s->cpl_enabled = s->options.channel_coupling && in validate_options() 2442 if (s->options.channel_coupling == AC3ENC_OPT_AUTO) in set_bandwidth()
|
Completed in 7 milliseconds