OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:predictionGain
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACenc/src/
aacenc_tns.h
156
INT
predictionGain
[MAX_NUM_OF_FILTERS];
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h
79
Word16
predictionGain
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c
278
Word32
predictionGain
;
297
predictionGain
= CalcTnsFilter( &pWeightedSpectrum[tC.lpcStartLine],
304
temp =
predictionGain
- tC.threshold;
312
tnsData->dataRaw.tnsLong.subBlockInfo.
predictionGain
=
predictionGain
;
316
predictionGain
= CalcTnsFilter( &pWeightedSpectrum[tC.lpcStartLine],
322
temp =
predictionGain
- tC.threshold;
330
tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber].
predictionGain
=
predictionGain
;
339
tnsData->dataRaw.tnsLong.subBlockInfo.
predictionGain
= 0
[
all
...]
Completed in 317 milliseconds