Searched refs:pOutTmp (Results 1 – 1 of 1) sorted by relevance
753 effect_buffer_t *pOutTmp; in LvmBundle_process() local780 pOutTmp = pOut; in LvmBundle_process()793 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()817 memcpy_to_i16_from_float(pOutTmp, pOutputBuff, frameCount * FCC_2); in LvmBundle_process()823 pOutTmp, /* Output buffer */ in LvmBundle_process()831 fwrite(pOutTmp, in LvmBundle_process()839 pOut[i] = clamp16((LVM_INT32)pOut[i] + (LVM_INT32)pOutTmp[i]); in LvmBundle_process()841 pOut[i] = pOut[i] + pOutTmp[i]; in LvmBundle_process()856 LVM_INT16 *pOutTmp; in LvmBundle_process() local859 pOutTmp = pOut; in LvmBundle_process()[all …]