HomeSort by relevance Sort by last modified time
    Searched full:front_channel (Results 1 - 7 of 7) sorted by null

  /external/srec/srec/include/
front.h 113 front_channel; typedef in typeref:struct:__anon28282
229 int make_frame(front_channel *channel, front_wave *waveobj,
239 void load_samples(front_channel *channel, int window_length,
241 void filterbank_emulation(front_channel * channel, front_wave *waveobj,
244 void cepstrum_params(front_channel *channel, front_wave *waveobj,
246 int make_std_frame(front_channel *channel, front_cep *cepobj,
248 int purge_std_frames(front_channel *channel, front_cep *cepobj,
267 front_channel *create_channel_object(void) ;
268 void delete_channel_object(front_channel *channel);
269 void setup_channel_object(front_channel *channel, front_wave *waveobj
    [all...]
sample.h 193 front_channel *channel;
  /external/srec/srec/cfront/
chelfep.c 47 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel);
50 int make_frame(front_channel *channel, front_wave *waveobj,
110 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel)
chelmel4.c 60 front_channel *channel);
67 void cepstrum_params(front_channel *channel, front_wave *waveobj,
126 front_channel *channel)
frontobj.c 144 front_channel *create_channel_object(void)
146 front_channel *channel;
148 channel = (front_channel *) CALLOC_CLR(1,
149 sizeof(front_channel), "cfront.channel");
154 void delete_channel_object(front_channel *channel)
162 front_channel *channel, front_wave *waveobj,
217 void clear_channel_object(front_channel *channel)
246 void reset_channel_object(front_channel *channel)
cheldsp4.c 222 int make_std_frame(front_channel *channel, front_cep *cepobj, featdata *hFrame)
spec_anl.c 56 void filterbank_emulation(front_channel * channel, front_wave *waveobj,

Completed in 1289 milliseconds