

#ifndef VQ_H
#define VQ_H

#include "rc_decode.h"
#include "ssc_mode.h"


unsigned alg_unquant(short *X, int N, int K, int spread, int B,
	ec_dec *dec, short gain);
void renormalise_vector(short *X, int N, short gain);


#endif /* VQ_H */
