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
7 years ago
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected automatic @author fields
parent
2d984f96
dct
No related merge requests found
Changes
12
Hide 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 @@
* <b>Module:</b> mclt16x16
* @file mclt16x16.v
* @date 2017-12-07
* @author
eyesis
* @author
Andrey Filippov
*
* @brief Direct MCLT of 16x16 tile with subpixel window shift
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt16x16_bayer.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt16x16_bayer
* @file mclt16x16_bayer.v
* @date 2017-12-21
* @author
eyesis
* @author
Andrey Filippov
*
* @brief Generate addresses and windows to fold MCLT Bayer data
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt16x16_bayer3.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt16x16_bayer3
* @file mclt16x16_bayer3.v
* @date 2017-12-21
* @author
eyesis
* @author
Andrey Filippov
*
* @brief Generate addresses and windows to fold MCLT Bayer data
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt_baeyer_fold_accum.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_baeyer_fold_accum
* @file mclt_baeyer_fold_accum.v
* @date 2017-12-23
* @author
eyesis
* @author
Andrey Filippov
*
* @brief Alternative implementation of CC and CS folded data accumulators
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt_baeyer_fold_accum_rgb.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_baeyer_fold_accum_rgb
* @file mclt_baeyer_fold_accum_rgb.v
* @date 2017-12-23
* @author
eyesis
* @author
Andrey Filippov
*
* @brief Alternative implementation of CC and CS folded data accumulators
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt_bayer_fold.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_bayer_fold
* @file mclt_bayer_fold.v
* @date 2017-12-21
* @author
eyesis
* @author
Andrey Filippov
*
* @brief Generate addresses and windows to fold MCLT Bayer data
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt_bayer_fold_rgb.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_bayer_fold_rgb
* @file mclt_bayer_fold_rgb.v
* @date 2017-12-21
* @author
eyesis
* @author
Andrey Filippov
*
* @brief Generate addresses and windows to fold MCLT Bayer data
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt_full_shift.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_full_shift
* @file mclt_full_shift.v
* @date 2017-12-06
* @author
eyesis
* @author
Andrey Filippov
*
* @brief 1d index for window with fractional shift
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt_wnd_mul.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_wnd_mul
* @file mclt_wnd_mul.v
* @date 2017-12-06
* @author
eyesis
* @author
Andrey Filippov
*
* @brief MCLT window with MPY (128:1 superresolution)
*
...
...
This diff is collapsed.
Click to expand it.
dsp/mclt_wnd_sres4.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> mclt_wnd_sres4
* @file mclt_wnd_sres4.v
* @date 2017-12-06
* @author
eyesis
* @author
Andrey Filippov
*
* @brief MCLT window w/o MPY (4:1 superresolution)
*
...
...
This diff is collapsed.
Click to expand it.
dsp/phase_rotator.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> phase_rotator
* @file phase_rotator.v
* @date 2017-12-11
* @author
eyesis
* @author
Andrey Filippov
*
* @brief 2-d phase rotator in frequency domain (subpixel shift)
*
...
...
This diff is collapsed.
Click to expand it.
dsp/phase_rotator_rgb.v
View file @
69fb7ff0
...
...
@@ -2,7 +2,7 @@
* <b>Module:</b> phase_rotator_rgb
* @file phase_rotator_rgb.v
* @date 2017-12-11
* @author
eyesis
* @author
Andrey Filippov
*
* @brief 2-d phase rotator in frequency domain (subpixel shift)
*
...
...
This diff is collapsed.
Click to expand it.
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