HomeSort by relevance Sort by last modified time
    Searched full:commonwindow (Results 1 - 13 of 13) sorted by null

  /external/aac/libAACdec/src/
channel.cpp 154 if (pAacDecoderChannelInfo[L]->pDynData->RawDataInfo.CommonWindow) {
175 pAacDecoderChannelInfo[L]->pDynData->RawDataInfo.CommonWindow ? 1 : 0);
260 pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow = 1;
262 pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow;
265 pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow;
282 decision_bit = pAacDecoderChannelInfo[ch]->pDynData->RawDataInfo.CommonWindow = FDKreadBits(hBs, 1);
284 pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow;
    [all...]
channelinfo.h 150 UCHAR CommonWindow;
353 \param CommonWindow common window bit.
361 const UINT CommonWindow);
stereo.cpp 227 const UINT CommonWindow
273 if (CommonWindow && (pJointStereoData->MsUsed[band] & groupMask))
block.cpp 356 || ( (sect_cb == INTENSITY_HCB || sect_cb == INTENSITY_HCB2) && pAacDecoderChannelInfo->pDynData->RawDataInfo.CommonWindow == 0)
  /external/aac/libAACenc/src/
psy_main.cpp 450 INT commonWindow = 1;
539 commonWindow);
818 FDK_ASSERT(commonWindow=1); /* all checks for TNS do only work for common windows (which is always set)*/
    [all...]
adj_thr.h 131 const INT commonWindow,
block_switch.h 144 const INT commonWindow);
interface.h 152 INT commonWindow;
block_switch.cpp 392 const INT commonWindow )
396 if( nChannels == 2 && commonWindow == TRUE)
422 if (commonWindow == TRUE)
bitenc.cpp     [all...]
qc_main.cpp 659 psyOut[0]->psyOutElement[i]->commonWindow,
    [all...]
adj_thr.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitenc.c 382 writeIndividualChannelStream(Flag commonWindow,
402 if(!commonWindow) {

Completed in 693 milliseconds