OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonWindow
(Results
1 - 4
of
4
) 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)
Completed in 52 milliseconds