Searched refs:psPossible (Results 1 – 4 of 4) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1580 int *numOutChannels, const int psPossible) { in sbrDecoder_DecodeElement() argument 1710 (psPossible ? fMax(2, numInChannels) : numInChannels)) { in sbrDecoder_DecodeElement() 1719 if (h_ps_d != NULL && psPossible && (hSbrHeader->syncState == SBR_ACTIVE)) { in sbrDecoder_DecodeElement() 1731 if (stereo || psPossible) { in sbrDecoder_DecodeElement() 1740 if (psPossible) in sbrDecoder_DecodeElement() 1771 if (psPossible && !(self->flags & SBRDEC_SKIP_QMF_SYN)) { in sbrDecoder_DecodeElement() 1809 int psPossible; in sbrDecoder_Apply() local 1820 psPossible = *psDecoded; in sbrDecoder_Apply() 1840 psPossible = 0; in sbrDecoder_Apply() 1848 if (psPossible == 0) { in sbrDecoder_Apply() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdecoder.h | 289 UCHAR psPossible; /*!< flag to store if PS is possible */ member
|
D | aacdecoder_lib.cpp | 1487 self->psPossible = 0; in aacDecoder_DecodeFrame() 1504 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1548 if (self->psPossible) { in aacDecoder_DecodeFrame() 1641 &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()
|