Searched refs:D_FIXED (Results 1 – 5 of 5) sorted by relevance
/external/srec/srec/cfront/ |
D | spec_anl.c | 76 …write_scaled_frames(freqobj->window_length, 1, channel->prebuff, D_FIXED, (float) 1 / (0x01 << WAV… in filterbank_emulation() 89 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.real, D_FIXED, (float)(0x01 << channel->shi… in filterbank_emulation() 90 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.imag, D_FIXED, (float)(0x01 << channel->shi… in filterbank_emulation() 94 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.real, D_FIXED, (float)1 / (0x01 << -channel… in filterbank_emulation() 95 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.imag, D_FIXED, (float)1 / (0x01 << -channel… in filterbank_emulation() 104 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.real, D_FIXED, (float)(0x01 << (channel->sh… in filterbank_emulation() 106 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.real, D_FIXED, (float)1 / (0x01 << (- chann… in filterbank_emulation() 112 …write_scaled_frames(freqobj->fft.size, 1, (void *)freqobj->fft.real, D_FIXED, (float)(0x01 << cha… in filterbank_emulation() 114 …write_scaled_frames(freqobj->fft.size, 1, (void *)freqobj->fft.real, D_FIXED, (float)1 / (0x01 << … in filterbank_emulation() 123 …write_scaled_frames(freqobj->fft.size + 1, 1, (void *)freqobj->fft.real, D_FIXED, (float)(0x01 << … in filterbank_emulation() [all …]
|
D | chelmel4.c | 79 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, 1 / (float)LOG_SCALE); in cepstrum_params() 88 …write_scaled_frames((cepobj->mel_dim + 1), 1, channel->cep, D_FIXED, (float)1 / (0x01 << (LOG_SCAL… in cepstrum_params()
|
D | cheldsp4.c | 241 D_FIXED, (float)1 / (0x01 << (LOG_SCALE_SHIFT + COSINE_TABLE_SHIFT))); in make_std_frame() 243 …write_scaled_frames(channel->mel_dim + 1, 1, rgmcep, D_FIXED, (float)1 / (0x01 << LOG_SCALE_SHIFT)… in make_std_frame() 245 …write_scaled_frames(channel->mel_dim + 1, 1, ddmcep, D_FIXED, (float)1 / (0x01 << LOG_SCALE_SHIFT)… in make_std_frame()
|
D | frontobj.c | 477 write_scaled_frames(freqobj->nf + 1, 1, freqobj->fc, D_FIXED, 1); in setup_freq_object() 480 write_scaled_frames(freqobj->ns, 1, freqobj->framp, D_FIXED, 1); in setup_freq_object()
|
/external/srec/srec/include/ |
D | front.h | 46 #define D_FIXED D_LONG macro
|