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

  /external/aac/libAACenc/src/
transform.h 106 * \param windowShape index indicating the window slope type to be used.
116 const INT windowShape,
block_switch.h 111 INT windowShape;
interface.h 123 INT windowShape;
transform.cpp 105 const INT windowShape,
140 int offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3)>>2) : 0;
169 pRightWindowPart = FDKgetWindowSlope(fr, windowShape);
260 *prevWindowShape = windowShape;
block_switch.cpp 172 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
221 blockSwitchingControl->windowShape = SINE_WINDOW;
312 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
412 blockSwitchingControlLeft->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlLeft->lastWindowSequence];
413 blockSwitchingControlRight->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlRight->lastWindowSequence];
528 blockSwitchingControlLeft->windowShape = LOL_WINDOW;
537 blockSwitchingControlRight->windowShape = LOL_WINDOW;
bitenc.cpp 174 INT windowShape,
198 FDKwriteBits(hBitStream, (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape,1);
    [all...]
psy_main.cpp 612 psyStatic[ch]->blockSwitchingControl.windowShape,
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
interface.c 42 const Word16 windowShape,
66 psyOutCh->windowShape = windowShape;
bitenc.c 95 Word16 windowShape,
102 WriteBits(hBitStream,windowShape,1);
384 Word16 windowShape,
403 encodeIcsInfo(sectionData->blockType, windowShape, groupingMask, sectionData, hBitStream);
443 qcOutChannel->windowShape,
479 qcOutChannel[0].windowShape,
493 qcOutChannel[0].windowShape,
506 qcOutChannel[1].windowShape,
qc_main.c 377 qcOutChannel[ch].windowShape = psyOutChannel[ch].windowShape;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
interface.h 55 Word16 windowShape;
97 const Word16 windowShape,
qc_data.h 87 Word16 windowShape;
  /external/aac/libAACdec/src/
conceal_types.h 169 UCHAR windowShape;
conceal.cpp 339 pConcealChannelInfo->windowShape = 0;
668 tWindowShape = hConcealmentInfo->windowShape;
675 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo);
711 pIcsInfo->WindowShape = tWindowShape;
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape;
872 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
931 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) *
    [all...]

Completed in 222 milliseconds