Home
last modified time | relevance | path

Searched refs:apply_ltp (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daac.h365 void (*apply_ltp)(AACContext *ac, SingleChannelElement *sce); member
Daacdec_template.c2677 static void apply_ltp(AACContext *ac, SingleChannelElement *sce) function
3043 ac->apply_ltp(ac, &che->ch[0]);
3045 ac->apply_ltp(ac, &che->ch[1]);
3527 c->apply_ltp = apply_ltp;
/third_party/ffmpeg/libavcodec/mips/
Daacdec_mips.c438 c->apply_ltp = apply_ltp_mips; in ff_aacdec_init_mips()