LongTermPrediction  180 libavcodec/aac.h     LongTermPrediction ltp;
LongTermPrediction 1290 libavcodec/aacdec_template.c static void decode_ltp(LongTermPrediction *ltp,
LongTermPrediction 2576 libavcodec/aacdec_template.c     const LongTermPrediction *ltp = &sce->ics.ltp;
LongTermPrediction   75 libavcodec/aacenc_ltp.c static void get_lag(float *buf, const float *new, LongTermPrediction *ltp)
LongTermPrediction   99 libavcodec/aacenc_ltp.c static void generate_samples(float *buf, LongTermPrediction *ltp)
LongTermPrediction  171 libavcodec/aacenc_ltp.c             memset(&sce->ics.ltp, 0, sizeof(LongTermPrediction));
LongTermPrediction  228 libavcodec/mips/aacdec_mips.c     const LongTermPrediction *ltp = &sce->ics.ltp;