28 #ifndef AVCODEC_AACENC_TNS_H
29 #define AVCODEC_AACENC_TNS_H
37 #define TNS_GAIN_THRESHOLD_LOW 1.395f
38 #define TNS_GAIN_THRESHOLD_HIGH 11.19f
42 #define TNS_E_RATIO_LOW 0.77
43 #define TNS_E_RATIO_HIGH 1.23
46 #define TNS_SPREAD_THRESHOLD 37.081512f
void ff_aac_apply_tns(AACEncContext *s, SingleChannelElement *sce)
void ff_aac_encode_tns_info(AACEncContext *s, SingleChannelElement *sce)
Encode TNS data.
Single Channel Element - used for both SCE and LFE elements.
void ff_aac_search_for_tns(AACEncContext *s, SingleChannelElement *sce)