OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastWindowSequence
(Results
1 - 9
of
9
) sorted by null
/external/aac/libAACenc/src/
block_switch.cpp
171
blockSwitchingControl->
lastWindowSequence
= LONG_WINDOW;
172
blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->
lastWindowSequence
];
220
blockSwitchingControl->
lastWindowSequence
= LONG_WINDOW;
300
blockSwitchingControl->
lastWindowSequence
=
301
chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->
lastWindowSequence
];
306
blockSwitchingControl->
lastWindowSequence
=
307
chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->
lastWindowSequence
];
312
blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->
lastWindowSequence
];
400
patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->
lastWindowSequence
];
401
patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->
lastWindowSequence
];
[
all
...]
block_switch.h
110
INT
lastWindowSequence
;
interface.h
122
INT
lastWindowSequence
;
pns_func.h
112
const INT
lastWindowSequence
,
psy_main.cpp
558
isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.
lastWindowSequence
== SHORT_WINDOW);
611
psyStatic[ch]->blockSwitchingControl.
lastWindowSequence
,
801
psyStatic[ch]->blockSwitchingControl.
lastWindowSequence
813
psyStatic[1]->blockSwitchingControl.
lastWindowSequence
,
814
psyStatic[0]->blockSwitchingControl.
lastWindowSequence
,
[
all
...]
aacenc_pns.cpp
172
lastWindowSequence
(long or short blocks)
185
const INT
lastWindowSequence
,
205
(
lastWindowSequence
== SHORT_WINDOW) ) /* currently only long blocks */
220
if(
lastWindowSequence
!= LONG_WINDOW) {
adj_thr.cpp
449
if (psyOutChannel[ch]->
lastWindowSequence
!= SHORT_WINDOW) {
487
if (psyOutChannel[ch]->
lastWindowSequence
==LONG_WINDOW)
638
if (psyOutChannel[ch]->
lastWindowSequence
== SHORT_WINDOW) {
[
all
...]
qc_main.cpp
[
all
...]
bitenc.cpp
[
all
...]
Completed in 933 milliseconds