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

  /external/aac/libAACenc/src/
block_switch.h 116 INT attackIndex;
block_switch.cpp 230 blockSwitchingControl->lastAttackIndex = blockSwitchingControl->attackIndex;
274 blockSwitchingControl->attackIndex = i;
291 blockSwitchingControl->attackIndex = 0;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 43 Word16 attackIndex;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 125 &blockSwitchingControl->attackIndex,
128 blockSwitchingControl->attackIndex = blockSwitchingControl->lastAttackIndex;
134 blockSwitchingControl->groupLen[i] = suggestedGroupingTable[blockSwitchingControl->attackIndex][i];
194 if (blockSwitchingControl->attackIndex == TRANS_FAC-1) {

Completed in 232 milliseconds