OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suggestedGroupingTable
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c
88
static Word16
suggestedGroupingTable
[TRANS_FAC][MAX_NO_OF_GROUPS] = {
131
blockSwitchingControl->groupLen[i] =
suggestedGroupingTable
[blockSwitchingControl->attackIndex][i];
/external/aac/libAACenc/src/
block_switch.cpp
176
static const INT
suggestedGroupingTable
[TRANS_FAC][MAX_NO_OF_GROUPS] =
246
FDKmemcpy(blockSwitchingControl->groupLen,
suggestedGroupingTable
[blockSwitchingControl->lastAttackIndex], sizeof(blockSwitchingControl->groupLen));
Completed in 213 milliseconds