OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampRateIdx
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h
42
Word16
sampRateIdx
;
72
Word16
sampRateIdx
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
360
psyConf->
sampRateIdx
= samplerateindex;
443
psyConf->
sampRateIdx
= samplerateindex;
tns.c
156
tC->tnsMaxSfb = tnsMaxBandsLongMainLow[pC->
sampRateIdx
];
180
tC->lpcStopBand = tnsMaxBandsLongMainLow[pC->
sampRateIdx
];
185
tC->lpcStartBand = tnsMinBandNumberLong[pC->
sampRateIdx
];
222
tC->tnsMaxSfb = tnsMaxBandsShortMainLow[pC->
sampRateIdx
];
246
tC->lpcStopBand = tnsMaxBandsShortMainLow[pC->
sampRateIdx
];
252
tC->lpcStartBand = tnsMinBandNumberShort[pC->
sampRateIdx
];
psy_main.c
206
hPsy->sampleRateIdx = hPsy->psyConfLong.
sampRateIdx
;
Completed in 124 milliseconds