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

Inverse DWT 5x3: lift implementation / SSE accelerated version #953

Closed
rouault opened this issue Jun 14, 2017 · 0 comments
Closed

Inverse DWT 5x3: lift implementation / SSE accelerated version #953

rouault opened this issue Jun 14, 2017 · 0 comments

Comments

@rouault
Copy link
Collaborator

rouault commented Jun 14, 2017

No description provided.

rouault added a commit to rouault/openjpeg that referenced this issue Jun 20, 2017
* Use single-pass lifting inverse wavelet transform.
* For vertical pass, use SSE2 when available so as to process 8 columns
  in parallel. This is the most beneficial improvement, since the
  vertical pass involves a lot of cache trashing.

With the bench_dwt utility with default arguments (16383x16383 image),
time goes from 4.064 s to 1.212 s.
rouault added a commit to rouault/openjpeg that referenced this issue Jun 20, 2017
* Use single-pass lifting inverse wavelet transform.
* For vertical pass, use SSE2 when available so as to process 8 columns
  in parallel. This is the most beneficial improvement, since the
  vertical pass involves a lot of cache trashing.

With the bench_dwt utility with default arguments (16383x16383 image),
time goes from 4.064 s to 1.212 s.
@rouault rouault closed this as completed Jul 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant