- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The DCT and IDCT functions provided by your IPP library do not produce matching results.
See, in the case like:
[X0] -> DCT -> [Y1] -> IDCT -> [X1] -> DCT -> [Y2]
In result, [Y1] != [Y2].
Any suggestions? Thank you.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The suggestion is to carefully read IPP documentation and properly use IPP functions.
If you use 16-bit DCT functions you need to provide data in some particular range, 9-bit if I remember it correctly. You also mayexpect rounding errors in integer arithmetic used in 16-bit functions. You may use floating point IPP DCT functions if the accuracy of 16-bit integer functions is not enough for your application.
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page