Searched refs:pnNoise (Results 1 - 6 of 6) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_reverb.c422 * pnNoise - return new noise sample in this (not limited)
428 * - *pnNoise noise value is updated
432 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise) argument
435 *pnNoise = (EAS_I16) (*pnNoise * 5 + 1);
438 *pnNoise = 0;
442 return (nMaxExcursion & (*pnNoise));
H A Deas_reverbdata.h400 * pnNoise - return new noise sample in this (not limited)
406 * - *pnNoise noise value is updated
410 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_reverb.c422 * pnNoise - return new noise sample in this (not limited)
428 * - *pnNoise noise value is updated
432 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise) argument
435 *pnNoise = (EAS_I16) (*pnNoise * 5 + 1);
438 *pnNoise = 0;
442 return (nMaxExcursion & (*pnNoise));
H A Deas_reverbdata.h400 * pnNoise - return new noise sample in this (not limited)
406 * - *pnNoise noise value is updated
410 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_reverb.c422 * pnNoise - return new noise sample in this (not limited)
428 * - *pnNoise noise value is updated
432 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise) argument
435 *pnNoise = (EAS_I16) (*pnNoise * 5 + 1);
438 *pnNoise = 0;
442 return (nMaxExcursion & (*pnNoise));
H A Deas_reverbdata.h400 * pnNoise - return new noise sample in this (not limited)
406 * - *pnNoise noise value is updated
410 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise);

Completed in 76 milliseconds