}
}
-#if 0 /* An unordered transform is sufficient for convolution. */
+#if 0
+ /* An unordered transform is sufficient for convolution. */
/* Transpose the matrix. */
transpose_3xpow2(a, R, C);
#endif
assert(n <= 3*MPD_MAXTRANSFORM_2N);
-#if 0 /* An unordered transform is sufficient for convolution. */
+#if 0
+ /* An unordered transform is sufficient for convolution. */
/* Transpose the matrix, producing an R*C matrix. */
transpose_3xpow2(a, C, R);
#endif
}
mpd_free(tparams);
-#if 0 /* An unordered transform is sufficient for convolution. */
+#if 0
+ /* An unordered transform is sufficient for convolution. */
/* Transpose the matrix. */
if (!transpose_pow2(a, R, C)) {
return 0;
R = ((mpd_size_t)1) << (log2n - (log2n / 2)); /* number of rows */
-#if 0 /* An unordered transform is sufficient for convolution. */
+#if 0
+ /* An unordered transform is sufficient for convolution. */
/* Transpose the matrix, producing an R*C matrix. */
if (!transpose_pow2(a, C, R)) {
return 0;