Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DDC_2I_D16_TRC_WRA_01.cpp26 LVM_FLOAT LeftDC,RightDC; in DC_2I_D16_TRC_WRA_01() local
31 LeftDC = pBiquadState->LeftDC; in DC_2I_D16_TRC_WRA_01()
36 Diff =* (pDataIn++) - (LeftDC); in DC_2I_D16_TRC_WRA_01()
43 LeftDC -= DC_FLOAT_STEP; } in DC_2I_D16_TRC_WRA_01()
45 LeftDC += DC_FLOAT_STEP; } in DC_2I_D16_TRC_WRA_01()
60 pBiquadState->LeftDC = LeftDC; in DC_2I_D16_TRC_WRA_01()
DDC_2I_D16_TRC_WRA_01_Private.h27 LVM_FLOAT LeftDC; /* LeftDC */ member
DDC_2I_D16_TRC_WRA_01_Init.cpp23 pBiquadState->LeftDC = 0.0f; in DC_2I_D16_TRC_WRA_01_Init()