Searched refs:x_extra (Results 1 – 1 of 1) sorted by relevance
41 const int x_extra = x2 > n / 2 && x2 < 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()45 (x_extra ? col_fft[y * n + x2] : 0); in unpack_2d_output()49 (x_extra && y_extra ? col_fft[y2 * n + x2] : 0); in unpack_2d_output()52 (x_extra ? col_fft[y * n + x2] : 0); in unpack_2d_output()