Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Dfft_test.cc78 struct FFTTestArg { struct
79 int n;
80 void (*fft)(const float *input, float *temp, float *output);
81 FFTTestArg(int n_in, tform_fun_t fft_in) : n(n_in), fft(fft_in) {} in FFTTestArg() function