Go to the documentation of this file.
22 #ifndef INCLUDED_VOCODER_CVSD_ENCODER_SB_H
23 #define INCLUDED_VOCODER_CVSD_ENCODER_SB_H
123 short neg_accum_max);
126 double accum_decay,
int K,
int J,
127 short pos_accum_max,
short neg_accum_max);
132 int cvsd_round(
double input);
136 unsigned int cvsd_pow (
short radix,
short power);
140 unsigned char cvsd_bitwise_sum (
unsigned int input);
146 double d_accum_decay;
151 short d_pos_accum_max;
152 short d_neg_accum_max;
156 unsigned int d_runner;
166 int K() {
return d_K; }
167 int J() {
return d_J; }
171 int work (
int noutput_items,