apply_ltp         326 libavcodec/aac.h     void (*apply_ltp)(AACContext *ac, SingleChannelElement *sce);
apply_ltp        2767 libavcodec/aacdec.c                             ac->apply_ltp(ac, &che->ch[0]);
apply_ltp        2769 libavcodec/aacdec.c                             ac->apply_ltp(ac, &che->ch[1]);
apply_ltp        3475 libavcodec/aacdec.c     c->apply_ltp                                = apply_ltp;
apply_ltp         437 libavcodec/mips/aacdec_mips.c     c->apply_ltp                   = apply_ltp_mips;