Home
last modified time | relevance | path

Searched refs:psPossible (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1593 const int numInChannels, int *numOutChannels, const int psPossible) { in sbrDecoder_DecodeElement() argument
1721 (psPossible ? fMax(2, numInChannels) : numInChannels)) { in sbrDecoder_DecodeElement()
1730 if (h_ps_d != NULL && psPossible && (hSbrHeader->syncState == SBR_ACTIVE)) { in sbrDecoder_DecodeElement()
1742 if (stereo || psPossible) { in sbrDecoder_DecodeElement()
1751 if (psPossible) in sbrDecoder_DecodeElement()
1782 if (psPossible && !(self->flags & SBRDEC_SKIP_QMF_SYN)) { in sbrDecoder_DecodeElement()
1819 int psPossible; in sbrDecoder_Apply() local
1830 psPossible = *psDecoded; in sbrDecoder_Apply()
1850 psPossible = 0; in sbrDecoder_Apply()
1855 if (psPossible == 0) { in sbrDecoder_Apply()
[all …]
/external/aac/libAACdec/src/
Daacdecoder.h279 UCHAR psPossible; /*!< flag to store if PS is possible */ member
Daacdecoder_lib.cpp1470 self->psPossible = 0; in aacDecoder_DecodeFrame()
1488 self->frameOK, &self->psPossible); in aacDecoder_DecodeFrame()
1531 if (self->psPossible) { in aacDecoder_DecodeFrame()
1619 self->frameOK, &self->psPossible); in aacDecoder_DecodeFrame()
Daacdecoder.cpp255 self->psPossible = in CAacDecoder_SyncQmfMode()
261 FDK_ASSERT(!((self->flags[0] & AC_MPS_PRESENT) && self->psPossible)); in CAacDecoder_SyncQmfMode()