Searched defs:FuncDef (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c189 struct FuncDef { struct
194 static struct FuncDef _KAISER12 = {kaiser12_table, 64};
196 /*static struct FuncDef _KAISER12 = {kaiser12_table, 32};
198 static struct FuncDef _KAISER10 = {kaiser10_table, 32};
200 static struct FuncDef _KAISER8 = {kaiser8_table, 32};
202 static struct FuncDef _KAISER6 = {kaiser6_table, 32};
210 struct FuncDef *window_func;
237 static double compute_func(float x, struct FuncDef *func)
272 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func)
285 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_fun
[all...]
/external/speex/libspeex/
H A Dresample.c193 struct FuncDef { struct
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_fun
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h610 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
643 ** pointer types (i.e. FuncDef) defined above.
767 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
768 ** Collisions are on the FuncDef.pHash chain.
771 FuncDef *a[23]; /* Hash table for functions */
975 struct FuncDef { struct
980 FuncDef *pNext; /* Next function with same name */
985 FuncDef *pHash; /* Next with a different name but the same hash */
994 ** the number of FuncDef object
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7590 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
7623 ** pointer types (i.e. FuncDef) defined above.
7926 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
7977 #define P4_FUNCDEF (-5) /* P4 is a pointer to a FuncDef structure */
9112 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
9113 ** Collisions are on the FuncDef.pHash chain.
9116 FuncDef *a[23]; /* Hash table for functions */
9320 struct FuncDef { struct
9325 FuncDef *pNex
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8793 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
8828 ** pointer types (i.e. FuncDef) defined above.
9146 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
9201 #define P4_FUNCDEF (-5) /* P4 is a pointer to a FuncDef structure */
10424 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
10425 ** Collisions are on the FuncDef.pHash chain.
10428 FuncDef *a[23]; /* Hash table for functions */
10639 struct FuncDef { struct
10643 FuncDef *pNex
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8793 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
8828 ** pointer types (i.e. FuncDef) defined above.
9146 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
9201 #define P4_FUNCDEF (-5) /* P4 is a pointer to a FuncDef structure */
10424 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
10425 ** Collisions are on the FuncDef.pHash chain.
10428 FuncDef *a[23]; /* Hash table for functions */
10639 struct FuncDef { struct
10643 FuncDef *pNex
[all...]

Completed in 412 milliseconds