Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_sbrdec_lpfuncs.c951 FLOAT32 x_low_l = (FLOAT32)k; in ixheaacd_pre_processing() local
953 low_env_slope_l = low_env_slope_l + a2 * x_low_l; in ixheaacd_pre_processing()
955 x_low_l = x_low_l * x_low_l; in ixheaacd_pre_processing()
956 low_env_slope_l = low_env_slope_l + a1 * x_low_l; in ixheaacd_pre_processing()
958 x_low_l = x_low_l * (FLOAT32)k; in ixheaacd_pre_processing()
959 low_env_slope_l = low_env_slope_l + a0 * x_low_l; in ixheaacd_pre_processing()