Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp978 self->flags &= ~SBRDEC_PS_DECODED; in sbrDecoder_Parse()
1325 self->flags |= (applyPs) ? SBRDEC_PS_DECODED : 0; in sbrDecoder_DecodeElement()
1382 h_ps_d->psDecodedPrv = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0 ; in sbrDecoder_DecodeElement()
1389 if ( !(self->flags & SBRDEC_PS_DECODED) ) { in sbrDecoder_DecodeElement()
1466 self->flags &= ~SBRDEC_PS_DECODED; in sbrDecoder_Apply()
1512 *psDecoded = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0; in sbrDecoder_Apply()
Denv_extr.h180 #define SBRDEC_PS_DECODED 32 /* Flag indicating that PS was decoded and rendered. */ macro
Dsbr_dec.cpp502 if ( ! (flags & SBRDEC_PS_DECODED) ) { in sbr_dec()