Searched defs:Wc (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
H A Dresampler.h111 int Wc; /*! normalized cutoff freq * 1000 */ member in struct:__anon263
134 INT Wc, /*!< normalized cutoff freq * 1000 */
H A Dresampler.cpp110 int Wc; /*! normalized passband bandwidth at input samplerate * 1000 */ member in struct:FILTER_PARAM
119 Wc = 0,5, order 30, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
158 Wc = 0,5, order 24, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
194 Wc = 0,5, order 16, Stop Band -96dB damping.
228 Wc = 0,5, order 12, Stop Band -96dB damping.
258 Wc = 0,5, order 8, Stop Band -96dB damping.
306 int Wc, /*!< normalized cutoff freq * 1000* */
322 if (filter_paramSet[i]->Wc <
305 FDKaacEnc_InitDownsampler(DOWNSAMPLER *DownSampler, int Wc, int ratio) argument
[all...]
H A Dsbr_encoder.cpp2086 INT Wc, ch; local
2088 /* Calculated required normalized cutoff frequency (Wc = 1.0 -> lowestBandwidth = inputSampleRate/2) */
2089 Wc = (2*lowestBandwidth)*1000 / inputSampleRate;
2093 FDKaacEnc_InitDownsampler (&hSbrEl->sbrChannel[ch]->downSampler, Wc, *downSampleFactor);

Completed in 417 milliseconds