Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dps_all_pass_fract_delay_filter.cpp174 Int16 rTmp0; in ps_all_pass_fract_delay_filter_type_I() local
217 rTmp0 = Qfmt15(0.65143905753106f); in ps_all_pass_fract_delay_filter_type_I()
221 …iTmp = fxp_mac32_by_16(-*iIn << 1, rTmp0, iTmp); /* Q_fract(k,m)*y(n-1) - a(m)*g_decay_slope… in ps_all_pass_fract_delay_filter_type_I()
222 …*pt_iTmp = fxp_mac32_by_16(iTmp << 1, rTmp0, *iIn); /* y(n) = x(n) + a(m)*g_decay_slope(k)*( Q_… in ps_all_pass_fract_delay_filter_type_I()
225 rTmp = fxp_mac32_by_16(-*rIn << 1, rTmp0, rTmp); in ps_all_pass_fract_delay_filter_type_I()
226 *pt_rTmp = fxp_mac32_by_16(rTmp << 1, rTmp0, *rIn); in ps_all_pass_fract_delay_filter_type_I()
240 rTmp0 = Qfmt15(0.56471812200776f); in ps_all_pass_fract_delay_filter_type_I()
244 …iTmp = fxp_mac32_by_16(-*iIn << 1, rTmp0, iTmp); /* Q_fract(k,m)*y(n-1) - a(m)*g_decay_slope… in ps_all_pass_fract_delay_filter_type_I()
245 …*pt_iTmp = fxp_mac32_by_16(iTmp << 1, rTmp0, *iIn); /* y(n) = x(n) + a(m)*g_decay_slope(k)*( Q_… in ps_all_pass_fract_delay_filter_type_I()
248 rTmp = fxp_mac32_by_16(-*rIn << 1, rTmp0, rTmp); in ps_all_pass_fract_delay_filter_type_I()
[all …]
Dfxp_mul32_c_msc_evc.h130 Int32 rTmp0 = (exp_jw >> 16) << 16; in cmplx_mul32_by_16() local
135 z = _MulHigh(rTmp0, x); in cmplx_mul32_by_16()
144 Int32 rTmp0 = L_var2 << 16; in fxp_mul32_by_16() local
146 return(_MulHigh(rTmp0, L_var1)); in fxp_mul32_by_16()
154 Int32 rTmp0 = (Int16)(L_var2 >> 16); in fxp_mul32_by_16t() local
156 return(_MulHigh((rTmp0 << 16), L_var1)); in fxp_mul32_by_16t()
163 Int32 rTmp0 = (L_var2 << 16); in fxp_mac32_by_16() local
165 return(L_add + _MulHigh(rTmp0, L_var1)); in fxp_mac32_by_16()
Dfxp_mul32_arm_v4_gcc.h237 Int32 rTmp0; in cmplx_mul32_by_16() local
250 : "=&r*i"(rTmp0), in cmplx_mul32_by_16()
261 : "=&r*i"(rTmp0), in cmplx_mul32_by_16()
277 Int32 rTmp0; in fxp_mul32_by_16() local
286 : "=&r*i"(rTmp0), in fxp_mul32_by_16()
303 Int32 rTmp0; in fxp_mul32_by_16t() local
313 : "=&r*i"(rTmp0), in fxp_mul32_by_16t()
327 Int32 rTmp0; in fxp_mac32_by_16() local
338 : "=&r*i"(rTmp0), in fxp_mac32_by_16()
Dfxp_mul32_c_equivalent.h152 Int32 rTmp0 = (Int16)(exp_jw >> 16); in cmplx_mul32_by_16() local
156 z = (Int32)(((int64)x * (rTmp0 << 16)) >> 32); in cmplx_mul32_by_16()
177 Int32 rTmp0 = (Int16)(L_var2 >> 16); in fxp_mul32_by_16t() local
180 z = (Int32)(((int64) L_var1 * (rTmp0 << 16)) >> 32); in fxp_mul32_by_16t()
188 Int32 rTmp0 = L_var2 << 16; in fxp_mac32_by_16() local
190 L_add += (Int32)(((int64) L_var1 * rTmp0) >> 32); in fxp_mac32_by_16()
Dfxp_mul32_arm_v4.h168 Int32 rTmp0; in cmplx_mul32_by_16() local
172 mov rTmp0, exp_jw, asr #16 in cmplx_mul32_by_16()
173 mov rTmp0, rTmp0, asl #16 in cmplx_mul32_by_16()
175 smull rTmp0, result64_hi, x, rTmp0 in cmplx_mul32_by_16()