Searched refs:m_nOutputs (Results 1 – 2 of 2) sorted by relevance
534 nTotalSampleBits *= m_nOutputs; in v_Init()542 m_pDecodeInfo = FX_Alloc(SampleDecodeInfo, m_nOutputs); in v_Init()543 for (int i = 0; i < m_nOutputs; i++) { in v_Init()578 FX_SAFE_INT32 bits_to_output = m_nOutputs; in v_Call()597 for (int j = 0; j < m_nOutputs; j++) { in v_Call()610 bitpos2 *= m_nOutputs; in v_Call()652 if (PS.GetStackSize() < m_nOutputs) { in v_Call()655 for (i = 0; i < m_nOutputs; i++) { in v_Call()656 results[m_nOutputs - i - 1] = PS.Pop(); in v_Call()690 if (m_nOutputs == 0) { in v_Init()[all …]
386 int CountOutputs() { return m_nOutputs; } in CountOutputs()390 int m_nInputs, m_nOutputs; variable