Searched refs:coefs (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DPK_2I_D32F32CllGss_TRC_WRA_01_Init.c29 pBiquadState->coefs[0]=pCoef->A0;
31 pBiquadState->coefs[1]=pCoef->B2;
33 pBiquadState->coefs[2]=pCoef->B1;
35 pBiquadState->coefs[3]=pCoef->G;
H A DPK_2I_D32F32CssGss_TRC_WRA_01_Init.c28 pBiquadState->coefs[0]=pCoef->A0;
30 pBiquadState->coefs[1]=pCoef->B2;
32 pBiquadState->coefs[2]=pCoef->B1;
34 pBiquadState->coefs[3]=pCoef->G;
H A DBP_1I_D16F16Css_TRC_WRA_01_Private.h25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBP_1I_D16F32Cll_TRC_WRA_01_Private.h25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBP_1I_D32F32Cll_TRC_WRA_02_Private.h25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBQ_1I_D16F16Css_TRC_WRA_01_Private.h25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBQ_1I_D16F32Css_TRC_WRA_01_Private.h25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBQ_2I_D16F16Css_TRC_WRA_01_Private.h26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBQ_2I_D16F32Css_TRC_WRA_01_Private.h26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBQ_2I_D32F32Cll_TRC_WRA_01_Private.h27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DFO_1I_D16F16Css_TRC_WRA_01_Private.h26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DFO_1I_D32F32Cll_TRC_WRA_01_Private.h27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DPK_2I_D32F32CllGss_TRC_WRA_01_Private.h26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DPK_2I_D32F32CssGss_TRC_WRA_01_Private.h27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
H A DBP_1I_D16F16Css_TRC_WRA_01_Init.c48 pBiquadState->coefs[0]=pCoef->A0;
49 pBiquadState->coefs[1]=pCoef->B2;
50 pBiquadState->coefs[2]=pCoef->B1;
H A DBP_1I_D16F32Cll_TRC_WRA_01_Init.c58 pBiquadState->coefs[0] = pCoef->A0;
59 pBiquadState->coefs[1] = pCoef->B2;
60 pBiquadState->coefs[2] = pCoef->B1;
H A DBP_1I_D32F32Cll_TRC_WRA_02_Init.c47 pBiquadState->coefs[0]=pCoef->A0;
49 pBiquadState->coefs[1]=pCoef->B2;
51 pBiquadState->coefs[2]=pCoef->B1;
H A DBQ_1I_D16F16Css_TRC_WRA_01_Init.c49 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_1I_D16F32Css_TRC_WRA_01_init.c50 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_D16F16Css_TRC_WRA_01_Init.c50 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.c49 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.c49 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_D16F16C14_TRC_WRA_01.c26 pBiquadState->coefs[0] is A2, pBiquadState->coefs[1] is A1
27 pBiquadState->coefs[2] is A0, pBiquadState->coefs[3] is -B2
28 pBiquadState->coefs[4] is -B1, these are in Q14 format
57 ynL=(LVM_INT32)pBiquadState->coefs[0]* pBiquadState->pDelays[2];
60 ynL+=(LVM_INT32)pBiquadState->coefs[1]* pBiquadState->pDelays[0];
63 ynL+=(LVM_INT32)pBiquadState->coefs[2]* (*pDataIn);
66 ynL+=(LVM_INT32)pBiquadState->coefs[3]*pBiquadState->pDelays[6];
69 ynL+=(LVM_INT32)pBiquadState->coefs[
[all...]
H A DBQ_2I_D16F16C15_TRC_WRA_01.c26 pBiquadState->coefs[0] is A2, pBiquadState->coefs[1] is A1
27 pBiquadState->coefs[2] is A0, pBiquadState->coefs[3] is -B2
28 pBiquadState->coefs[4] is -B1, these are in Q15 format
58 ynL=(LVM_INT32)pBiquadState->coefs[0]* pBiquadState->pDelays[2];
61 ynL+=(LVM_INT32)pBiquadState->coefs[1]* pBiquadState->pDelays[0];
64 ynL+=(LVM_INT32)pBiquadState->coefs[2]* (*pDataIn);
67 ynL+=(LVM_INT32)pBiquadState->coefs[3]*pBiquadState->pDelays[6];
70 ynL+=(LVM_INT32)pBiquadState->coefs[
[all...]
H A DBQ_2I_D16F32C13_TRC_WRA_01.c26 pBiquadState->coefs[0] is A2, pBiquadState->coefs[1] is A1
27 pBiquadState->coefs[2] is A0, pBiquadState->coefs[3] is -B2
28 pBiquadState->coefs[4] is -B1, these are in Q13 format
58 ynL=(LVM_INT32)pBiquadState->coefs[0]* pBiquadState->pDelays[2];
61 ynL+=(LVM_INT32)pBiquadState->coefs[1]* pBiquadState->pDelays[0];
64 ynL+=(LVM_INT32)pBiquadState->coefs[2]* (*pDataIn);
67 MUL32x16INTO32(pBiquadState->pDelays[6],pBiquadState->coefs[3],templ,16)
71 MUL32x16INTO32(pBiquadState->pDelays[4],pBiquadState->coefs[
[all...]

Completed in 1798 milliseconds

12