Searched refs:psPossible (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1576 int *numOutChannels, const int psPossible) { in sbrDecoder_DecodeElement() argument 1704 (psPossible ? fMax(2, numInChannels) : numInChannels)) { in sbrDecoder_DecodeElement() 1713 if (h_ps_d != NULL && psPossible && (hSbrHeader->syncState == SBR_ACTIVE)) { in sbrDecoder_DecodeElement() 1725 if (stereo || psPossible) { in sbrDecoder_DecodeElement() 1734 if (psPossible) in sbrDecoder_DecodeElement() 1765 if (psPossible && !(self->flags & SBRDEC_SKIP_QMF_SYN)) { in sbrDecoder_DecodeElement() 1803 int psPossible; in sbrDecoder_Apply() local 1814 psPossible = *psDecoded; in sbrDecoder_Apply() 1834 psPossible = 0; in sbrDecoder_Apply() 1842 if (psPossible == 0) { in sbrDecoder_Apply() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdecoder.h | 283 UCHAR psPossible; /*!< flag to store if PS is possible */ member
|
D | aacdecoder_lib.cpp | 1468 self->psPossible = 0; in aacDecoder_DecodeFrame() 1485 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1529 if (self->psPossible) { in aacDecoder_DecodeFrame() 1617 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame()
|
D | aacdecoder.cpp | 255 self->psPossible = in CAacDecoder_SyncQmfMode() 261 FDK_ASSERT(!((self->flags[0] & AC_MPS_PRESENT) && self->psPossible)); in CAacDecoder_SyncQmfMode()
|