HomeSort by relevance Sort by last modified time
    Searched refs:pBiquadState (Results 26 - 31 of 31) sorted by null

12

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
BQ_2I_D16F16Css_TRC_WRA_01_Init.c 46 PFilter_State pBiquadState = (PFilter_State) pInstance;
47 pBiquadState->pDelays =(LVM_INT32 *) pTaps ;
50 pBiquadState->coefs[0]=temp;
52 pBiquadState->coefs[1]=temp;
54 pBiquadState->coefs[2]=temp;
56 pBiquadState->coefs[3]=temp;
58 pBiquadState->coefs[4]=temp;
BQ_2I_D16F32Css_TRC_WRA_01_init.c 45 PFilter_State pBiquadState = (PFilter_State) pInstance;
46 pBiquadState->pDelays =(LVM_INT32 *) pTaps ;
49 pBiquadState->coefs[0]=temp;
51 pBiquadState->coefs[1]=temp;
53 pBiquadState->coefs[2]=temp;
55 pBiquadState->coefs[3]=temp;
57 pBiquadState->coefs[4]=temp;
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c 45 PFilter_State pBiquadState = (PFilter_State) pInstance;
46 pBiquadState->pDelays =(LVM_INT32 *) pTaps ;
49 pBiquadState->coefs[0]=temp;
51 pBiquadState->coefs[1]=temp;
53 pBiquadState->coefs[2]=temp;
55 pBiquadState->coefs[3]=temp;
57 pBiquadState->coefs[4]=temp;
FO_1I_D16F16Css_TRC_WRA_01_Init.c 46 PFilter_State pBiquadState = (PFilter_State) pInstance;
47 pBiquadState->pDelays =(LVM_INT32 *) pTaps;
50 pBiquadState->coefs[0]=temp;
52 pBiquadState->coefs[1]=temp;
54 pBiquadState->coefs[2]=temp;
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 45 PFilter_State pBiquadState = (PFilter_State) pInstance;
46 pBiquadState->pDelays = (LVM_INT32 *) pTaps;
49 pBiquadState->coefs[0]=temp;
51 pBiquadState->coefs[1]=temp;
53 pBiquadState->coefs[2]=temp;
DC_2I_D16_TRC_WRA_01.c 30 PFilter_State pBiquadState = (PFilter_State) pInstance;
32 LeftDC = pBiquadState->LeftDC;
33 RightDC = pBiquadState->RightDC;
62 pBiquadState->LeftDC = LeftDC;
63 pBiquadState->RightDC = RightDC;

Completed in 127 milliseconds

12