Searched refs:SBRDEC_PS_DECODED (Results 1 – 3 of 3) sorted by relevance
1055 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()
181 #define SBRDEC_PS_DECODED 32 /* Flag indicating that PS was decoded and rendered. */ macro
547 if ( ! (flags & SBRDEC_PS_DECODED) ) { in sbr_dec()