Home
last modified time | relevance | path

Searched defs:window_func (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/speex/libspeexdsp/
H A Dresample.c213 const struct FuncDef *window_func; member
275 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()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dcheckpoint_test.py512 window_func = lambda x: math_ops.cast(0, dtypes.int64) function