Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daac.h377 void (*update_ltp)(AACContext *ac, SingleChannelElement *sce); member
H A Daacenc.h73 void (*update_ltp)(struct AACEncContext *s, SingleChannelElement *sce); member
H A Daacdec_template.c2725 static void update_ltp(AACContext *ac, SingleChannelElement *sce) function
3073 ac->update_ltp(ac, &che->ch[0]);
3077 ac->update_ltp(ac, &che->ch[1]);
3547 c->update_ltp = update_ltp;
H A Daacenc.c666 if (s->options.ltp && s->coder->update_ltp) { in aac_encode_frame()
667 s->coder->update_ltp(s, sce); in aac_encode_frame()
/third_party/ffmpeg/libavcodec/mips/
H A Daacdec_mips.c440 c->update_ltp = update_ltp_mips; in ff_aacdec_init_mips()

Completed in 10 milliseconds