search for: celt_word16_t

Displaying 1 result from an estimated 1 matches for "celt_word16_t".

Did you mean: celt_word16
2009 Jan 14
0
[PATCH] Pitch now quantised at the band level, got rid of all the VQ code.
...OF SUCH DAMAGE. -*/ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include "quant_pitch.h" -#include <math.h> -#include "pgain_table.h" -#include "arch.h" -#include "mathops.h" - -#ifdef FIXED_POINT -#define PGAIN_ODD(codebook, i) ((celt_word16_t)(((codebook)[(i)]&0x00ffU)<<7)) -#define PGAIN_EVEN(codebook, i) ((celt_word16_t)(((codebook)[(i)]&0xff00U)>>1)) -#define PGAIN_ODD14(codebook, i) ((celt_word16_t)(((codebook)[(i)]&0x00ffU)<<6)) -#define PGAIN_EVEN14(codebook, i) ((celt_word16_t)(((codebook)[(i)]&0...