HomeSort by relevance Sort by last modified time
    Searched defs:FuncDef (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/speex/libspeex/
resample.c 189 struct FuncDef {
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_func
    [all...]
  /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/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 610 typedef struct FuncDef 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 */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 833 milliseconds