|
FFmpeg
|
AAC encoder temporal noise shaping. More...
#include "aacenc.h"Go to the source code of this file.
Functions | |
| void | ff_aac_encode_tns_info (AACEncContext *s, SingleChannelElement *sce) |
| Encode TNS data. | |
| void | ff_aac_apply_tns (AACEncContext *s, SingleChannelElement *sce) |
| void | ff_aac_search_for_tns (AACEncContext *s, SingleChannelElement *sce) |
AAC encoder temporal noise shaping.
Definition in file aacenc_tns.h.
| void ff_aac_encode_tns_info | ( | AACEncContext * | s, |
| SingleChannelElement * | sce ) |
Encode TNS data.
Definition at line 71 of file aacenc_tns.c.
| void ff_aac_apply_tns | ( | AACEncContext * | s, |
| SingleChannelElement * | sce ) |
Definition at line 112 of file aacenc_tns.c.
| void ff_aac_search_for_tns | ( | AACEncContext * | s, |
| SingleChannelElement * | sce ) |
Definition at line 281 of file aacenc_tns.c.