OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psyOut
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitenc.h
44
PSY_OUT *
psyOut
,
aacenc_core.h
58
PSY_OUT
psyOut
; /* Word16 size: MAX_CHANNELS*186 + 2 = 188 / 374 */
/frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c
169
&aacEnc->
psyOut
.psyOutChannel[elInfo->ChannelIndex[0]],
170
&aacEnc->
psyOut
.psyOutElement,
183
&aacEnc->
psyOut
.psyOutChannel[elInfo->ChannelIndex[0]],
184
&aacEnc->
psyOut
.psyOutElement,
199
&aacEnc->
psyOut
,
229
PsyOutDelete(&hAacEnc->
psyOut
, pMemOP);
bitenc.c
578
PSY_OUT *
psyOut
,
625
sfbOffset[0] =
psyOut
->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
626
tnsInfo[0] =
psyOut
->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
638
Word16 *msFlags =
psyOut
->psyOutElement.toolsInfo.msMask;
639
msDigest =
psyOut
->psyOutElement.toolsInfo.msDigest;
641
psyOut
->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
643
psyOut
->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets;
646
psyOut
->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
648
psyOut
->psyOutChannel[elInfo.ChannelIndex[1]].tnsInfo;
aacenc.c
95
PsyOutNew(&hAacEnc->
psyOut
, pMemOP));
/external/aac/libAACenc/src/
bitenc.h
157
* \param
psyOut
167
PSY_OUT*
psyOut
,
aacEnc_ram.h
134
PSY_OUT *
psyOut
[(1)];
qc_main.cpp
576
PSY_OUT**
psyOut
)
593
psyOut
[0]->psyOutElement[i],
594
psyOut
[0]->psyOutElement[i]->psyOutChannel,
610
PSY_OUT**
psyOut
,
626
if ( (qcOut[0]->grantedDynBits+hQC->bitResTot) < (FDKaacEnc_getMinimalStaticBitdemand(cm,
psyOut
)-qcOut[0]->staticBits) )
654
psyOut
[0]->psyOutElement[i]->psyOutChannel,
659
psyOut
[0]->psyOutElement[i]->commonWindow,
795
PSY_OUT**
psyOut
,
851
psyOut
,
[
all
...]
qc_main.h
132
PSY_OUT**
psyOut
,
aacenc.cpp
339
ErrorStatus = FDKaacEnc_PsyOutNew(hAacEnc->
psyOut
,
529
hAacEnc->
psyOut
,
702
PSY_OUT *
psyOut
= hAacEnc->
psyOut
[c];
723
PSY_OUT_CHANNEL *psyOutChan =
psyOut
->psyOutElement[el]->psyOutChannel[ch];
739
psyOut
->psyOutElement[el],
749
psyOut
->psyOutElement[el],
[
all
...]
bitenc.cpp
[
all
...]
Completed in 164 milliseconds