Searched refs:spectral_sub (Results 1 – 2 of 2) sorted by relevance
201 channel->spectral_sub = (spectral_sub_info *) CALLOC_CLR(1, in setup_channel_object()203 channel->spectral_sub->sub_vector = (cepdata *) CALLOC(NUM_MEL_FREQS, in setup_channel_object()205 channel->spectral_sub->frame_dur = cepobj->spectral_sub_frame_dur; in setup_channel_object()206 channel->spectral_sub->scale = cepobj->spec_sub_scale; in setup_channel_object()234 if (channel->spectral_sub) in clear_channel_object()236 FREE((char *) channel->spectral_sub->sub_vector); in clear_channel_object()237 FREE((char *) channel->spectral_sub); in clear_channel_object()238 channel->spectral_sub = NULL; in clear_channel_object()263 if (channel->spectral_sub) in reset_channel_object()265 channel->spectral_sub->is_valid = False; in reset_channel_object()[all …]
102 spectral_sub_info *spectral_sub; member254 void do_spectral_subtraction(cepdata *fbo, spectral_sub_info* spectral_sub,