21#ifndef __RESAMPLER_TABLE_H
22#define __RESAMPLER_TABLE_H
Definition resampler-table.h:31
void lock(void)
Definition resampler-table.h:38
Resampler_mutex(void)
Definition resampler-table.h:36
~Resampler_mutex(void)
Definition resampler-table.h:37
void unlock(void)
Definition resampler-table.h:39
friend class Resampler_table
Definition resampler-table.h:34
pthread_mutex_t _mutex
Definition resampler-table.h:41
static Resampler_mutex _mutex
Definition resampler-table.h:66
Resampler_table * _next
Definition resampler-table.h:55
double _fr
Definition resampler-table.h:58
friend class Resampler
Definition resampler-table.h:52
static void destroy(Resampler_table *T)
unsigned int _hl
Definition resampler-table.h:59
Resampler_table(double fr, unsigned int hl, unsigned int np)
unsigned int _refc
Definition resampler-table.h:56
static Resampler_table * create(double fr, unsigned int hl, unsigned int np)
friend class VResampler
Definition resampler-table.h:53
unsigned int _np
Definition resampler-table.h:60
static Resampler_table * _list
Definition resampler-table.h:65
float * _ctab
Definition resampler-table.h:57