Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_pred_vec_block.c111 FLOAT32 *p_smooth_esg = (FLOAT32 *)&ptr_pvc_data->smooth_esg_arr[0]; in ixheaacd_pvc_time_smoothing() local
116 memset(p_smooth_esg, (WORD32)0.f, sizeof(FLOAT32) * PVC_NB_LOW); in ixheaacd_pvc_time_smoothing()
121 p_smooth_esg[ksg] += (*p_esg) * (*p_smth_wind_coeff); in ixheaacd_pvc_time_smoothing()
126 p_smooth_esg = p_smooth_esg + 3; in ixheaacd_pvc_time_smoothing()
138 FLOAT32 *p_smooth_esg = &ptr_pvc_data->smooth_esg_arr[0]; in ixheaacd_pvc_pred_env_sf() local
166 p_sbr_range_esg[ksg] += temp * p_smooth_esg[kb]; in ixheaacd_pvc_pred_env_sf()
169 p_smooth_esg = p_smooth_esg + 3; in ixheaacd_pvc_pred_env_sf()