Home
last modified time | relevance | path

Searched refs:HPFCoef (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c28189 AUDIO_PEQ_COEF HPFCoef; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef() local
28204 HPFCoef.a0 = hpf_coef->a0; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28205 HPFCoef.a1 = hpf_coef->a1; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28206 HPFCoef.a2 = hpf_coef->a2; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28207 HPFCoef.b1 = hpf_coef->b1; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28208 HPFCoef.b2 = hpf_coef->b2; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28209 HPFCoef.sfs = 1; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28210 HPFCoef.type = AUDIO_COEF_HPF; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28212 MApi_AUDIO_SetPEQCoef(&HPFCoef); in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()