Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp287 int dpcm_alpha_re, dpcm_alpha_im; in CJointStereo_Read() local
297 dpcm_alpha_im = CBlock_DecodeHuffmanWord(bs, hcb); in CJointStereo_Read()
298 dpcm_alpha_im -= 60; in CJointStereo_Read()
299 dpcm_alpha_im *= -1; in CJointStereo_Read()
302 dpcm_alpha_im + last_alpha_q_im; in CJointStereo_Read()