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 41 CalcWindowEnergy(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
75 Word16 InitBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
82 blockSwitchingControl->invAttackRatio = invAttackRatioHighBr;
85 blockSwitchingControl->invAttackRatio = invAttackRatioLowBr;
109 Word16 BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
119 blockSwitchingControl->groupLen[i] = 0;
124 blockSwitchingControl->maxWindowNrg = SrchMaxWithIndex( &blockSwitchingControl->windowNrg[0][BLOCK_SWITCH_WINDOWS-1],
125 &blockSwitchingControl->attackIndex,
128 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,
520 FDKaacEnc_BlockSwitching (&psyStatic[ch]->blockSwitchingControl,
536 err = FDKaacEnc_SyncBlockSwitching(&psyStatic[0]->blockSwitchingControl,
537 &psyStatic[1]->blockSwitchingControl,
558 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
611 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
612 psyStatic[ch]->blockSwitchingControl.windowShape,
613 &psyStatic[ch]->blockSwitchingControl.lastWindowShape,
801 psyStatic[ch]->blockSwitchingControl.lastWindowSequence
813 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 1078 milliseconds