Hello everyone,
I'm playing with a (currently very abstract) idea of pattern recognition software for images.
I'd like it to be implemented in OpenCL.
Is there any way to ask the VCN decoder to decode a JPEG image and put it in a opencl Image object?
I know you can use VAAPI / Vulkan to decode the jpeg in hardware, but transferring it back to main memory, embedding in a openCL Image object, and uploading to GPU again is probably way slower than decoding on the CPU.
Any paths I could follow?