| FFmpeg
    | 
AAC encoder long term prediction extension. More...
#include "aacenc.h"Go to the source code of this file.
| Functions | |
| void | ff_aac_encode_ltp_info (AACEncContext *s, SingleChannelElement *sce, int common_window) | 
| Encode LTP data.  More... | |
| void | ff_aac_update_ltp (AACEncContext *s, SingleChannelElement *sce) | 
| Process LTP parameters.  More... | |
| void | ff_aac_adjust_common_ltp (AACEncContext *s, ChannelElement *cpe) | 
| void | ff_aac_ltp_insert_new_frame (AACEncContext *s) | 
| void | ff_aac_search_for_ltp (AACEncContext *s, SingleChannelElement *sce, int common_window) | 
| Mark LTP sfb's.  More... | |
AAC encoder long term prediction extension.
Definition in file aacenc_ltp.h.
| void ff_aac_encode_ltp_info | ( | AACEncContext * | s, | 
| SingleChannelElement * | sce, | ||
| int | common_window | ||
| ) | 
Encode LTP data.
Definition at line 35 of file aacenc_ltp.c.
| void ff_aac_update_ltp | ( | AACEncContext * | s, | 
| SingleChannelElement * | sce | ||
| ) | 
| void ff_aac_adjust_common_ltp | ( | AACEncContext * | s, | 
| ChannelElement * | cpe | ||
| ) | 
Definition at line 130 of file aacenc_ltp.c.
| void ff_aac_ltp_insert_new_frame | ( | AACEncContext * | s | ) | 
Definition at line 53 of file aacenc_ltp.c.
| void ff_aac_search_for_ltp | ( | AACEncContext * | s, | 
| SingleChannelElement * | sce, | ||
| int | common_window | ||
| ) | 
Mark LTP sfb's.
Definition at line 159 of file aacenc_ltp.c.
 1.8.6
 1.8.6