Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_stp.cpp515 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
516 &self->hybOutputImagDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
517 &self->hybOutputRealWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
518 &self->hybOutputImagWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
519 cplxHybBands - self->tp_hybBandBorder); in subbandTPApply()
524 pBP = hStpDec->BP - self->tp_hybBandBorder; in subbandTPApply()
528 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
529 &self->hybOutputImagDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
530 &self->hybOutputRealWet__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
531 &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.cpp1319 for (hyb = 0; hyb < self->tp_hybBandBorder; hyb++) { in SpatialDecApplyParameterSets()
Dsac_bitdec.cpp1920 self->tp_hybBandBorder = 12; in SpatialDecDecodeHeader()