OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockSwitchingControl
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
block_switch.cpp
116
BLOCK_SWITCHING_CONTROL *RESTRICT
blockSwitchingControl
, INT windowLen,
169
BLOCK_SWITCHING_CONTROL *
blockSwitchingControl
, INT isLowDelay) {
170
FDKmemclear(
blockSwitchingControl
, sizeof(BLOCK_SWITCHING_CONTROL));
173
blockSwitchingControl
->nBlockSwitchWindows = 4;
174
blockSwitchingControl
->allowShortFrames = 0;
175
blockSwitchingControl
->allowLookAhead = 0;
177
blockSwitchingControl
->nBlockSwitchWindows = 8;
178
blockSwitchingControl
->allowShortFrames = 1;
179
blockSwitchingControl
->allowLookAhead = 1;
182
blockSwitchingControl
->noOfGroups = MAX_NO_OF_GROUPS
[
all
...]
block_switch.h
151
BLOCK_SWITCHING_CONTROL *
blockSwitchingControl
, INT isLowDelay);
153
int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *
blockSwitchingControl
,
psy_main.cpp
239
FDKaacEnc_InitBlockSwitching(&psyStatic->
blockSwitchingControl
,
486
FDKaacEnc_BlockSwitching(&psyStatic[ch]->
blockSwitchingControl
,
499
&psyStatic[0]->
blockSwitchingControl
,
500
(channels > 1) ? &psyStatic[1]->
blockSwitchingControl
: NULL, channels,
518
(psyStatic[ch]->
blockSwitchingControl
.lastWindowSequence ==
565
psyStatic[ch]->
blockSwitchingControl
.lastWindowSequence,
566
psyStatic[ch]->
blockSwitchingControl
.windowShape,
567
&psyStatic[ch]->
blockSwitchingControl
.lastWindowShape,
575
psyStatic[ch]->
blockSwitchingControl
.lastWindowSequence,
576
psyStatic[ch]->
blockSwitchingControl
.windowShape
[
all
...]
psy_data.h
146
BLOCK_SWITCHING_CONTROL
blockSwitchingControl
; /* block switching */
Completed in 5990 milliseconds