HomeSort by relevance Sort by last modified time
    Searched refs:blockSwitchingControl (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 38 CalcWindowEnergy(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
72 Word16 InitBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
79 blockSwitchingControl->invAttackRatio = invAttackRatioHighBr;
82 blockSwitchingControl->invAttackRatio = invAttackRatioLowBr;
106 Word16 BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
116 blockSwitchingControl->groupLen[i] = 0;
121 blockSwitchingControl->maxWindowNrg = SrchMaxWithIndex( &blockSwitchingControl->windowNrg[0][BLOCK_SWITCH_WINDOWS-1],
122 &blockSwitchingControl->attackIndex,
125 blockSwitchingControl->attackIndex = blockSwitchingControl->lastAttackIndex
    [all...]
psy_main.c 224 InitBlockSwitching(&hPsy->psyData[ch].blockSwitchingControl,
272 BlockSwitching(&psyData[ch].blockSwitchingControl,
279 SyncBlockSwitching(&psyData[0].blockSwitchingControl,
280 &psyData[1].blockSwitchingControl,
291 psyData[ch].blockSwitchingControl.windowSequence);
311 if(psyData[ch].blockSwitchingControl.windowSequence != SHORT_WINDOW) {
357 if (psyData[ch].blockSwitchingControl.windowSequence == SHORT_WINDOW) {
370 psyData[ch].blockSwitchingControl.noOfGroups,
371 psyData[ch].blockSwitchingControl.groupLen);
385 if (psyData[0].blockSwitchingControl.windowSequence != SHORT_WINDOW
    [all...]
  /external/aac/libAACenc/src/
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));
157 blockSwitchingControl->nBlockSwitchWindows = 4;
158 blockSwitchingControl->allowShortFrames = 0;
159 blockSwitchingControl->allowLookAhead = 0;
163 blockSwitchingControl->nBlockSwitchWindows = 8;
164 blockSwitchingControl->allowShortFrames = 1;
165 blockSwitchingControl->allowLookAhead = 1;
168 blockSwitchingControl->noOfGroups = MAX_NO_OF_GROUPS
    [all...]
block_switch.h 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);
psy_data.h 128 BLOCK_SWITCHING_CONTROL blockSwitchingControl; /* block switching */
psy_main.cpp 234 FDKaacEnc_InitBlockSwitching(&psyStatic->blockSwitchingControl,
522 FDKaacEnc_BlockSwitching (&psyStatic[ch]->blockSwitchingControl,
538 err = FDKaacEnc_SyncBlockSwitching(&psyStatic[0]->blockSwitchingControl,
539 &psyStatic[1]->blockSwitchingControl,
560 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
613 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
614 psyStatic[ch]->blockSwitchingControl.windowShape,
615 &psyStatic[ch]->blockSwitchingControl.lastWindowShape,
804 psyStatic[ch]->blockSwitchingControl.lastWindowSequence
816 psyStatic[1]->blockSwitchingControl.lastWindowSequence
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 58 Word16 InitBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
61 Word16 BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
psy_data.h 50 BLOCK_SWITCHING_CONTROL blockSwitchingControl; /* block switching */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
CalcWindowEnergy_v5.s 33 ldr r10, [r0, #168] @ states0 = blockSwitchingControl->iirStates[0];
35 ldr r11, [r0, #172] @ states1 = blockSwitchingControl->iirStates[1];

Completed in 968 milliseconds