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

  /external/aac/libAACenc/src/
block_switch.h 117 INT lastAttackIndex;
block_switch.cpp 230 blockSwitchingControl->lastAttackIndex = blockSwitchingControl->attackIndex;
246 FDKmemcpy(blockSwitchingControl->groupLen, suggestedGroupingTable[blockSwitchingControl->lastAttackIndex], sizeof(blockSwitchingControl->groupLen));
249 blockSwitchingControl->maxWindowNrg = FDKaacEnc_GetWindowEnergy(blockSwitchingControl->windowNrg[0], blockSwitchingControl->lastAttackIndex);
287 && (blockSwitchingControl->lastAttackIndex == (INT)nBlockSwitchWindows-1)
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 44 Word16 lastAttackIndex;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 128 blockSwitchingControl->attackIndex = blockSwitchingControl->lastAttackIndex;
176 blockSwitchingControl->lastAttackIndex = w;

Completed in 240 milliseconds