search for: e_means_size

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

2009 Dec 02
1
bug found in CELT 0.6.1, fix proposed.
...the device. Regards George de Vries. Senior Software Engineer Open Access. *** libcelt/quant_bands.c Wed Dec 2 10:23:42 2009 --- libcelt/orig/quant_bands.c Wed Oct 21 14:43:10 2009 *************** *** 42,52 **** #include "mathops.h" #include "stack_alloc.h" - #define E_MEANS_SIZE (5) #ifdef FIXED_POINT ! const celt_word16 eMeans[E_MEANS_SIZE] = {1920, -341, -512, -107, 43}; #else ! const celt_word16 eMeans[E_MEANS_SIZE] = {7.5f, -1.33f, -2.f, -0.42f, 0.17f}; #endif /* FIXME: Implement for stereo */ --- 42,51 ---- #include "mathops.h" #include "...