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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
transform.h 33 Word16 windowSequence
interface.h 54 Word16 windowSequence;
96 const Word16 windowSequence,
block_switch.h 39 Word16 windowSequence;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
interface.c 41 const Word16 windowSequence,
65 psyOutCh->windowSequence = windowSequence;
94 if (windowSequence != SHORT_WINDOW) {
block_switch.c 204 blockSwitchingControl->windowSequence = blockSwitchingControl->nextwindowSequence;
217 if (blockSwitchingControl->windowSequence== LONG_WINDOW) {
218 blockSwitchingControl->windowSequence = START_WINDOW;
221 if (blockSwitchingControl->windowSequence == STOP_WINDOW) {
222 blockSwitchingControl->windowSequence = SHORT_WINDOW;
233 if (blockSwitchingControl->windowSequence == SHORT_WINDOW) {
381 if (blockSwitchingControlLeft->windowSequence != SHORT_WINDOW) {
391 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->windowSequence];
392 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->windowSequence];
395 blockSwitchingControlLeft->windowSequence = patchType
    [all...]
stat_bits.c 197 psyOutChannel[0].windowSequence);
199 switch(psyOutChannel[0].windowSequence){
219 switch (psyOutChannel[0].windowSequence) {
231 psyOutChannel[ch].windowSequence);
psy_main.c 291 psyData[ch].blockSwitchingControl.windowSequence);
311 if(psyData[ch].blockSwitchingControl.windowSequence != SHORT_WINDOW) {
357 if (psyData[ch].blockSwitchingControl.windowSequence == SHORT_WINDOW) {
385 if (psyData[0].blockSwitchingControl.windowSequence != SHORT_WINDOW)
428 if (psyData[ch].blockSwitchingControl.windowSequence != SHORT_WINDOW)
436 psyData[ch].blockSwitchingControl.windowSequence,
437 blockType2windowShape[psyData[ch].blockSwitchingControl.windowSequence],
509 psyData->blockSwitchingControl.windowSequence,
518 psyData->blockSwitchingControl.windowSequence);
529 psyData->blockSwitchingControl.windowSequence);
    [all...]
adj_thr.c 177 if (psyOutChan->windowSequence != SHORT_WINDOW) {
202 if (psyOutChan->windowSequence != SHORT_WINDOW)
594 psyOutChannel[0].windowSequence==psyOutChannel[1].windowSequence) {
642 if (psyOutChannel[ch].windowSequence != SHORT_WINDOW)
942 const Word16 windowSequence,
955 if (windowSequence != SHORT_WINDOW)
    [all...]
qc_main.c 354 psyOutChannel[ch].windowSequence,
  /external/aac/libAACdec/src/
conceal_types.h 170 UCHAR windowSequence;
conceal.cpp 338 pConcealChannelInfo->windowSequence = 0;
667 tWindowSequence = hConcealmentInfo->windowSequence;
674 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo);
710 pIcsInfo->WindowSequence = tWindowSequence;
873 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
875 if (pConcealmentInfo->windowSequence == 2) {
932 pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
933 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used (…)
    [all...]

Completed in 108 milliseconds