Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp600 int previousShape = (int)pJointStereoPersistentData->winShapePrev; in CJointStereo_ApplyMS() local
627 pCoeffPrev = mdst_filt_coef_prev[previousShape]; in CJointStereo_ApplyMS()
634 pCoeffPrev = mdst_filt_coef_prev[previousShape]; in CJointStereo_ApplyMS()
642 pCoeffPrev = mdst_filt_coef_prev[2 + previousShape]; in CJointStereo_ApplyMS()
644 pCoeffPrev = mdst_filt_coef_prev[previousShape]; in CJointStereo_ApplyMS()
649 pCoeffPrev = mdst_filt_coef_prev[2 + previousShape]; in CJointStereo_ApplyMS()
653 pCoeffPrev = mdst_filt_coef_prev[previousShape]; in CJointStereo_ApplyMS()
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()