Searched refs:col_fft (Results 1 – 2 of 2) sorted by relevance
33 static INLINE void unpack_2d_output(const float *col_fft, float *output, in unpack_2d_output() argument43 col_fft[y * n + x] - (x_extra && y_extra ? col_fft[y2 * n + x2] : 0); in unpack_2d_output()44 output[2 * (y * n + x) + 1] = (y_extra ? col_fft[y2 * n + x] : 0) + in unpack_2d_output()45 (x_extra ? col_fft[y * n + x2] : 0); in unpack_2d_output()48 col_fft[y * n + x] + in unpack_2d_output()49 (x_extra && y_extra ? col_fft[y2 * n + x2] : 0); in unpack_2d_output()51 -(y_extra ? col_fft[y2 * n + x] : 0) + in unpack_2d_output()52 (x_extra ? col_fft[y * n + x2] : 0); in unpack_2d_output()
19 extern void aom_fft_unpack_2d_output_sse2(const float *col_fft, float *output,