OSDN Git Service

ac3enc: add channel coupling support
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 23 May 2011 15:45:51 +0000 (17:45 +0200)
committerReinhard Tartler <siretart@tauware.de>
Tue, 24 May 2011 05:52:31 +0000 (07:52 +0200)
commit7f3a7b5c40b7fda09cbba4bb53e1ced133970930
tree7da170e37b9398fa5228d68daa119255f9184226
parenta7a187a1beb8551101b592bf85f0f31a0db22f61
ac3enc: add channel coupling support

Channel coupling is an optional AC-3 feature that increases quality by
combining high frequency information from multiple channels into a
single channel. The per-channel high frequency information is sent with
less accuracy in both the frequency and time domains. This allows more
bits to be used for lower frequencies while preserving enough
information to reconstruct the high frequencies.
doc/encoders.texi
libavcodec/ac3.h
libavcodec/ac3dec.h
libavcodec/ac3dec_data.c
libavcodec/ac3dec_data.h
libavcodec/ac3enc.c
libavcodec/ac3enc_fixed.c
libavcodec/ac3enc_float.c
libavcodec/ac3tab.c
libavcodec/ac3tab.h