Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp494 UINT leftScale, in CJointStereo_GenerateMSOutput() argument
521 leftCoefficient0 >>= leftScale; in CJointStereo_GenerateMSOutput()
522 leftCoefficient1 >>= leftScale; in CJointStereo_GenerateMSOutput()
523 leftCoefficient2 >>= leftScale; in CJointStereo_GenerateMSOutput()
524 leftCoefficient3 >>= leftScale; in CJointStereo_GenerateMSOutput()
708 SHORT *leftScale = &SFBleftScale[window * 16]; in CJointStereo_ApplyMS() local
714 int lScale = leftScale[band]; in CJointStereo_ApplyMS()
724 int lScale = leftScale[band]; in CJointStereo_ApplyMS()
847 SHORT *leftScale = &SFBleftScale[window * 16]; in CJointStereo_ApplyMS() local
894 int lScale = leftScale[band]; in CJointStereo_ApplyMS()
[all …]