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