OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tnsActive
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h
45
Word16
tnsActive
;
77
Word16
tnsActive
;
101
Word16
tnsActive
[TRANS_FAC];
/external/aac/libAACenc/src/
aacenc_tns.h
139
INT
tnsActive
;
155
INT
tnsActive
[MAX_NUM_OF_FILTERS];
pns_func.h
122
INT
tnsActive
,
aacenc_pns.cpp
110
INT
tnsActive
,
195
INT
tnsActive
,
237
tnsActive
,
344
INT
tnsActive
,
359
!((pnsConf->np.detectionAlgorithmFlags & USE_TNS_PNS) && (tnsPredictionGain >= pnsConf->np.tnsPNSGainThreshold) && (
tnsActive
)) )
aacenc_tns.cpp
372
tC->
tnsActive
= (active) ? TRUE : FALSE;
448
tC->
tnsActive
= FALSE; /* no configuration available, disable tns tool */
453
tC->
tnsActive
= FALSE; /* no configuration available, disable tns tool */
749
tsbi->
tnsActive
[HIFILT] = FALSE;
751
tsbi->
tnsActive
[LOFILT] = FALSE;
763
if ( (tC->
tnsActive
) && (tC->maxOrder>0) )
808
tsbi->
tnsActive
[HIFILT] = TRUE;
848
tsbi->
tnsActive
[LOFILT] = TRUE;
880
} /* maxOrder > 0 &&
tnsActive
*/
[
all
...]
psy_main.cpp
768
tnsData[0]->dataRaw.Long.subBlockInfo.
tnsActive
[HIFILT] = 0;
769
tnsData[0]->dataRaw.Long.subBlockInfo.
tnsActive
[LOFILT] = 0;
787
if (hPsyConfLong->tnsConf.
tnsActive
|| hPsyConfShort->tnsConf.
tnsActive
) {
788
INT
tnsActive
[TRANS_FAC];
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c
158
tC->
tnsActive
= active;
224
tC->
tnsActive
= active;
284
if (tC.
tnsActive
) {
306
tnsData->dataRaw.tnsLong.subBlockInfo.
tnsActive
= 1;
309
tnsData->dataRaw.tnsLong.subBlockInfo.
tnsActive
= 0;
324
tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber].
tnsActive
= 1;
327
tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber].
tnsActive
= 0;
338
tnsData->dataRaw.tnsLong.subBlockInfo.
tnsActive
= 0;
342
tnsData->dataRaw.tnsShort.subBlockInfo[subBlockNumber].
tnsActive
= 0;
379
sbInfoDest->
tnsActive
= sbInfoSrc->tnsActive
[
all
...]
stat_bits.c
98
if (tnsInfo->
tnsActive
[i]!=0) {
113
if (tnsInfo->
tnsActive
[i]) {
bitenc.c
289
if (tnsInfo.
tnsActive
[i]) {
301
WriteBits(hBitStream,tnsInfo.
tnsActive
[i],(isShort?1:2));
303
if (tnsInfo.
tnsActive
[i]) {
psy_main.c
540
if (tnsData->dataRaw.tnsLong.subBlockInfo.
tnsActive
!=0) {
722
if (tnsData->dataRaw.tnsShort.subBlockInfo[w].
tnsActive
!= 0) {
Completed in 218 milliseconds