Searched refs:tempValue (Results 1 – 2 of 2) sorted by relevance
1656 int32_t tempValue; in Reverb() local1836 tempValue = *pOutputBuffer; in Reverb()1837 *pOutputBuffer++ = (short) SATURATE(tempValue+pReverb->m_zOutLpfL); in Reverb()1867 tempValue = *pOutputBuffer; in Reverb()1868 *pOutputBuffer++ = (short) SATURATE(tempValue + pReverb->m_zOutLpfR); in Reverb()
1723 byte[] tempValue = parseWapString(pduDataStream, TYPE_TEXT_STRING); in parsePartHeaders()1728 part.setContentTransferEncoding(tempValue); in parsePartHeaders()