Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
D_kiss_fft_guts_f64.h168 #define KISS_FFT_F64_TMP_ALLOC(nbytes) alloca(nbytes) macro
171 #define KISS_FFT_F64_TMP_ALLOC(nbytes) KISS_FFT_F64_MALLOC(nbytes) macro