Searched refs:pTD (Results 1 – 1 of 1) sorted by relevance
3552 PCM_DEC *pTD = pTimeData; in CAacDecoder_DecodeFrame() local3557 FIXP_DBL L = PCM_DEC2FIXP_DBL(pTD[0]); in CAacDecoder_DecodeFrame()3558 FIXP_DBL R = PCM_DEC2FIXP_DBL(pTD[offset2]); in CAacDecoder_DecodeFrame()3561 pTD[0] = L + R; in CAacDecoder_DecodeFrame()3562 pTD[offset2] = L - R; in CAacDecoder_DecodeFrame()3563 pTD++; in CAacDecoder_DecodeFrame()