HomeSort by relevance Sort by last modified time
    Searched refs:RightDC (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DC_2I_D16_TRC_WRA_01.c 27 LVM_INT32 LeftDC,RightDC;
33 RightDC = pBiquadState->RightDC;
50 Diff=*(pDataIn++)-(RightDC>>16);
57 RightDC -= DC_D16_STEP; }
59 RightDC += DC_D16_STEP; }
63 pBiquadState->RightDC = RightDC;
DC_2I_D16_TRC_WRA_01_Init.c 25 pBiquadState->RightDC = 0;
DC_2I_D16_TRC_WRA_01_Private.h 29 LVM_INT32 RightDC; /* RightDC */

Completed in 245 milliseconds