Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_extr.h184 #define SBRDEC_DOWNSAMPLE 8192 /* Flag indicating that the downsampling mode is used. */ macro
Dsbrdecoder.cpp287 self->flags |= SBRDEC_DOWNSAMPLE; in sbrDecoder_ResetElement()
290 self->flags &= ~SBRDEC_DOWNSAMPLE; in sbrDecoder_ResetElement()
1743 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 32 : 64; /* QMF synthesis */ in sbrDecoder_GetDelay()
1751 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 481 : 962; in sbrDecoder_GetDelay()
Dsbr_dec.cpp376 int smpl, delay = 96 >> (!(flags & SBRDEC_DOWNSAMPLE) ? 1 : 0); in sbr_dec()
809 const UINT downSampledFlag = (flags & SBRDEC_DOWNSAMPLE) ? QMF_FLAG_DOWNSAMPLED : 0; in createSbrDec()