Searched refs:cutoff_coeff (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 Dpsymodel.c100 float cutoff_coeff = 0; local
105 cutoff_coeff = 2.0 * avctx->cutoff / avctx->sample_rate;
107 if (!cutoff_coeff && avctx->codec_id == AV_CODEC_ID_AAC)
108 cutoff_coeff = 2.0 * AAC_CUTOFF(avctx) / avctx->sample_rate;
110 if (cutoff_coeff && cutoff_coeff < 0.98)
113 cutoff_coeff, 0.0, 0.0);
H A Diirfilter.c332 float cutoff_coeff = 0.4; local
338 cutoff_coeff, 0.0, 0.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpsymodel.c96 float cutoff_coeff = 0; local
101 cutoff_coeff = 2.0 * avctx->cutoff / avctx->sample_rate;
103 if (cutoff_coeff)
106 cutoff_coeff, 0.0, 0.0);
H A Diirfilter.c323 float cutoff_coeff = 0.4; local
329 cutoff_coeff, 0.0, 0.0);

Completed in 65 milliseconds