Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp598 int coeffPointerOffset; in CJointStereo_ApplyMS() local
663 coeffPointerOffset = 0; in CJointStereo_ApplyMS()
665 coeffPointerOffset = 2; in CJointStereo_ApplyMS()
667 coeffPointerOffset = 1; in CJointStereo_ApplyMS()
671 coeffPointerOffset = 3; in CJointStereo_ApplyMS()
680 pCoeff = mdst_filt_coef_curr[coeffPointerOffset]; in CJointStereo_ApplyMS()
688 pCoeff = mdst_filt_coef_curr[12 + coeffPointerOffset]; in CJointStereo_ApplyMS()
690 pCoeff = mdst_filt_coef_curr[4 + coeffPointerOffset]; in CJointStereo_ApplyMS()
695 pCoeff = mdst_filt_coef_curr[8 + coeffPointerOffset]; in CJointStereo_ApplyMS()
699 pCoeff = mdst_filt_coef_curr[coeffPointerOffset]; in CJointStereo_ApplyMS()