Home | History | Annotate | Download | only in cfront

Lines Matching full:cepobj

47 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel);
51 front_freq *freqobj, front_cep *cepobj,
71 filterbank_emulation(channel, waveobj, freqobj, cepobj,
78 cepstrum_params(channel, waveobj, freqobj, cepobj);
81 (void) make_std_frame(channel, cepobj, framdata);
92 if (cepobj->do_smooth_c0)
94 smooth_c0 = smoothed_c0(cepobj, channel);
104 if (cepobj->do_skip_even_frames)
110 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel)
128 ASSERT((cepobj->melA_scale[0] *(float)SHIFT_DOWN(val, COSINE_TABLE_SHIFT))
130 ASSERT((cepobj->melA_scale[0] *(float)SHIFT_DOWN(val, COSINE_TABLE_SHIFT))
133 scval = (bigdata)(SHIFT_DOWN((bigdata)cepobj->melA_scale[0]
135 + (bigdata)cepobj->melB_scale[0], BYTERANGE_SHIFT + LOG_SCALE_SHIFT));