Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp601 int currentShape = (int)pAacDecoderChannelInfo[L]->icsInfo.WindowShape; in CJointStereo_ApplyMS() local
662 if ((previousShape == SHAPE_SINE) && (currentShape == SHAPE_SINE)) { in CJointStereo_ApplyMS()
664 } else if ((previousShape == SHAPE_SINE) && (currentShape == SHAPE_KBD)) { in CJointStereo_ApplyMS()
666 } else if ((previousShape == SHAPE_KBD) && (currentShape == SHAPE_KBD)) { in CJointStereo_ApplyMS()
959 pCoeff = mdst_filt_coef_curr[currentShape]; in CJointStereo_ApplyMS()
960 pCoeffPrev = mdst_filt_coef_prev[currentShape]; in CJointStereo_ApplyMS()