Searched refs:apply_tns (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.h324 void (*apply_tns)(float coef[1024], TemporalNoiseShaping *tns, member in struct:AACContext
H A Daacdec.c2319 static void apply_tns(float coef[1024], TemporalNoiseShaping *tns, function
2421 ac->apply_tns(predFreq, &sce->tns, &sce->ics, 0);
2731 ac->apply_tns(che->ch[0].coeffs, &che->ch[0].tns, &che->ch[0].ics, 1);
2733 ac->apply_tns(che->ch[1].coeffs, &che->ch[1].tns, &che->ch[1].ics, 1);
3412 c->apply_tns = apply_tns;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacdec_mips.c478 ac->apply_tns(predFreq, &sce->tns, &sce->ics, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c1745 static void apply_tns(float coef[1024], TemporalNoiseShaping *tns, function
1847 apply_tns(predFreq, &sce->tns, &sce->ics, 0);
2065 apply_tns(che->ch[0].coeffs, &che->ch[0].tns, &che->ch[0].ics, 1);
2067 apply_tns(che->ch[1].coeffs, &che->ch[1].tns, &che->ch[1].ics, 1);

Completed in 87 milliseconds