Commit 69fb7ff0 authored by Andrey Filippov's avatar Andrey Filippov

Corrected automatic @author fields

parent 2d984f96
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt16x16 * <b>Module:</b> mclt16x16
* @file mclt16x16.v * @file mclt16x16.v
* @date 2017-12-07 * @date 2017-12-07
* @author eyesis * @author Andrey Filippov
* *
* @brief Direct MCLT of 16x16 tile with subpixel window shift * @brief Direct MCLT of 16x16 tile with subpixel window shift
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt16x16_bayer * <b>Module:</b> mclt16x16_bayer
* @file mclt16x16_bayer.v * @file mclt16x16_bayer.v
* @date 2017-12-21 * @date 2017-12-21
* @author eyesis * @author Andrey Filippov
* *
* @brief Generate addresses and windows to fold MCLT Bayer data * @brief Generate addresses and windows to fold MCLT Bayer data
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt16x16_bayer3 * <b>Module:</b> mclt16x16_bayer3
* @file mclt16x16_bayer3.v * @file mclt16x16_bayer3.v
* @date 2017-12-21 * @date 2017-12-21
* @author eyesis * @author Andrey Filippov
* *
* @brief Generate addresses and windows to fold MCLT Bayer data * @brief Generate addresses and windows to fold MCLT Bayer data
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_baeyer_fold_accum * <b>Module:</b> mclt_baeyer_fold_accum
* @file mclt_baeyer_fold_accum.v * @file mclt_baeyer_fold_accum.v
* @date 2017-12-23 * @date 2017-12-23
* @author eyesis * @author Andrey Filippov
* *
* @brief Alternative implementation of CC and CS folded data accumulators * @brief Alternative implementation of CC and CS folded data accumulators
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_baeyer_fold_accum_rgb * <b>Module:</b> mclt_baeyer_fold_accum_rgb
* @file mclt_baeyer_fold_accum_rgb.v * @file mclt_baeyer_fold_accum_rgb.v
* @date 2017-12-23 * @date 2017-12-23
* @author eyesis * @author Andrey Filippov
* *
* @brief Alternative implementation of CC and CS folded data accumulators * @brief Alternative implementation of CC and CS folded data accumulators
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_bayer_fold * <b>Module:</b> mclt_bayer_fold
* @file mclt_bayer_fold.v * @file mclt_bayer_fold.v
* @date 2017-12-21 * @date 2017-12-21
* @author eyesis * @author Andrey Filippov
* *
* @brief Generate addresses and windows to fold MCLT Bayer data * @brief Generate addresses and windows to fold MCLT Bayer data
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_bayer_fold_rgb * <b>Module:</b> mclt_bayer_fold_rgb
* @file mclt_bayer_fold_rgb.v * @file mclt_bayer_fold_rgb.v
* @date 2017-12-21 * @date 2017-12-21
* @author eyesis * @author Andrey Filippov
* *
* @brief Generate addresses and windows to fold MCLT Bayer data * @brief Generate addresses and windows to fold MCLT Bayer data
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_full_shift * <b>Module:</b> mclt_full_shift
* @file mclt_full_shift.v * @file mclt_full_shift.v
* @date 2017-12-06 * @date 2017-12-06
* @author eyesis * @author Andrey Filippov
* *
* @brief 1d index for window with fractional shift * @brief 1d index for window with fractional shift
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_wnd_mul * <b>Module:</b> mclt_wnd_mul
* @file mclt_wnd_mul.v * @file mclt_wnd_mul.v
* @date 2017-12-06 * @date 2017-12-06
* @author eyesis * @author Andrey Filippov
* *
* @brief MCLT window with MPY (128:1 superresolution) * @brief MCLT window with MPY (128:1 superresolution)
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_wnd_sres4 * <b>Module:</b> mclt_wnd_sres4
* @file mclt_wnd_sres4.v * @file mclt_wnd_sres4.v
* @date 2017-12-06 * @date 2017-12-06
* @author eyesis * @author Andrey Filippov
* *
* @brief MCLT window w/o MPY (4:1 superresolution) * @brief MCLT window w/o MPY (4:1 superresolution)
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> phase_rotator * <b>Module:</b> phase_rotator
* @file phase_rotator.v * @file phase_rotator.v
* @date 2017-12-11 * @date 2017-12-11
* @author eyesis * @author Andrey Filippov
* *
* @brief 2-d phase rotator in frequency domain (subpixel shift) * @brief 2-d phase rotator in frequency domain (subpixel shift)
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* <b>Module:</b> phase_rotator_rgb * <b>Module:</b> phase_rotator_rgb
* @file phase_rotator_rgb.v * @file phase_rotator_rgb.v
* @date 2017-12-11 * @date 2017-12-11
* @author eyesis * @author Andrey Filippov
* *
* @brief 2-d phase rotator in frequency domain (subpixel shift) * @brief 2-d phase rotator in frequency domain (subpixel shift)
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment