OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:predictionGain
(Results
1 - 5
of
5
) sorted by null
/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
...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h
79
Word16
predictionGain
;
/external/aac/libAACenc/src/
aacenc_tns.h
156
INT
predictionGain
[MAX_NUM_OF_FILTERS];
aacenc_tns.cpp
750
tsbi->
predictionGain
[HIFILT] = 1000;
752
tsbi->
predictionGain
[LOFILT] = 1000;
779
tsbi->
predictionGain
[HIFILT] = FDKaacEnc_AutoToParcor(rxx2, parcor_tmp, tC->confTab.tnsLimitOrder[HIFILT]);
805
/* disable TNS if
predictionGain
is less than 3dB or sumSqrCoef is too small */
806
if ((tsbi->
predictionGain
[HIFILT] > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
876
tsbi->
predictionGain
[LOFILT]=predGain;
879
} /* if
predictionGain
> 1437 ... */
[
all
...]
psy_main.cpp
[
all
...]
Completed in 54 milliseconds