Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
69fb7ff0
Commit
69fb7ff0
authored
Jan 07, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected automatic @author fields
parent
2d984f96
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
mclt16x16.v
dsp/mclt16x16.v
+1
-1
mclt16x16_bayer.v
dsp/mclt16x16_bayer.v
+1
-1
mclt16x16_bayer3.v
dsp/mclt16x16_bayer3.v
+1
-1
mclt_baeyer_fold_accum.v
dsp/mclt_baeyer_fold_accum.v
+1
-1
mclt_baeyer_fold_accum_rgb.v
dsp/mclt_baeyer_fold_accum_rgb.v
+1
-1
mclt_bayer_fold.v
dsp/mclt_bayer_fold.v
+1
-1
mclt_bayer_fold_rgb.v
dsp/mclt_bayer_fold_rgb.v
+1
-1
mclt_full_shift.v
dsp/mclt_full_shift.v
+1
-1
mclt_wnd_mul.v
dsp/mclt_wnd_mul.v
+1
-1
mclt_wnd_sres4.v
dsp/mclt_wnd_sres4.v
+1
-1
phase_rotator.v
dsp/phase_rotator.v
+1
-1
phase_rotator_rgb.v
dsp/phase_rotator_rgb.v
+1
-1
No files found.
dsp/mclt16x16.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt16x16_bayer.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt16x16_bayer3.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt_baeyer_fold_accum.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt_baeyer_fold_accum_rgb.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt_bayer_fold.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt_bayer_fold_rgb.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt_full_shift.v
View file @
69fb7ff0
...
@@ -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
*
*
...
...
dsp/mclt_wnd_mul.v
View file @
69fb7ff0
...
@@ -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)
*
*
...
...
dsp/mclt_wnd_sres4.v
View file @
69fb7ff0
...
@@ -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)
*
*
...
...
dsp/phase_rotator.v
View file @
69fb7ff0
...
@@ -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)
*
*
...
...
dsp/phase_rotator_rgb.v
View file @
69fb7ff0
...
@@ -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)
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment