OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:downfilter
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
resampler.cpp
314
FDKmemclear(DownSampler->
downFilter
.states, sizeof(DownSampler->
downFilter
.states));
315
DownSampler->
downFilter
.ptr = 0;
328
DownSampler->
downFilter
.coeffa = currentSet->coeffa;
331
DownSampler->
downFilter
.gain = currentSet->g;
334
DownSampler->
downFilter
.noCoeffs = currentSet->noCoeffs;
336
DownSampler->
downFilter
.Wc = currentSet->Wc;
354
static inline INT_PCM AdvanceFilter(LP_FILTER *
downFilter
, /*!< pointer to iir filter instance */
374
FIXP_BQS (*states)[2] =
downFilter
->states;
375
const FIXP_SGL *coeff =
downFilter
->coeffa
[
all
...]
resampler.h
123
LP_FILTER
downFilter
; /*! filter instance */
Completed in 293 milliseconds