Searched refs:SBRDEC_DOWNSAMPLE (Results 1 – 2 of 2) sorted by relevance
182 #define SBRDEC_DOWNSAMPLE 8192 /* Flag indicating that the downsampling mode is used. */ macro
254 self->flags |= SBRDEC_DOWNSAMPLE; in sbrDecoder_ResetElement()257 self->flags &= ~SBRDEC_DOWNSAMPLE; in sbrDecoder_ResetElement()1606 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 32 : 64; /* QMF synthesis */ in sbrDecoder_GetDelay()1611 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 481 : 962; in sbrDecoder_GetDelay()