Home
last modified time | relevance | path

Searched refs:update_ltp (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daac.h370 void (*update_ltp)(AACContext *ac, SingleChannelElement *sce); member
Daacenc.h72 void (*update_ltp)(struct AACEncContext *s, SingleChannelElement *sce); member
Daacdec_template.c2709 static void update_ltp(AACContext *ac, SingleChannelElement *sce) function
3057 ac->update_ltp(ac, &che->ch[0]);
3061 ac->update_ltp(ac, &che->ch[1]);
3530 c->update_ltp = update_ltp;
Daacenc.c663 if (s->options.ltp && s->coder->update_ltp) { in aac_encode_frame()
664 s->coder->update_ltp(s, sce); in aac_encode_frame()
/third_party/ffmpeg/libavcodec/mips/
Daacdec_mips.c439 c->update_ltp = update_ltp_mips; in ff_aacdec_init_mips()