HomeSort by relevance Sort by last modified time
    Searched defs:pDelays (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
PK_2I_D32F32CllGss_TRC_WRA_01_Private.h 25 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BP_1I_D16F16Css_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
34 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BP_1I_D16F32Cll_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
32 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BP_1I_D32F32Cll_TRC_WRA_02_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
32 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_1I_D16F16Css_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
33 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_1I_D16F32Css_TRC_WRA_01_Private.h 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
33 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_2I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
34 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
BQ_2I_D16F32Css_TRC_WRA_01_Private.h 25 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
34 LVM_FLOAT * pDelays; /* pointer to the delayed samples \
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h 26 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
35 LVM_FLOAT * pDelays; /* pointer to the delayed samples \
FO_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32* pDelays; /* pointer to the delayed samples (data of 32 bits) */
34 LVM_FLOAT * pDelays; /* pointer to the delayed samples \
FO_1I_D32F32Cll_TRC_WRA_01_Private.h 26 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
35 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h 26 LVM_FLOAT *pDelays; /* pointer to the delayed samples (data of 32 bits) */
34 LVM_INT32 *pDelays; /* pointer to the delayed samples (data of 32 bits) */
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h 28 LVM_FLOAT * pDelays; /* pointer to the delayed samples (data of 32 bits) */
36 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */
FO_2I_D16F32C15_LShx_TRC_WRA_01.c 30 pBiquadState->pDelays[0] is x(n-1)L in Q15 format
31 pBiquadState->pDelays[1] is y(n-1)L in Q30 format
32 pBiquadState->pDelays[2] is x(n-1)R in Q15 format
33 pBiquadState->pDelays[3] is y(n-1)R in Q30 format
58 ynL = (LVM_FLOAT)pBiquadState->coefs[0] * pBiquadState->pDelays[0];
60 ynR = (LVM_FLOAT)pBiquadState->coefs[0] * pBiquadState->pDelays[2];
70 Temp = pBiquadState->pDelays[1] * pBiquadState->coefs[2];
73 Temp = pBiquadState->pDelays[3] * pBiquadState->coefs[2];
80 pBiquadState->pDelays[1] = ynL; // Update y(n-1)L
81 pBiquadState->pDelays[0] = (*pDataIn++); // Update x(n-1)
    [all...]

Completed in 131 milliseconds