Searched defs:window_func (Results 1 – 2 of 2) sorted by relevance
213 const struct FuncDef *window_func; member275 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc()288 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc()
512 window_func = lambda x: math_ops.cast(0, dtypes.int64) function