Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_stp.cpp534 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
535 &self->hybOutputImagDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
536 &self->hybOutputRealWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
537 &self->hybOutputImagWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
538 cplxHybBands - self->tp_hybBandBorder); in subbandTPApply()
543 pBP = hStpDec->BP - self->tp_hybBandBorder; in subbandTPApply()
547 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
548 &self->hybOutputImagDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
549 &self->hybOutputRealWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
550 &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.cpp1354 for (hyb = 0; hyb < self->tp_hybBandBorder; hyb++) { in SpatialDecApplyParameterSets()
Dsac_bitdec.cpp1927 self->tp_hybBandBorder = 12; in SpatialDecDecodeHeader()