28 #ifndef AVCODEC_AACENC_LTP_H 29 #define AVCODEC_AACENC_LTP_H void ff_aac_update_ltp(AACEncContext *s, SingleChannelElement *sce)
Process LTP parameters.
Definition: aacenc_ltp.c:117
AAC encoder context.
Definition: aacenc.h:376
void ff_aac_search_for_ltp(AACEncContext *s, SingleChannelElement *sce, int common_window)
Mark LTP sfb's.
Definition: aacenc_ltp.c:159
void ff_aac_encode_ltp_info(AACEncContext *s, SingleChannelElement *sce, int common_window)
Encode LTP data.
Definition: aacenc_ltp.c:35
Single Channel Element - used for both SCE and LFE elements.
Definition: aac.h:248
channel element - generic struct for SCE/CPE/CCE/LFE
Definition: aac.h:275