Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zig-zag Module #23

Merged
merged 3 commits into from Jul 15, 2016
Merged

Zig-zag Module #23

merged 3 commits into from Jul 15, 2016

Conversation

mkatsimpris
Copy link
Contributor


def build_zig_zag_matrix(self, N):
"""Build the zig-zag matrix"""
"""Code taken from http://paddy3118.blogspot.gr/2008/08/zig-zag.html"""
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use one set of docstring, this will make a difference with the autodoc tools

""" 

"""

@cfelton cfelton merged commit c9698b3 into cfelton:master Jul 15, 2016
cfelton pushed a commit that referenced this pull request Jul 15, 2016
This is a wrapper of the "frontend" subblocks: color conversion, discrete cosine transform (DCT), and the zig-zag.  This commit includes tests the verifies the integration of the three frontend components. 

* zig_zag_module implementation

* frontend part software implementation

* myhdl test unit of the frontend part added

* Zig-zag module implementation (#23)

* Update RLE with respect to new structure (#25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants