Go to the documentation of this file.
23 #ifndef INCLUDED_VOCODER_CVSD_DECODE_BS_H
24 #define INCLUDED_VOCODER_CVSD_DECODE_BS_H
121 short neg_accum_max);
124 double accum_decay,
int K,
int J,
125 short pos_accum_max,
short neg_accum_max);
130 int cvsd_round(
double input);
134 unsigned int cvsd_pow (
short radix,
short power);
138 unsigned char cvsd_bitwise_sum (
unsigned int input);
143 double d_accum_decay;
148 short d_pos_accum_max;
149 short d_neg_accum_max;
153 unsigned int d_runner;
154 unsigned int d_runner_mask;
164 int K() {
return d_K; }
165 int J() {
return d_J; }
169 int work (
int noutput_items,