OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FuncDef
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
resample.c
193
struct
FuncDef
{
198
static struct
FuncDef
_KAISER12 = {kaiser12_table, 64};
200
/*static struct
FuncDef
_KAISER12 = {kaiser12_table, 32};
202
static struct
FuncDef
_KAISER10 = {kaiser10_table, 32};
204
static struct
FuncDef
_KAISER8 = {kaiser8_table, 32};
206
static struct
FuncDef
_KAISER6 = {kaiser6_table, 32};
214
struct
FuncDef
*window_func;
241
static double compute_func(float x, struct
FuncDef
*func)
276
static spx_word16_t sinc(float cutoff, float x, int N, struct
FuncDef
*window_func)
289
static spx_word16_t sinc(float cutoff, float x, int N, struct
FuncDef
*window_func
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 1285 milliseconds