|
|
aflibConverter (
bool high_quality,
bool linear_interpolation,
bool filter_interpolation)
| aflibConverter |
~aflibConverter ()
| ~aflibConverter |
void
initialize (
double factor,
int channels)
| initialize |
int
resample (
int& inCount,
int outCount,
HWORD inArray[],
HWORD outArray[])
| resample |
aflibConverter ()
| aflibConverter |
[private]
aflibConverter (const aflibConverter& op)
| aflibConverter |
[private]
const aflibConverter&
operator= (const aflibConverter& op)
| operator= |
[private]
int
err_ret (char *s)
| err_ret |
[private]
void
deleteMemory ()
| deleteMemory |
[private]
int
readData (
int inCount,
HWORD inArray[],
HWORD *outPtr[],
int dataArraySize,
int Xoff,
bool init_count)
| readData |
[private]
inline HWORD
WordToHword (WORD v, int scl)
| WordToHword |
[private]
int
SrcLinear (
HWORD X[],
HWORD Y[],
double factor,
UWORD *Time,
UHWORD& Nx,
UHWORD Nout)
| SrcLinear |
[private]
int
SrcUp (
HWORD X[],
HWORD Y[],
double factor,
UWORD *Time,
UHWORD& Nx,
UHWORD Nout,
UHWORD Nwing,
UHWORD LpScl,
HWORD Imp[],
HWORD ImpD[],
BOOL Interp)
| SrcUp |
[private]
int
SrcUD (
HWORD X[],
HWORD Y[],
double factor,
UWORD *Time,
UHWORD& Nx,
UHWORD Nout,
UHWORD Nwing,
UHWORD LpScl,
HWORD Imp[],
HWORD ImpD[],
BOOL Interp)
| SrcUD |
[private]
WORD
FilterUp (
HWORD Imp[],
HWORD ImpD[],
UHWORD Nwing,
BOOL Interp,
HWORD *Xp,
HWORD Ph,
HWORD Inc)
| FilterUp |
[private]
WORD
FilterUD (
HWORD Imp[],
HWORD ImpD[],
UHWORD Nwing,
BOOL Interp,
HWORD *Xp,
HWORD Ph,
HWORD Inc,
UHWORD dhb)
| FilterUD |
[private]
int
resampleFast (
int& inCount,
int outCount,
HWORD inArray[],
HWORD outArray[])
| resampleFast |
[private]
int
resampleWithFilter (
int& inCount,
int outCount,
HWORD inArray[],
HWORD outArray[],
HWORD Imp[], HWORD ImpD[],
UHWORD LpScl, UHWORD Nmult, UHWORD Nwing)
| resampleWithFilter |
[private]
static HWORD SMALL_FILTER_IMP[] | SMALL_FILTER_IMP[] |
[private]
static HWORD LARGE_FILTER_IMP[] | LARGE_FILTER_IMP[] |
[private]
bool interpFilt | interpFilt |
[private]
bool largeFilter | largeFilter |
[private]
bool linearInterp | linearInterp |
[private]
HWORD ** X | X |
[private]
HWORD ** Y | Y |
[private]
UWORD Time | Time |
[private]
double factor | factor |
[private]
int nChans | nChans |
[private]
bool initial | initial |
[private]
Generated by: darkeye on destroy on Sat Jul 20 18:38:41 2002, using kdoc 2.0a54. |