Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp495 UINT rightScale, in CJointStereo_GenerateMSOutput() argument
526 rightCoefficient0 >>= rightScale; in CJointStereo_GenerateMSOutput()
527 rightCoefficient1 >>= rightScale; in CJointStereo_GenerateMSOutput()
528 rightCoefficient2 >>= rightScale; in CJointStereo_GenerateMSOutput()
529 rightCoefficient3 >>= rightScale; in CJointStereo_GenerateMSOutput()
709 SHORT *rightScale = &SFBrightScale[window * 16]; in CJointStereo_ApplyMS() local
715 int rScale = rightScale[band]; in CJointStereo_ApplyMS()
733 int rScale = rightScale[band]; in CJointStereo_ApplyMS()
846 SHORT *rightScale = &SFBrightScale[window * 16]; in CJointStereo_ApplyMS() local
893 int rScale = rightScale[band]; in CJointStereo_ApplyMS()
[all …]