OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_SWITCHING_CONTROL
(Results
1 - 6
of
6
) sorted by null
/external/aac/libAACenc/src/
block_switch.h
130
}
BLOCK_SWITCHING_CONTROL
;
136
void FDKaacEnc_InitBlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl, INT isLowDelay);
138
int FDKaacEnc_BlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal);
141
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlLeft,
142
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlRight,
psy_data.h
128
BLOCK_SWITCHING_CONTROL
blockSwitchingControl; /* block switching */
block_switch.cpp
104
BLOCK_SWITCHING_CONTROL
*RESTRICT blockSwitchingControl,
151
void FDKaacEnc_InitBlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl, INT isLowDelay)
153
FDKmemclear (blockSwitchingControl, sizeof(
BLOCK_SWITCHING_CONTROL
));
208
int FDKaacEnc_BlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal)
329
static void FDKaacEnc_CalcWindowEnergy(
BLOCK_SWITCHING_CONTROL
*RESTRICT blockSwitchingControl, INT windowLen, const INT_PCM *pTimeSignal)
389
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlLeft,
390
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlRight,
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h
52
}
BLOCK_SWITCHING_CONTROL
;
58
Word16 InitBlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl,
61
Word16 BlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl,
66
Word16 SyncBlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlLeft,
67
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlRight,
psy_data.h
50
BLOCK_SWITCHING_CONTROL
blockSwitchingControl; /* block switching */
/frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c
41
CalcWindowEnergy(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl,
75
Word16 InitBlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl,
109
Word16 BlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl,
278
Word32 CalcWindowEnergy(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControl,
372
Word16 SyncBlockSwitching(
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlLeft,
373
BLOCK_SWITCHING_CONTROL
*blockSwitchingControlRight,
Completed in 101 milliseconds