Searched defs:blockSwitchingControl (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dpsy_data.h50 BLOCK_SWITCHING_CONTROL blockSwitchingControl; /* block switching */ member in struct:__anon327
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c41 CalcWindowEnergy(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
75 Word16 InitBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, argument
82 blockSwitchingControl->invAttackRatio = invAttackRatioHighBr;
85 blockSwitchingControl->invAttackRatio = invAttackRatioLowBr;
109 Word16 BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, argument
119 blockSwitchingControl->groupLen[i] = 0;
124 blockSwitchingControl->maxWindowNrg = SrchMaxWithIndex( &blockSwitchingControl->windowNrg[0][BLOCK_SWITCH_WINDOWS-1],
125 &blockSwitchingControl->attackIndex,
128 blockSwitchingControl
278 CalcWindowEnergy(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, Word16 *timeSignal, Word16 chIncrement, Word16 windowLen) argument
[all...]

Completed in 85 milliseconds