OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrExp
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
line_pe.h
50
Word32
thrExp
[MAX_CHANNELS][MAX_GROUPED_SFB];
/frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c
70
static void calcThreshExp(Word32
thrExp
[MAX_CHANNELS][MAX_GROUPED_SFB],
79
pthrExp = &(
thrExp
[ch][sfbGrp]);
369
Word32
thrExp
[MAX_CHANNELS][MAX_GROUPED_SFB],
386
Word32 tmp =
thrExp
[ch][sfbGrp+sfb] + redVal;
417
Word32
thrExp
[MAX_CHANNELS][MAX_GROUPED_SFB],
442
Word32 redThrExp =
thrExp
[ch][sfbGrp+sfb] + redVal;
749
calcThreshExp(peData->
thrExp
, psyOutChannel, nChannels);
766
reduceThresholds(psyOutChannel, peData->ahFlag, peData->
thrExp
, nChannels, redVal);
793
reduceThresholds(psyOutChannel, peData->ahFlag, peData->
thrExp
, nChannels, redVal);
805
correctThresh(psyOutChannel, peData->ahFlag, peData, peData->
thrExp
, redVal
[
all
...]
/external/aac/libAACenc/src/
adj_thr.cpp
355
static void FDKaacEnc_calcThreshExp(FIXP_DBL
thrExp
[(2)][MAX_GROUPED_SFB],
367
thrExp
[ch][sfbGrp+sfb] = CalcInvLdData(thrExpLdData);
[
all
...]
Completed in 246 milliseconds