- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
while testing Intel Media Jpeg codec i can't find a similar option like scaled decoding options from ijl
// Scaled Decoding Options:
IJL_JBUFF_READONEHALF // Reads a JPEG image scaled to 1/2 size.
IJL_JBUFF_READONEQUARTER // Reads a JPEG image scaled to 1/4 size.
IJL_JBUFF_READONEEIGHTH // Reads a JPEG image scaled to 1/8 size.
This option is very important, because it allows to reduce extremely the required CPU or GPU usage
In case of IJL_JBUFF_READONEEIGHTH you will need 1/64 CPU/GPU and 1/64 Memory for decoded surface space.
I've seen the option for rotation 90/180/270 degree at decoding stage, which is good, but scaling option is much more interesting in case of required scale operation in VPP-Stage.
Is this option already available? If yes, can you give me a hint how to use it?
Ralf
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ralf,
IJL is part of Intel Integrated performance primitive. If you have a question on IJL, this forum - https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/ might be right place to ask. In VPP, we have post and pre-processing filters to process the stream before encoding or after decoding. As far as I know we don't have such an operation in MSDK, but I will check with experts and provide feedback to engineering team to improve our product.
Thanks,
Surbhi
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page