search for: linprebuf

Displaying 3 results from an estimated 3 matches for "linprebuf".

2005 Jun 05
0
[PATCH] line endings fix
...overflows for 48kHz analysis, hence the +1. - */ -#define MAX_SAMPLES_PER_WINDOW (size_t) (MAX_SAMP_FREQ * RMS_WINDOW_TIME + 1.) /* max. Samples per Time slice */ -#define PINK_REF 64.82 /* 298640883795 */ /* calibration value */ - -static Float_t linprebuf [MAX_ORDER * 2]; -static Float_t* linpre; /* left input samples, with pre-buffer */ -static Float_t lstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; -static Float_t* lstep; /* left "first...
2005 Jun 04
2
[PATCH] line endings fix
The replay gain code has dos line endings in CVS, which causes problems for the Sun compiler, among others. Attached is a patch for the lazy, but it's probably easier to fix locally and commit. -r
2007 Aug 24
0
Fixes to make flac build on Solaris
..._SAMPLES_PER_WINDOW (size_t) (2401) >> +#define UINT32_T_FORTE 12000.0 /* Used in Unit32_t code below. */ >> +#endif >> #define PINK_REF 64.82 /* 298640883795 */ >> /* calibration value */ >> >> static Float_t linprebuf [MAX_ORDER * 2]; >> @@ -142,8 +149,13 @@ >> static double lsum; >> static double rsum; >> static int freqindex; >> +#ifndef __sun >> static Uint32_t A [(size_t)(STEPS_per_dB * MAX_dB)]; >> static Uint32_t B [(size_t)(...