Searched refs:apply_tns_filt (Results 1 – 2 of 2) sorted by relevance
71 void (*apply_tns_filt)(struct AACEncContext *s, SingleChannelElement *sce); member
746 if (s->options.tns && s->coder->apply_tns_filt) in aac_encode_frame()747 s->coder->apply_tns_filt(s, sce); in aac_encode_frame()