Home
last modified time | relevance | path

Searched refs:tp_hybBandBorder (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSACdec/src/
Dsac_stp.cpp536 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
537 &self->hybOutputImagDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
538 &self->hybOutputRealWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
539 &self->hybOutputImagWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
540 cplxHybBands - self->tp_hybBandBorder); in subbandTPApply()
545 pBP = hStpDec->BP - self->tp_hybBandBorder; in subbandTPApply()
549 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
550 &self->hybOutputImagDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
551 &self->hybOutputRealWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
552 &self->hybOutputImagWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
[all …]
Dsac_dec.h368 int tp_hybBandBorder; /* Hybrid band indicating the HP filter cut-off. */ member
Dsac_dec.cpp1325 for (hyb = 0; hyb < self->tp_hybBandBorder; hyb++) { in SpatialDecApplyParameterSets()
Dsac_bitdec.cpp1922 self->tp_hybBandBorder = 12; in SpatialDecDecodeHeader()