OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:windowshape
(Results
1 - 16
of
16
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
interface.c
42
const Word16
windowShape
,
66
psyOutCh->
windowShape
=
windowShape
;
bitenc.c
94
Word16
windowShape
,
101
WriteBits(hBitStream,
windowShape
,1);
383
Word16
windowShape
,
402
encodeIcsInfo(sectionData->blockType,
windowShape
, groupingMask, sectionData, hBitStream);
442
qcOutChannel->
windowShape
,
478
qcOutChannel[0].
windowShape
,
492
qcOutChannel[0].
windowShape
,
505
qcOutChannel[1].
windowShape
,
qc_main.c
379
qcOutChannel[ch].
windowShape
= psyOutChannel[ch].
windowShape
;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
interface.h
55
Word16
windowShape
;
97
const Word16
windowShape
,
qc_data.h
87
Word16
windowShape
;
/external/aac/libAACdec/src/
conceal.cpp
339
pConcealChannelInfo->
windowShape
= 0;
668
tWindowShape = hConcealmentInfo->
windowShape
;
675
hConcealmentInfo->
windowShape
= GetWindowShape(pIcsInfo);
711
pIcsInfo->
WindowShape
= tWindowShape;
781
pAacDecoderChannelInfo->icsInfo.
WindowShape
= hConcealmentInfo->
windowShape
;
871
pIcsInfo->
WindowShape
= pConcealmentInfo->
windowShape
;
930
pIcsInfo->
WindowShape
= pConcealmentInfo->
windowShape
; /* Prevent an invalid WindowShape (required for F/T transform) *
[
all
...]
channelinfo.cpp
135
pIcsInfo->
WindowShape
= 0;
142
pIcsInfo->
WindowShape
= (UCHAR) FDKreadBits(bs,1);
144
if (pIcsInfo->
WindowShape
) {
145
pIcsInfo->
WindowShape
= 2; /* select low overlap instead of KBD */
channelinfo.h
161
UCHAR
WindowShape
; /* 0: sine window, 1: KBD, 2: low overlap */
388
return pIcsInfo->
WindowShape
;
conceal_types.h
169
UCHAR
windowShape
;
/external/aac/libAACenc/src/
block_switch.cpp
172
blockSwitchingControl->
windowShape
= blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
221
blockSwitchingControl->
windowShape
= SINE_WINDOW;
312
blockSwitchingControl->
windowShape
= blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
412
blockSwitchingControlLeft->
windowShape
= blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlLeft->lastWindowSequence];
413
blockSwitchingControlRight->
windowShape
= blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlRight->lastWindowSequence];
528
blockSwitchingControlLeft->
windowShape
= LOL_WINDOW;
537
blockSwitchingControlRight->
windowShape
= LOL_WINDOW;
transform.cpp
105
const INT
windowShape
,
140
int offset = (
windowShape
== LOL_WINDOW) ? ((frameLength * 3)>>2) : 0;
169
pRightWindowPart = FDKgetWindowSlope(fr,
windowShape
);
260
*prevWindowShape =
windowShape
;
transform.h
106
* \param
windowShape
index indicating the window slope type to be used.
116
const INT
windowShape
,
bitenc.cpp
174
INT
windowShape
,
198
FDKwriteBits(hBitStream, (
windowShape
== LOL_WINDOW) ? KBD_WINDOW :
windowShape
,1);
[
all
...]
block_switch.h
111
INT
windowShape
;
interface.h
123
INT
windowShape
;
psy_main.cpp
612
psyStatic[ch]->blockSwitchingControl.
windowShape
,
[
all
...]
Completed in 222 milliseconds