- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ippiDCTQuantFwd8x8LS_JPEG_8u16s_C1R
I want to split this function in two(or more)functions.
Canthat function split? If that can, what functions can alternate that?
Message Edited by seyol17 on 03-08-2005 08:45 AM
Message Edited by seyol17 on 03-08-2005 04:57 PM
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
of course, we have more primitive functions than that. For example, please find in IPP documentation (or in ippj.h file) the following functions:
ippiAdd128_JPEG_16s8u_C1R, ippiSub128_JPEG_16s8u_C1R - implementslevel shift for 8-bit data
ippiQuantFwd8x8_JPEG_16s_C1I, ippiQuantInv8x8_JPEG_16s_C1I -
implements quantization
ippiDCT8x8Fwd_16s_C1,
ippiDCT8x8Fwd_16s_C1R,
ippiDCT8x8Fwd_16s_C1I,
ippiDCT8x8Inv_16s_C1,
ippiDCT8x8Inv_16s_C1R,
ippiDCT8x8Inv_16s_C1I -
implements DCT for 8x8 block, in-place and not-in-place operations, with stripe - they are declared in ippi.h file
ippiDCTQuantFwd8x8_JPEG_16s_C1, ippiDCTQuantFwd8x8_JPEG_16s_C1I,
ippiDCTQuantInv8x8_JPEG_16s_C1,
ippiDCTQuantInv8x8_JPEG_16s_C1I -
implements both DCT and quantization, in-place and not-in-place operations
Regards,
Vladimir
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