Home
last modified time | relevance | path

Searched refs:SBRDEC_PS_DECODED (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1055 self->flags &= ~SBRDEC_PS_DECODED; in sbrDecoder_Parse()
1444 self->flags |= (applyPs) ? SBRDEC_PS_DECODED : 0; in sbrDecoder_DecodeElement()
1503 h_ps_d->psDecodedPrv = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0 ; in sbrDecoder_DecodeElement()
1510 if ( !(self->flags & SBRDEC_PS_DECODED) ) { in sbrDecoder_DecodeElement()
1588 self->flags &= ~SBRDEC_PS_DECODED; in sbrDecoder_Apply()
1643 *psDecoded = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0; in sbrDecoder_Apply()
Denv_extr.h181 #define SBRDEC_PS_DECODED 32 /* Flag indicating that PS was decoded and rendered. */ macro
Dsbr_dec.cpp547 if ( ! (flags & SBRDEC_PS_DECODED) ) { in sbr_dec()