Home
last modified time | relevance | path

Searched refs:RightDC (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DDC_2I_D16_TRC_WRA_01.c27 LVM_INT32 LeftDC,RightDC; in DC_2I_D16_TRC_WRA_01() local
33 RightDC = pBiquadState->RightDC; in DC_2I_D16_TRC_WRA_01()
50 Diff=*(pDataIn++)-(RightDC>>16); in DC_2I_D16_TRC_WRA_01()
57 RightDC -= DC_D16_STEP; } in DC_2I_D16_TRC_WRA_01()
59 RightDC += DC_D16_STEP; } in DC_2I_D16_TRC_WRA_01()
63 pBiquadState->RightDC = RightDC; in DC_2I_D16_TRC_WRA_01()
DDC_2I_D16_TRC_WRA_01_Init.c25 pBiquadState->RightDC = 0; in DC_2I_D16_TRC_WRA_01_Init()
DDC_2I_D16_TRC_WRA_01_Private.h29 LVM_INT32 RightDC; /* RightDC */ member