Searched refs:y_extra (Results 1 – 1 of 1) sorted by relevance
37 const int y_extra = y2 > n / 2 && y2 < n; in unpack_2d_output() local43 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()46 if (y_extra) { 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()