Home
last modified time | relevance | path

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

/external/srec/srec/cfront/
Dspec_anl.c76 …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 …]
Dchelmel4.c79 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()
Dcheldsp4.c241 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()
Dfrontobj.c477 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/
Dfront.h46 #define D_FIXED D_LONG macro