Searched refs:pBiquadState (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DBQ_2I_D16F16Css_TRC_WRA_01_Init.c46 PFilter_State pBiquadState = (PFilter_State) pInstance; local
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;
H A DBQ_2I_D16F32Css_TRC_WRA_01_init.c45 PFilter_State pBiquadState = (PFilter_State) pInstance; local
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;
H A DBQ_2I_D32F32Cll_TRC_WRA_01_Init.c45 PFilter_State pBiquadState = (PFilter_State) pInstance; local
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;
H A DFO_1I_D16F16Css_TRC_WRA_01_Init.c46 PFilter_State pBiquadState = (PFilter_State) pInstance; local
47 pBiquadState->pDelays =(LVM_INT32 *) pTaps;
50 pBiquadState->coefs[0]=temp;
52 pBiquadState->coefs[1]=temp;
54 pBiquadState->coefs[2]=temp;
H A DFO_1I_D32F32Cll_TRC_WRA_01_Init.c45 PFilter_State pBiquadState = (PFilter_State) pInstance; local
46 pBiquadState->pDelays = (LVM_INT32 *) pTaps;
49 pBiquadState->coefs[0]=temp;
51 pBiquadState->coefs[1]=temp;
53 pBiquadState->coefs[2]=temp;
H A DDC_2I_D16_TRC_WRA_01.c30 PFilter_State pBiquadState = (PFilter_State) pInstance; local
32 LeftDC = pBiquadState->LeftDC;
33 RightDC = pBiquadState->RightDC;
62 pBiquadState->LeftDC = LeftDC;
63 pBiquadState->RightDC = RightDC;

Completed in 82 milliseconds

12