OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psyOutCh
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
interface.c
49
PSY_OUT_CHANNEL *
psyOutCh
)
59
psyOutCh
->maxSfbPerGroup = maxSfbPerGroup;
60
psyOutCh
->sfbCnt = groupedSfbCnt;
62
psyOutCh
->sfbPerGroup = groupedSfbCnt/ noOfGroups;
64
psyOutCh
->sfbPerGroup = 0x7fff;
65
psyOutCh
->windowSequence = windowSequence;
66
psyOutCh
->windowShape = windowShape;
67
psyOutCh
->mdctScale = mdctScale;
68
psyOutCh
->mdctSpectrum = groupedMdctSpectrum;
69
psyOutCh
->sfbEnergy = groupedSfbEnergy->sfbLong
[
all
...]
adj_thr.c
547
PSY_OUT_CHANNEL*
psyOutCh
= psyOutChannel;
550
psyOutCh
->sfbMinSnr[sfb] < minSnrLimit) {
551
psyOutCh
->sfbMinSnr[sfb] = minSnrLimit;
552
psyOutCh
->sfbThreshold[sfb] =
553
L_mpy_ls(
psyOutCh
->sfbEnergy[sfb],
psyOutCh
->sfbMinSnr[sfb]);
561
peChan += 1;
psyOutCh
+= 1;
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
interface.h
104
PSY_OUT_CHANNEL *
psyOutCh
);
/external/aac/libAACenc/src/
qc_main.cpp
[
all
...]
Completed in 55 milliseconds