HomeSort by relevance Sort by last modified time
    Searched refs:coefs (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
PK_2I_D32F32CllGss_TRC_WRA_01_Init.c 29 pBiquadState->coefs[0]=pCoef->A0;
31 pBiquadState->coefs[1]=pCoef->B2;
33 pBiquadState->coefs[2]=pCoef->B1;
35 pBiquadState->coefs[3]=pCoef->G;
PK_2I_D32F32CssGss_TRC_WRA_01_Init.c 28 pBiquadState->coefs[0]=pCoef->A0;
30 pBiquadState->coefs[1]=pCoef->B2;
32 pBiquadState->coefs[2]=pCoef->B1;
34 pBiquadState->coefs[3]=pCoef->G;
BP_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BP_1I_D16F32Cll_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BP_1I_D32F32Cll_TRC_WRA_02_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_1I_D16F32Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_2I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_2I_D16F32Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
FO_1I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
FO_1I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
PK_2I_D32F32CllGss_TRC_WRA_01_Private.h 26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BP_1I_D16F16Css_TRC_WRA_01_Init.c 48 pBiquadState->coefs[0]=pCoef->A0;
49 pBiquadState->coefs[1]=pCoef->B2;
50 pBiquadState->coefs[2]=pCoef->B1;
BP_1I_D16F32Cll_TRC_WRA_01_Init.c 58 pBiquadState->coefs[0] = pCoef->A0;
59 pBiquadState->coefs[1] = pCoef->B2;
60 pBiquadState->coefs[2] = pCoef->B1;
BP_1I_D32F32Cll_TRC_WRA_02_Init.c 47 pBiquadState->coefs[0]=pCoef->A0;
49 pBiquadState->coefs[1]=pCoef->B2;
51 pBiquadState->coefs[2]=pCoef->B1;
BQ_1I_D16F16Css_TRC_WRA_01_Init.c 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_1I_D16F32Css_TRC_WRA_01_init.c 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_D16F16Css_TRC_WRA_01_Init.c 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 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 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_D16F16C14_TRC_WRA_01.c 25 COEFS-
26 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]
    [all...]
BQ_2I_D16F16C15_TRC_WRA_01.c 25 COEFS-
26 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]
    [all...]
BQ_2I_D16F32C13_TRC_WRA_01.c 25 COEFS-
26 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
    [all...]

Completed in 93 milliseconds

1 2 3