-
- Downloads
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.
Showing
- doc/encoders.texi 43 additions, 0 deletionsdoc/encoders.texi
- libavcodec/ac3.h 2 additions, 1 deletionlibavcodec/ac3.h
- libavcodec/ac3dec.h 0 additions, 5 deletionslibavcodec/ac3dec.h
- libavcodec/ac3dec_data.c 0 additions, 6 deletionslibavcodec/ac3dec_data.c
- libavcodec/ac3dec_data.h 0 additions, 1 deletionlibavcodec/ac3dec_data.h
- libavcodec/ac3enc.c 729 additions, 163 deletionslibavcodec/ac3enc.c
- libavcodec/ac3enc_fixed.c 1 addition, 1 deletionlibavcodec/ac3enc_fixed.c
- libavcodec/ac3enc_float.c 4 additions, 2 deletionslibavcodec/ac3enc_float.c
- libavcodec/ac3tab.c 7 additions, 0 deletionslibavcodec/ac3tab.c
- libavcodec/ac3tab.h 1 addition, 0 deletionslibavcodec/ac3tab.h
This diff is collapsed.
Please register or sign in to comment