Searched refs:ChDC (Results 1 – 3 of 3) sorted by relevance
40 LVM_FLOAT* ChDC; in DC_Mc_D16_TRC_WRA_01() local46 ChDC = &pBiquadState->ChDC[0]; in DC_Mc_D16_TRC_WRA_01()50 Diff = *(pDataIn++) - (ChDC[i]); in DC_Mc_D16_TRC_WRA_01()53 ChDC[i] -= DC_FLOAT_STEP; in DC_Mc_D16_TRC_WRA_01()55 ChDC[i] += DC_FLOAT_STEP; in DC_Mc_D16_TRC_WRA_01()
24 pBiquadState->ChDC[i] = 0.0f; in DC_Mc_D16_TRC_WRA_01_Init()
31 LVM_FLOAT ChDC[LVM_MAX_CHANNELS]; /* ChannelDC */ member