Searched refs:update_ltp (Results 1 – 5 of 5) sorted by relevance
370 void (*update_ltp)(AACContext *ac, SingleChannelElement *sce); member
72 void (*update_ltp)(struct AACEncContext *s, SingleChannelElement *sce); member
2709 static void update_ltp(AACContext *ac, SingleChannelElement *sce) function3057 ac->update_ltp(ac, &che->ch[0]);3061 ac->update_ltp(ac, &che->ch[1]);3530 c->update_ltp = update_ltp;
663 if (s->options.ltp && s->coder->update_ltp) { in aac_encode_frame()664 s->coder->update_ltp(s, sce); in aac_encode_frame()
439 c->update_ltp = update_ltp_mips; in ff_aacdec_init_mips()