Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp577 SHORT *const staticSpecScaleL = in CJointStereo_ApplyMS() local
781 if (staticSpecScaleL[7] > staticSpecScaleR[7]) { in CJointStereo_ApplyMS()
782 srRightChan = staticSpecScaleL[7] - staticSpecScaleR[7]; in CJointStereo_ApplyMS()
783 dmx_re_prev_e = staticSpecScaleL[7]; in CJointStereo_ApplyMS()
785 srLeftChan = staticSpecScaleR[7] - staticSpecScaleL[7]; in CJointStereo_ApplyMS()
789 if (staticSpecScaleL[0] > staticSpecScaleR[0]) { in CJointStereo_ApplyMS()
790 srRightChan = staticSpecScaleL[0] - staticSpecScaleR[0]; in CJointStereo_ApplyMS()
791 dmx_re_prev_e = staticSpecScaleL[0]; in CJointStereo_ApplyMS()
793 srLeftChan = staticSpecScaleR[0] - staticSpecScaleL[0]; in CJointStereo_ApplyMS()