Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1322 const int psPossible in sbrDecoder_DecodeElement() argument
1437 if (h_ps_d != NULL && psPossible) { in sbrDecoder_DecodeElement()
1450 if ( psPossible ) in sbrDecoder_DecodeElement()
1506 if ( psPossible in sbrDecoder_DecodeElement()
1548 int psPossible = 0; in sbrDecoder_Apply() local
1553 psPossible = *psDecoded; in sbrDecoder_Apply()
1568 psPossible = 0; in sbrDecoder_Apply()
1587 if (psPossible == 0) { in sbrDecoder_Apply()
1605 if (psPossible && self->pSbrElement[sbrElementNum]->pSbrChannel[1] == NULL) { in sbrDecoder_Apply()
1607 psPossible = 0; in sbrDecoder_Apply()
[all …]
/external/aac/libAACdec/src/
Daacdecoder.h210 …UCHAR psPossible; /*!< flag to store if PS is possible … member
Daacdecoder_lib.cpp952 self->psPossible = 0; in aacDecoder_DecodeFrame()
965 &self->psPossible); in aacDecoder_DecodeFrame()
986 if (self->psPossible) { in aacDecoder_DecodeFrame()
Daacdecoder.cpp185 …self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! … in CAacDecoder_SyncQmfMode()
186 FDK_ASSERT( ! ( (self->flags & AC_MPS_PRESENT) && self->psPossible ) ); in CAacDecoder_SyncQmfMode()