Searched refs:apply_ltp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daac.h323 void (*apply_ltp)(AACContext *ac, SingleChannelElement *sce); member in struct:AACContext
H A Daacdec.c2401 static void apply_ltp(AACContext *ac, SingleChannelElement *sce) function
2725 ac->apply_ltp(ac, &che->ch[0]);
2727 ac->apply_ltp(ac, &che->ch[1]);
3411 c->apply_ltp = apply_ltp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacdec_mips.c826 c->apply_ltp = apply_ltp_mips;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c1827 static void apply_ltp(AACContext *ac, SingleChannelElement *sce) function
2059 apply_ltp(ac, &che->ch[0]);
2061 apply_ltp(ac, &che->ch[1]);

Completed in 74 milliseconds