OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentSet
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
resampler.cpp
311
const struct FILTER_PARAM *
currentSet
=NULL;
320
currentSet
= filter_paramSet[0];
325
currentSet
= filter_paramSet[i];
328
DownSampler->downFilter.coeffa =
currentSet
->coeffa;
331
DownSampler->downFilter.gain =
currentSet
->g;
332
FDK_ASSERT(
currentSet
->noCoeffs <= MAXNR_SECTIONS*2);
334
DownSampler->downFilter.noCoeffs =
currentSet
->noCoeffs;
335
DownSampler->delay =
currentSet
->delay;
336
DownSampler->downFilter.Wc =
currentSet
->Wc;
/external/aac/libAACdec/src/
aacdec_hcrs.cpp
144
UCHAR
currentSet
;
171
for (
currentSet
= 1;
currentSet
< numSet ;
currentSet
++ ) {
[
all
...]
Completed in 620 milliseconds